Skip to content

Commit d380b45

Browse files
feat: Add CDF copyright text and links (#163)
From the [Advocacy & Outreach SIG meeting on May 15](https://community.jenkins.io/t/2025-may-15-advocacy-outreach-sig-meeting/31270/2), CD Foundation has asked that we include their copyright/terms of use information on the jenkins.io site. I have added the requested text and links to the footer of the page so that it is present in all areas. Storybook preview: <img width="1723" alt="Screenshot 2025-05-16 at 9 51 44 AM" src="https://github.com/user-attachments/assets/fa8b0129-564b-4920-a2b6-89910c1e1bcc" /> --------- Co-authored-by: Kris Stern <[email protected]>
1 parent cbdf215 commit d380b45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/jio-footer.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@ export class Footer extends LitElement {
200200
</div>
201201
</div>
202202
</div>
203+
<div class="container">
204+
<div class="row">
205+
<p>
206+
Copyright © 2025 CD Foundation The Linux Foundation®. All rights reserved.
207+
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
208+
<a href="https://www.linuxfoundation.org/legal/trademark-usage" target="_blank">Trademark Usage</a> page.
209+
Linux is a registered trademark of Linus Torvalds.
210+
<a href="https://www.linuxfoundation.org/legal/privacy-policy" target="_blank">Privacy Policy</a> and
211+
<a href="https://www.linuxfoundation.org/legal/terms" target="_blank">Terms of Use</a>.
212+
</p>
213+
</div>
214+
</div>
203215
</footer>
204216
`;
205217
}

0 commit comments

Comments
 (0)