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

junchao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-resilientdb-ResLens-Middleware.git


The following commit(s) were added to refs/heads/master by this push:
     new c544bc6  update license
c544bc6 is described below

commit c544bc636cd5f93d76d4f5f44e3cf86c1fbf4a87
Author: Ubuntu <[email protected]>
AuthorDate: Wed Jul 16 14:36:44 2025 +0000

    update license
---
 .licenserc.yaml | 22 +++++++++++++---------
 DISCLAIMER      | 21 +++++++++++++++++++++
 2 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 0b4abcf..ae67f6f 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -4,19 +4,23 @@ header:
     copyright-owner: Apache Software Foundation
 
   paths-ignore:
+    - '.*'
+    - '.**/**'
+    - 'CNAME'
+    - '**/*.conf'
     - '**/*.config'
     - '**/*.json'
-    - '**/*.yaml'
-    - '**/*.yml'
-    - '**/*.dockerignore'
-    - 'Doxyfile'
-    - 'header'
+    - '**/*.sol'
+    - '**/*.pri'
+    - '**/*.pub'
     - 'dev/.rat-excludes'
-    - '**/*.md'
+    - 'DISCLAIMER'
     - 'NOTICE'
-    - 'DISCLAIMER-WIP'
     - 'LICENSE'
-    - '.gitignore'
+    - 'documents/doxygen/.gitignore'
     - 'third_party/loc_script/src/index.js'
 
-  comment: on-failure
\ No newline at end of file
+
+
+  comment: on-failure
+
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..f4bf7a2
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,21 @@
+Apache ResilientDB 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.
+
+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):
+
+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/resilientdb.html
\ No newline at end of file

Reply via email to