This is an automated email from the ASF dual-hosted git repository.
lior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
The following commit(s) were added to refs/heads/master by this push:
new 4943040 update disclaimer
4943040 is described below
commit 4943040ac5a441e51c93a17c4b03e8f930a0a16f
Author: aviemzur <[email protected]>
AuthorDate: Thu Jan 28 10:28:03 2021 +0200
update disclaimer
---
DISCLAIMER | 11 ++++++++---
MANIFEST.in | 2 +-
NOTICE | 2 --
setup.py | 5 ++++-
4 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
index 32d38b4..9440b9d 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,5 +1,10 @@
-Apache Liminal is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the name of Apache TLP sponsor. 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 t [...]
+Apache Liminal is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC.
-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 issues the project is currently aware of
(this list is likely to be incomplete): List of known issues goes here
+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.
-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/clutch/liminal.html
+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/MANIFEST.in b/MANIFEST.in
index 59b21c1..c824594 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,4 +11,4 @@
# limitations under the License.
include scripts/*
-recursive-include liminal/build/ *
\ No newline at end of file
+recursive-include liminal/build/ *
diff --git a/NOTICE b/NOTICE
index 7e99979..c395c35 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,8 +1,6 @@
Apache Liminal
Copyright 2020-2021 The Apache Software Foundation
-I. Included Software
-
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Licensed under the Apache License 2.0.
diff --git a/setup.py b/setup.py
index e745c4c..bc3ce64 100644
--- a/setup.py
+++ b/setup.py
@@ -43,5 +43,8 @@ setuptools.setup(
python_requires='>=3.6',
install_requires=requirements,
scripts=['scripts/liminal'],
- include_package_data=True
+ include_package_data=True,
+ package_data={
+ 'liminal': ['../DISCLAIMER', '../LICENSE', '../NOTICE', '../README.md']
+ }
)