This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 05a90883c chore: switch to the standard Incubator DISCLAIMER instead
of current work-in-progress version (#1707)
05a90883c is described below
commit 05a90883cb965aeda70d9fbfb77791f88cedb915
Author: Dan Wang <[email protected]>
AuthorDate: Tue Dec 5 11:51:43 2023 +0800
chore: switch to the standard Incubator DISCLAIMER instead of current
work-in-progress version (#1707)
Now there is no licensing issue, thus I think we could switch to the
standard
Incubator DISCLAIMER.
---
.licenserc.yaml | 2 +-
.rat-excludes | 4 ++--
DISCLAIMER | 10 ++++++++++
DISCLAIMER-WIP | 19 -------------------
4 files changed, 13 insertions(+), 22 deletions(-)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 7765ebf0e..3ddf87be6 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -25,7 +25,7 @@ header:
- '**/*.csv'
- '**/*.json'
# All the type of licenses of this project should be added to LICENSE.
- - 'DISCLAIMER-WIP'
+ - 'DISCLAIMER'
- 'LICENSE'
- 'NOTICE'
# Change log.
diff --git a/.rat-excludes b/.rat-excludes
index 3e96ff417..fba7d359e 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -25,5 +25,5 @@ argh.h
linenoise/*
sds/*
.*patch
-DISCLAIMER-WIP
-.rat-excludes
\ No newline at end of file
+DISCLAIMER
+.rat-excludes
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 000000000..ce82f8003
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Pegasus (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.
diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
deleted file mode 100644
index 9250315e1..000000000
--- a/DISCLAIMER-WIP
+++ /dev/null
@@ -1,19 +0,0 @@
-Apache Pegasus is an effort undergoing incubation at The Apache Software
Foundation (ASF),
-sponsored by the Apache Incubator. 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.
-
-Some of the incubating project's releases may not be fully compliant with ASF
policy. For
-example, releases may have incomplete or un-reviewed licensing conditions.
What follows is
-a list of known issues the project is currently aware of (note that this list,
by definition,
-is likely to be incomplete):
-
- * Releases may have incomplete licensing conditions.
- * Most of the top contributors have signed an ICLA and we are working on
updating the headers.
-
-If you are planning to incorporate this work into your product/project, please
be aware that
-you will need to conduct a thorough licensing review to determine the overall
implications of
-including this work. For the current status of this project through the Apache
Incubator
-visit: https://incubator.apache.org/projects/pegasus.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]