@@ -5,17 +5,41 @@ Copyright 2014 The Apache Software Foundation
55This product includes software developed at
66The 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