Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: precise footer #3997

Merged
merged 4 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions bindings/nodejs/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
Expand Down
5 changes: 2 additions & 3 deletions bindings/python/template/module.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/><br/> 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. <br/><br/> 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,
Expand Down
Loading