Skip to content

Commit d078901

Browse files
authored
fix: copyright notice wording (#604)
1 parent dc54345 commit d078901

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const config = {
337337
// height: 51,
338338
// href: "https://opensource.antgroup.com/",
339339
// },
340-
copyright: `Copyright © ${new Date().getFullYear()} KusionStack Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage/"> Trademark Usage</a> page.`,
340+
copyright: `Copyright © ${new Date().getFullYear()} KusionStack a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/"> LF Projects, LLC Policies</a> page.`,
341341
},
342342
prism: {
343343
theme: lightCodeTheme,

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"description": "The label of footer link with label=KCL linking to https://kcl-lang.io"
4141
},
4242
"copyright": {
43-
"message": "Copyright © 2024 KusionStack Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href=\"https://www.linuxfoundation.org/trademark-usage/\"> Trademark Usage</a> page.",
43+
"message": "Copyright © 2025 KusionStack a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href=\"https://lfprojects.org/policies/\"> LF Projects, LLC Policies</a> page.",
4444
"description": "The footer copyright"
4545
},
4646
"logo.alt": {

i18n/zh/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"description": "The label of footer link with label=KCL linking to https://kcl-lang.io"
4141
},
4242
"copyright": {
43-
"message": "Copyright © 2024 KusionStack Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href=\"https://www.linuxfoundation.org/trademark-usage/\"> Trademark Usage</a> page.",
43+
"message": "Copyright © 2025 KusionStack a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href=\"https://lfprojects.org/policies/\"> LF Projects, LLC Policies</a> page.",
4444
"description": "The footer copyright"
4545
},
4646
"logo.alt": {

0 commit comments

Comments
 (0)