Skip to content

Commit 45e29f2

Browse files
committed
PARQUET-111: Update LICENSE and NOTICE.
* Add Daniel Lemire's copyright and license to LICENSE (third party) * Add ARRIS's and Lukas Nalezenc's NOTICE sections to root NOTICE * Remove NOTICE entries for Apache dependencies, not included in src
1 parent 516c058 commit 45e29f2

2 files changed

Lines changed: 48 additions & 12 deletions

File tree

LICENSE

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,16 @@
174174
incurred by, or claims asserted against, such Contributor by reason
175175
of your accepting any such warranty or additional liability.
176176

177-
END OF TERMS AND CONDITIONS
177+
END OF TERMS AND CONDITIONS
178+
179+
--------------------------------------------------------------------------------
180+
181+
This project includes code from Daniel Lemire's JavaFastPFOR project. The
182+
"Lemire" bit packing source code produced by parquet-generator is derived from
183+
the JavaFastPFOR project.
184+
185+
Copyright: 2013 Daniel Lemire
186+
Home page: http://lemire.me/en/
187+
Project page: https://github.com/lemire/JavaFastPFOR
188+
License: Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
189+

NOTICE

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,41 @@ Copyright 2014 The Apache Software Foundation
55
This product includes software developed at
66
The Apache Software Foundation (http://www.apache.org/).
77

8-
Third Party Dependencies:
8+
--------------------------------------------------------------------------------
99

10-
Pig 11.0
11-
Apache Public License 2.0
12-
http://pig.apache.org
10+
This product includes parquet-tools, initially developed at ARRIS, Inc. with
11+
the following copyright notice:
1312

14-
Hadoop 0.20.2+
15-
Apache Public License 2.0
16-
http://hadoop.apache.org
13+
Copyright 2013 ARRIS, Inc.
14+
15+
Licensed under the Apache License, Version 2.0 (the "License");
16+
you may not use this file except in compliance with the License.
17+
You may obtain a copy of the License at
18+
19+
http://www.apache.org/licenses/LICENSE-2.0
20+
21+
Unless required by applicable law or agreed to in writing, software
22+
distributed under the License is distributed on an "AS IS" BASIS,
23+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24+
See the License for the specific language governing permissions and
25+
limitations under the License.
26+
27+
--------------------------------------------------------------------------------
28+
29+
This product includes parquet-protobuf, initially developed by Lukas Nalezenc
30+
with the following copyright notice:
31+
32+
Copyright 2013 Lukas Nalezenec.
33+
34+
Licensed under the Apache License, Version 2.0 (the "License");
35+
you may not use this file except in compliance with the License.
36+
You may obtain a copy of the License at
37+
38+
http://www.apache.org/licenses/LICENSE-2.0
39+
40+
Unless required by applicable law or agreed to in writing, software
41+
distributed under the License is distributed on an "AS IS" BASIS,
42+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43+
See the License for the specific language governing permissions and
44+
limitations under the License.
1745

18-
This project includes code from https://github.com/lemire/JavaFastPFOR
19-
parquet-column/src/main/java/parquet/column/values/bitpacking/LemireBitPacking.java
20-
Apache License Version 2.0 http://www.apache.org/licenses/.
21-
(c) Daniel Lemire, http://lemire.me/en/

0 commit comments

Comments
 (0)