Skip to content

Commit bc90238

Browse files
committed
[536] Update LICENSE and NOTICE files
1 parent f96ee21 commit bc90238

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,31 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202+
203+
========================================================================
204+
Apache 2.0 licenses
205+
========================================================================
206+
207+
The following components are provided under the Apache License. See project link for details.
208+
The text of each license is the standard Apache 2.0 license.
209+
210+
-------------------------------------------------------------------------------
211+
212+
This product includes code from Apache Hudi
213+
214+
* org.apache.xtable.hudi.HudiInstantUtils adapted from org.apache.hudi.common.table.timeline.HoodieActiveTimeline
215+
216+
Copyright 2001-2024 The Apache Software Foundation
217+
218+
Home page: https://hudi.apache.org/
219+
License: http://www.apache.org/licenses/LICENSE-2.0
220+
221+
-------------------------------------------------------------------------------
222+
223+
This product includes code from Apache Spark
224+
225+
* org.apache.xtable.hudi.HudiSchemaExtractor adapted from org.apache.spark.sql.avro.SchemaConverters
226+
227+
Copyright: 2014 and onwards The Apache Software Foundation
228+
Home page: http://spark.apache.org/
229+
License: http://www.apache.org/licenses/LICENSE-2.0

NOTICE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,25 @@ Copyright 2024 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (https://www.apache.org/).
6+
7+
--------------------------------------------------------------------------------
8+
9+
This product includes code from Apache Hudi, which includes the following in
10+
its NOTICE file:
11+
12+
Apache Hudi
13+
Copyright 2019-2020 The Apache Software Foundation
14+
15+
This product includes software developed at
16+
The Apache Software Foundation (http://www.apache.org/).
17+
18+
--------------------------------------------------------------------------------
19+
20+
This product includes code from Apache Spark, which includes the following in
21+
its NOTICE file:
22+
23+
Apache Spark
24+
Copyright 2014 and onwards The Apache Software Foundation.
25+
26+
This product includes software developed at
27+
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)