This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/master by this push:
new c4dfa3cd23 chore: Create DISCLAIMER (#3631)
c4dfa3cd23 is described below
commit c4dfa3cd2375d1b3f2ca60ed12d32894d2072109
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 8 00:22:54 2025 +0100
chore: Create DISCLAIMER (#3631)
Apache Incubator requires a DISCLAIMER
---------
Signed-off-by: PJ Fanning <[email protected]>
Signed-off-by: Yicong Huang <[email protected]>
Co-authored-by: Yicong Huang
<[email protected]>
---
.licenserc.yaml | 3 ++-
DISCLAIMER | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 90dcdb18f9..0130689a55 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -10,11 +10,12 @@ header:
- '**/*.txt'
- '**/*.json'
- '**/*.jsonl'
+ - 'DESCRIPTION'
+ - 'DISCLAIMER'
- 'LICENSE'
- 'NOTICE'
- '.dockerignore'
- '.gitattributes'
- - 'DESCRIPTION'
- 'yarn.lock'
- '.nvmrc'
- '.htaccess'
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000000..2828967637
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Texera (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.