You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/06/21 06:21:36 UTC

[inlong] branch master updated: [INLONG-4717][Doc] Remove DISCLAIMER file (#4718)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new bd5ae33db [INLONG-4717][Doc] Remove DISCLAIMER file (#4718)
bd5ae33db is described below

commit bd5ae33db189cb26e2b9b7b95cef30836e230918
Author: gosonzhang <46...@qq.com>
AuthorDate: Tue Jun 21 14:21:31 2022 +0800

    [INLONG-4717][Doc] Remove DISCLAIMER file (#4718)
---
 .licenserc.yaml                                             |  1 -
 DISCLAIMER                                                  | 11 -----------
 inlong-dashboard/.headerignore                              |  1 -
 inlong-distribution/src/main/assemblies/release.xml         |  8 --------
 inlong-tubemq/tubemq-client/src/main/assembly/assembly.xml  |  1 -
 inlong-tubemq/tubemq-example/src/main/assembly/assembly.xml |  1 -
 pom.xml                                                     |  1 -
 7 files changed, 24 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index e2216a241..15e26fa2d 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -27,7 +27,6 @@ header:
     # Exclude generated content
     - 'LICENSE'
     - 'NOTICE'
-    - 'DISCLAIMER'
     - 'codestyle/**'
 
     # Documents
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index dae41b6c3..000000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,11 +0,0 @@
-Apache InLong (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/inlong-dashboard/.headerignore b/inlong-dashboard/.headerignore
index 8e2ea308d..6fdd41ddf 100644
--- a/inlong-dashboard/.headerignore
+++ b/inlong-dashboard/.headerignore
@@ -25,7 +25,6 @@ __MAC_OS
 .stylelintrc
 .vscode/*
 config-overrides.js
-DISCLAIMER
 NOTICE
 KEYS
 LICENSE
diff --git a/inlong-distribution/src/main/assemblies/release.xml b/inlong-distribution/src/main/assemblies/release.xml
index bd79cffb2..ccc2b43c8 100644
--- a/inlong-distribution/src/main/assemblies/release.xml
+++ b/inlong-distribution/src/main/assemblies/release.xml
@@ -150,14 +150,6 @@
             </includes>
             <outputDirectory>./</outputDirectory>
         </fileSet>
-        <!-- root DISCLAIMER-->
-        <fileSet>
-            <directory>../</directory>
-            <includes>
-                <include>DISCLAIMER</include>
-            </includes>
-            <outputDirectory>./</outputDirectory>
-        </fileSet>
 
         <!-- package InLong Standalone bin-->
         <fileSet>
diff --git a/inlong-tubemq/tubemq-client/src/main/assembly/assembly.xml b/inlong-tubemq/tubemq-client/src/main/assembly/assembly.xml
index 52cad36c1..ea9b6c1fc 100644
--- a/inlong-tubemq/tubemq-client/src/main/assembly/assembly.xml
+++ b/inlong-tubemq/tubemq-client/src/main/assembly/assembly.xml
@@ -34,7 +34,6 @@
                 <include>./conf/tools.log4j.properties</include>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
-                <include>DISCLAIMER</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/inlong-tubemq/tubemq-example/src/main/assembly/assembly.xml b/inlong-tubemq/tubemq-example/src/main/assembly/assembly.xml
index 34e53e368..891bf1ce6 100644
--- a/inlong-tubemq/tubemq-example/src/main/assembly/assembly.xml
+++ b/inlong-tubemq/tubemq-example/src/main/assembly/assembly.xml
@@ -34,7 +34,6 @@
                 <include>./conf/tools.log4j.properties</include>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
-                <include>DISCLAIMER</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/pom.xml b/pom.xml
index 9d42d929e..70b60d195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1633,7 +1633,6 @@
                         <!-- Generated content -->
                         <exclude>LICENSE</exclude>
                         <exclude>NOTICE</exclude>
-                        <exclude>DISCLAIMER</exclude>
                         <exclude>codestyle/checkstyle.xml</exclude>
 
                         <!-- Documents -->