Skip to content
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
2 changes: 1 addition & 1 deletion src/main/content/_i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pages:
support: Support
blog: Blog
footer:
copyright: Copyright IBM Corp. 2017, 2024
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: Privacy policy
license: License
logos: Logos
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/_i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pages:
support: サポート
blog: ブログ
footer:
copyright: Copyright IBM Corp. 2017, 2024
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: プライバシー・ポリシー
license: ライセンス
logos: ロゴ
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/_i18n/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pages:
support: 支持
blog: 博客
footer:
copyright: Copyright IBM Corp. 2017, 2024
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: 隐私策略
license: 许可证
logos: 洛戈斯
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/antora_ui/src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div id="footer_bottom_container" class="footer_container container-fluid">
<div id="footer_bottom_left_section">
<p id="footer_copyright">&copy; Copyright IBM Corp. 2017, 2024</p>
<p id="footer_copyright">&copy; Copyright IBM Corp. 2017, 2025</p>
<p class="vertical_bar">|</p>
<a id="footer_privacy_policy_link" href="https://www.ibm.com/privacy/" target="_blank" rel="noopener" class="left_footer_link">Privacy policy</a>
<p class="vertical_bar">|</p>
Expand Down
Loading