mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add NOTICE for third-party software licenses; in this case: btree
This commit is contained in:
parent
6c0acf4dd3
commit
be8b794060
2 changed files with 27 additions and 1 deletions
25
NOTICE
Normal file
25
NOTICE
Normal 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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue