From 6f9c70e57757382d9528bd48e51963b172502715 Mon Sep 17 00:00:00 2001 From: Vinish Reddy Date: Thu, 24 Oct 2024 06:10:11 -0700 Subject: [PATCH] Remove dependencies in LICENSE and NOTICE file based on feedback in LEGAL-684 --- LICENSE | 76 +++++++++++++++++++++++++++++++++++++-------------------- NOTICE | 22 ----------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/LICENSE b/LICENSE index d2027ac0..4d0c24d9 100644 --- a/LICENSE +++ b/LICENSE @@ -200,30 +200,52 @@ See the License for the specific language governing permissions and limitations under the License. -======================================================================== -Apache 2.0 licenses -======================================================================== - -The following components are provided under the Apache License. See project link for details. -The text of each license is the standard Apache 2.0 license. - - ------------------------------------------------------------------------------- - - This product includes code from Apache Hudi - - * org.apache.xtable.hudi.HudiInstantUtils adapted from org.apache.hudi.common.table.timeline.HoodieActiveTimeline - - Copyright 2001-2024 The Apache Software Foundation - - Home page: https://hudi.apache.org/ - License: http://www.apache.org/licenses/LICENSE-2.0 - - ------------------------------------------------------------------------------- - - This product includes code from Apache Spark - - * org.apache.xtable.hudi.HudiSchemaExtractor adapted from org.apache.spark.sql.avro.SchemaConverters - -Copyright: 2014 and onwards The Apache Software Foundation -Home page: http://spark.apache.org/ -License: http://www.apache.org/licenses/LICENSE-2.0 +-------------------------------------------------------------------------------- + +The binary distribution of this product bundles 'Project Lombok 1.18.30' which is available under an MIT license. + + Copyright (C) 2009-2021 The Project Lombok Authors. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +-------------------------------------------------------------------------------- + +This product contains 'SLF4J 2.22.0', licensed and distributed under the MIT license: + + Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland) + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/NOTICE b/NOTICE index 3f2cc228..67f16d84 100644 --- a/NOTICE +++ b/NOTICE @@ -3,25 +3,3 @@ Copyright 2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). - --------------------------------------------------------------------------------- - -This product includes code from Apache Hudi, which includes the following in -its NOTICE file: - - Apache Hudi - Copyright 2019-2020 The Apache Software Foundation - - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - --------------------------------------------------------------------------------- - -This product includes code from Apache Spark, which includes the following in -its NOTICE file: - - Apache Spark - Copyright 2014 and onwards The Apache Software Foundation. - - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/).