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

Footer: bump copyright #324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 modules/Footer/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="w-full md:w-1/2 md:mt-0 mt-32">
<Navigation nav-type="social" :nav-list="socialLinks" />
</div>
<p class="text-17 text-gray-dark mt-32">Copyright © 2023 The Linux Foundation®. All rights reserved. <a href="https://linuxfoundation.org/">The Linux Foundation</a> 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. Linux is a registered trademark of Linus Torvalds. <a href="https://lfprojects.org/policies/privacy-policy/">Privacy Policy</a>, <a href="https://lfprojects.org/policies/terms-of-use/">Terms of Use</a>, <a href="https://lfprojects.org/policies/hosted-project-tools-terms-of-use/">Hosted Project Tools Terms of Use</a> and <a href="https://lfprojects.org/policies/hosted-project-tools-immutable-records/">Immutable Record notice</a>.
<p class="text-17 text-gray-dark mt-32">Copyright © 2024 The Linux Foundation®. All rights reserved. <a href="https://linuxfoundation.org/">The Linux Foundation</a> 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. Linux is a registered trademark of Linus Torvalds. <a href="https://lfprojects.org/policies/privacy-policy/">Privacy Policy</a>, <a href="https://lfprojects.org/policies/terms-of-use/">Terms of Use</a>, <a href="https://lfprojects.org/policies/hosted-project-tools-terms-of-use/">Hosted Project Tools Terms of Use</a> and <a href="https://lfprojects.org/policies/hosted-project-tools-immutable-records/">Immutable Record notice</a>.
</p>
</div>
</footer>
Expand Down
Loading