diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index 7f08f2816cea..fc801a2085a0 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -271,9 +271,8 @@ ${maven-javadoc-plugin.version} - 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. diff --git a/bindings/nodejs/theme/index.tsx b/bindings/nodejs/theme/index.tsx index 1f82e4577b14..88f679394a11 100644 --- a/bindings/nodejs/theme/index.tsx +++ b/bindings/nodejs/theme/index.tsx @@ -28,9 +28,8 @@ export class FooterWithASFCopyright extends DefaultThemeRenderContext { <>

- 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.

diff --git a/bindings/python/template/module.html.jinja2 b/bindings/python/template/module.html.jinja2 index be6daa2cb0cf..9b0e0e8e6d7c 100644 --- a/bindings/python/template/module.html.jinja2 +++ b/bindings/python/template/module.html.jinja2 @@ -27,8 +27,7 @@ {{ super() }} {% endblock %} diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ccf4f02cd08f..3e0a0ea8ba57 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, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright © 2022-${new Date().getFullYear()}, 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: `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, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright © 2022-${new Date().getFullYear()}, 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.`, }, prism: { theme: lightCodeTheme,