This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 553cb351d2 chore: precise footer (#3997)
553cb351d2 is described below
commit 553cb351d2f79f0f89827c339eff49c9bf7b91fe
Author: tison <[email protected]>
AuthorDate: Wed Jan 17 09:02:21 2024 +0800
chore: precise footer (#3997)
Signed-off-by: tison <[email protected]>
---
bindings/java/pom.xml | 5 ++---
bindings/nodejs/theme/index.tsx | 5 ++---
bindings/python/template/module.html.jinja2 | 5 ++---
website/docusaurus.config.js | 2 +-
4 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml
index 7f08f2816c..fc801a2085 100644
--- a/bindings/java/pom.xml
+++ b/bindings/java/pom.xml
@@ -271,9 +271,8 @@
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<bottom>
- Copyright © 2022-2024, The Apache Software Foundation
Apache OpenDAL, OpenDAL, Apache, Apache Incubator,
- the Apache feather, the Apache Incubator logo and the
Apache OpenDAL project logo are either registered
- trademarks or trademarks of the Apache Software
Foundation.
+ Copyright © 2022-2024, The Apache Software Foundation.
Apache OpenDAL, OpenDAL, and Apache
+ are either registered trademarks or trademarks of the
Apache Software Foundation.
</bottom>
</configuration>
</plugin>
diff --git a/bindings/nodejs/theme/index.tsx b/bindings/nodejs/theme/index.tsx
index 1f82e4577b..88f679394a 100644
--- a/bindings/nodejs/theme/index.tsx
+++ b/bindings/nodejs/theme/index.tsx
@@ -28,9 +28,8 @@ export class FooterWithASFCopyright extends
DefaultThemeRenderContext {
<>
<div class="tsd-generator">
<p>
- Copyright © 2022-2024, The Apache Software Foundation Apache
OpenDAL, OpenDAL, Apache, Apache Incubator,
- the Apache feather, the Apache Incubator logo and the Apache
OpenDAL project logo are either registered
- trademarks or trademarks of the Apache Software Foundation.
+ Copyright © 2022-2024, The Apache Software Foundation. Apache
OpenDAL, OpenDAL, and Apache are either
+ registered trademarks or trademarks of the Apache Software
Foundation.
</p>
</div>
</>
diff --git a/bindings/python/template/module.html.jinja2
b/bindings/python/template/module.html.jinja2
index be6daa2cb0..9b0e0e8e6d 100644
--- a/bindings/python/template/module.html.jinja2
+++ b/bindings/python/template/module.html.jinja2
@@ -27,8 +27,7 @@
{{ super() }}
<footer>
Copyright © 2022-<script>document.write(new Date().getFullYear())</script>,
-The Apache Software Foundation Apache OpenDAL, OpenDAL, Apache, Apache
Incubator, the Apache feather,
-the Apache Incubator logo and the Apache OpenDAL project logo are either
registered trademarks or
-trademarks of the Apache Software Foundation.
+The Apache Software Foundation. Apache OpenDAL, OpenDAL, and Apache are
+either registered trademarks or trademarks of the Apache Software Foundation.
</footer>
{% endblock %}
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index ccf4f02cd0..3e0a0ea8ba 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -213,7 +213,7 @@ const config = {
href: 'https://www.apache.org/',
width: 200,
},
- copyright: `Apache OpenDAL (incubating) is an effort undergoing
incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. 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, [...]
+ copyright: `Apache OpenDAL (incubating) is an effort undergoing
incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. 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, [...]
},
prism: {
theme: lightCodeTheme,