# 🔍 Description
## Issue References 🔗
This pull request fixes the NOTICE issue.
## Describe Your Solution 🔧
According to https://infra.apache.org/licensing-howto.html#alv2-dep, we should analyze and bubble up the relevant portions into the top-level NOTICE file, no matter whether they're ASF projects or not.
> If the dependency supplies a NOTICE file, its contents must be analyzed and the relevant portions bubbled up into the top-level NOTICE file.
Kyuubi has some code copied/derived from Apache Iceberg/Hive/Spark/Parquet MR, so we should update NOTICE to respect that.
## Types of changes 🔖
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Test Plan 🧪
Non-code change, review is required.
---
# Checklist 📝
- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #5953 from pan3793/notice.
Closes #5953
51b4e114d [Cheng Pan] update notice
9850d63a6 [Cheng Pan] Update NOTICE
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 4855ffeb7a)
Signed-off-by: Cheng Pan <chengpan@apache.org>
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
|
|
Apache Kyuubi
|
|
Copyright 2021-2024 The Apache Software Foundation.
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (https://www.apache.org/).
|
|
|
|
Apache Hive
|
|
Copyright 2008-2019 The Apache Software Foundation
|
|
|
|
Apache Iceberg
|
|
Copyright 2017-2022 The Apache Software Foundation
|
|
|
|
Apache Parquet MR
|
|
Copyright 2014-2024 The Apache Software Foundation
|
|
|
|
This project includes code from Kite, developed at Cloudera, Inc. with
|
|
the following copyright notice:
|
|
|
|
| Copyright 2013 Cloudera Inc.
|
|
|
|
|
| Licensed under the Apache License, Version 2.0 (the "License");
|
|
| you may not use this file except in compliance with the License.
|
|
| You may obtain a copy of the License at
|
|
|
|
|
| http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
| Unless required by applicable law or agreed to in writing, software
|
|
| distributed under the License is distributed on an "AS IS" BASIS,
|
|
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
| See the License for the specific language governing permissions and
|
|
| limitations under the License.
|
|
|
|
Apache Spark
|
|
Copyright 2014 and onwards The Apache Software Foundation.
|