This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new e17a910c9 [#4074] Add work in progress disclaimer. (#4076)
e17a910c9 is described below
commit e17a910c94d5462e705a0870569b1252be14bd50
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Jul 4 16:20:21 2024 +1000
[#4074] Add work in progress disclaimer. (#4076)
### What changes were proposed in this pull request?
Add work in progress disclaimer.
### Why are the changes needed?
Required by ASF incubator policy.
Fix: #4074
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
---
DISCLAIMER_WIP.txt | 6 ++++++
build.gradle.kts | 2 ++
2 files changed, 8 insertions(+)
diff --git a/DISCLAIMER_WIP.txt b/DISCLAIMER_WIP.txt
new file mode 100644
index 000000000..c285b1214
--- /dev/null
+++ b/DISCLAIMER_WIP.txt
@@ -0,0 +1,6 @@
+Apache Gravitino 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 [...]
+
+Some of the incubating project’s releases may not be fully compliant with ASF
policy and while we have documented the licensing of all code in detail, we
know that currently our release would:
+- Contains code that may not be compatible with the Apache License
+
+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/Apache Podling-Name.html
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 32e13d72c..abba4ee2a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -484,6 +484,8 @@ tasks.rat {
"web/src/lib/icons/svg/**/*.svg",
"**/LICENSE.*",
"**/NOTICE.*",
+ "DISCLAIMER_WIP.txt",
+ "DISCLAIMER.txt",
"ROADMAP.md",
"clients/client-python/.pytest_cache/*",
"clients/client-python/gravitino.egg-info/*",