This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new ae7afcfff Add DISCLAIMER in Helm chart, fix LICENSE and NOTICE regarding code coming from Project Nessie in Helm chart (#1632) ae7afcfff is described below commit ae7afcfff626591f8aa9eba52af32dd60df00a38 Author: JB Onofré <jbono...@apache.org> AuthorDate: Thu May 22 08:43:31 2025 +0200 Add DISCLAIMER in Helm chart, fix LICENSE and NOTICE regarding code coming from Project Nessie in Helm chart (#1632) --- helm/polaris/DISCLAIMER | 10 ++++++++++ helm/polaris/LICENSE | 16 ++++++++++++++++ helm/polaris/NOTICE | 12 ++++++++++-- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/helm/polaris/DISCLAIMER b/helm/polaris/DISCLAIMER new file mode 100644 index 000000000..e78e79b24 --- /dev/null +++ b/helm/polaris/DISCLAIMER @@ -0,0 +1,10 @@ +Apache Polaris (incubating) is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. \ No newline at end of file diff --git a/helm/polaris/LICENSE b/helm/polaris/LICENSE index 261eeb9e9..d6df7341e 100644 --- a/helm/polaris/LICENSE +++ b/helm/polaris/LICENSE @@ -199,3 +199,19 @@ 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. + +-------------------------------------------------------------------------------- + +This product includes code from Project Nessie. + +* helm/polaris/tests/logging_storage_test.yaml +* helm/polaris/tests/quantity_test.yaml +* helm/polaris/tests/service_monitor_test.yaml +* helm/polaris/templates/_helpers.tpl +* helm/polaris/templates/serviceaccount.yaml +* helm/polaris/templates/servicemonitor.yaml +* helm/polaris/templates/storage.yaml + +Copyright: Copyright 2015-2025 Dremio Corporation +Home page: https://projectnessie.org/ +License: https://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/helm/polaris/NOTICE b/helm/polaris/NOTICE index 49d5d8886..1fe1f1199 100644 --- a/helm/polaris/NOTICE +++ b/helm/polaris/NOTICE @@ -1,5 +1,13 @@ Apache Polaris (incubating) -Copyright 2024 The Apache Software Foundation +Copyright 2025 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (/). \ No newline at end of file +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This project includes code from Project Nessie, developed at Dremio, +with the following copyright notice: + +| Nessie +| Copyright 2015-2025 Dremio Corporation \ No newline at end of file