Skip to content

Commit fbdf04b

Browse files
authored
Update LICENSE and NOTICE (#413)
* Revert "Add Thrift and Hive to NOTICE (#410)" This reverts commit e9e265a. * Update year
1 parent 3a15895 commit fbdf04b

File tree

2 files changed

+33
-29
lines changed

2 files changed

+33
-29
lines changed

LICENSE

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,36 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203+
204+
--------------------------------------------------------------------------------
205+
206+
This product includes code from Apache Avro.
207+
208+
* Code for initializing the Avro (de)compression codecs
209+
* The Binary decoder for reading in an Avro byte stream
210+
211+
Copyright: 2014-2022 The Apache Software Foundation.
212+
Home page: https://avro.apache.org/
213+
License: https://www.apache.org/licenses/LICENSE-2.0
214+
215+
--------------------------------------------------------------------------------
216+
217+
This product includes code from Apache Thrift.
218+
219+
* Uses the fb303.thrift file that's part of Hive's thrift service in vendor/fb303/
220+
221+
Copyright: 2006-2022 The Apache Software Foundation.
222+
Home page: https://thrift.apache.org/
223+
License: https://www.apache.org/licenses/LICENSE-2.0
224+
225+
--------------------------------------------------------------------------------
226+
227+
This product includes code from Apache Hive.
228+
229+
* Uses hive_metastore.thrift to generate the Hive Metastore client in vendor/hive_metastore/
230+
231+
Copyright: 2008-2022 The Apache Software Foundation.
232+
Home page: https://hive.apache.org/
233+
License: https://www.apache.org/licenses/LICENSE-2.0
234+
235+
--------------------------------------------------------------------------------

NOTICE

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,3 @@ This product includes software developed at
66
The Apache Software Foundation (http://www.apache.org/).
77

88
--------------------------------------------------------------------------------
9-
10-
This product includes code from Apache Avro.
11-
12-
* Code for initializing the Avro (de)compression codecs
13-
* The Binary decoder for reading in an Avro byte stream
14-
15-
Copyright: 2014-2022 The Apache Software Foundation.
16-
Home page: https://avro.apache.org/
17-
License: https://www.apache.org/licenses/LICENSE-2.0
18-
19-
--------------------------------------------------------------------------------
20-
21-
This product includes code from Apache Thrift.
22-
23-
* Uses the fb303.thrift file that's part of Hive's thrift service in vendor/fb303/
24-
25-
Copyright: 2006-2022 The Apache Software Foundation.
26-
Home page: https://thrift.apache.org/
27-
License: https://www.apache.org/licenses/LICENSE-2.0
28-
29-
--------------------------------------------------------------------------------
30-
31-
This product includes code from Apache Hive.
32-
33-
* Uses hive_metastore.thrift to generate the Hive Metastore client in vendor/hive_metastore/
34-
35-
Copyright: 2008-2022 The Apache Software Foundation.
36-
Home page: https://hive.apache.org/
37-
License: https://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)