add NOTICE for third-party software licenses; in this case: btree

This commit is contained in:
Travis Turner 2018-02-05 14:33:09 -06:00
parent 6c0acf4dd3
commit be8b794060
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9
2 changed files with 27 additions and 1 deletions

25
NOTICE Normal file
View file

@ -0,0 +1,25 @@
Software license
================
Copyright 2017 Pilosa Corp.
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Third-party software licenses
=============================
The file /pilosa/roaring/btree.go is licensed under the BSD 3-Clause license,
which can be found at:
https://github.com/cznic/b/blob/master/LICENSE

View file

@ -1,6 +1,7 @@
// Copyright 2014 The b Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found at:
// https://github.com/cznic/b/blob/master/LICENSE
package roaring