You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by js...@apache.org on 2022/09/14 07:25:26 UTC

[incubator-uniffle] branch master updated: Add Notice and DISCLAMER file (#215)

This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new dcdf8ae5 Add Notice and DISCLAMER file (#215)
dcdf8ae5 is described below

commit dcdf8ae55a774adbd5126919868b4fa5376f99ab
Author: frankliee <fr...@tencent.com>
AuthorDate: Wed Sep 14 15:25:21 2022 +0800

    Add Notice and DISCLAMER file (#215)
---
 DISCLAIMER | 2 +-
 NOTICE     | 7 +++++++
 pom.xml    | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/DISCLAIMER b/DISCLAIMER
index 805a8e84..3e401182 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,4 +1,4 @@
-Apache Uniffle (Incubating) is an effort undergoing incubation at The Apache
+Apache Uniffle (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
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 00000000..2cfb9fb7
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,7 @@
+Apache Uniffle (incubating)
+Copyright 2022 and onwards The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (https://www.apache.org/).
+
+The initial codebase was donated to the ASF by Tencent, copyright 2020-2022.
diff --git a/pom.xml b/pom.xml
index 7db56f06..327d614f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -926,6 +926,7 @@
           <excludes>
             <exclude>LICENSE</exclude>
             <exclude>DISCLAIMER</exclude>
+            <exclude>NOTICE</exclude>
             <exclude>**/target/**</exclude>
             <exclude>src/test/resources/empty</exclude>
             <exclude>**/dependency-reduced-pom.xml</exclude>