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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new e5b3ae2dc7 optimize: add disclaimer and notice (#750)
e5b3ae2dc7 is described below

commit e5b3ae2dc7d407213bcba11403a795078869538b
Author: jimin <[email protected]>
AuthorDate: Fri Jan 5 10:34:06 2024 +0800

    optimize: add disclaimer and notice (#750)
    
    Signed-off-by: slievrly <[email protected]>
---
 DISCLAIMER                      | 10 ++++++++++
 NOTICE                          |  5 +++++
 src/components/footer/index.tsx |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000000..1add77f788
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Seata (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.
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000000..5d3b5c1540
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Seata (Incubating)
+Copyright 2023-2024 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx
index 8f2954a003..ffed053bb8 100644
--- a/src/components/footer/index.tsx
+++ b/src/components/footer/index.tsx
@@ -97,7 +97,7 @@ const Footer = () => {
             </div>
             <br/>
             <div className="center-div">
-              <span>Copyright © 2024, The Apache Software Foundation Apache 
Seata, Seata, Apache, Apache Incubator, the Apache feather, the Apache 
Incubator logo and the Apache Seata project logo are either registered 
trademarks or trademarks of the Apache Software Foundation.</span>
+              <span>Copyright © 2023-2024, The Apache Software Foundation 
Apache Seata, Seata, Apache, Apache Incubator, the Apache feather, the Apache 
Incubator logo and the Apache Seata project logo are either registered 
trademarks or trademarks of the Apache Software Foundation.</span>
               <br />
             </div>
             <br/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to