Skip to content

Commit

Permalink
chore: update footer copy (#6)
Browse files Browse the repository at this point in the history
* chore: update footer copy

Signed-off-by: Asitha de Silva <[email protected]>

* add rel attribute

Signed-off-by: Asitha de Silva <[email protected]>

---------

Signed-off-by: Asitha de Silva <[email protected]>
  • Loading branch information
asithade authored Nov 27, 2024
1 parent bfbca7e commit 9ed8759
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ export class LFXFooter extends HTMLElement {
<div class="footer-content">
<div class="copyright-container">
<p class="copyright">Copyright &copy; ${new Date().getFullYear()} The Linux Foundation&reg;. All rights reserved.
The Linux Foundation has registered trademarks and uses trademarks. For more information, including terms of use, <a href="https://www.linuxfoundation.org/legal/privacy-policy?hsLang=en" target="_blank">Privacy Policy</a>,
and <a href="https://www.linuxfoundation.org/legal/trademark-usage?hsLang=en" target="_blank">Trademark Usage</a>, please see our <a href="https://www.linuxfoundation.org/legal/policies" target="_blank">Policies</a> page.</p>
The Linux Foundation has registered trademarks and uses trademarks. For more information, including terms of use,
<a href="https://www.linuxfoundation.org/legal/platform-use-agreement/" target="_blank" rel="noopener noreferrer">Platform Usage</a>,
<a href="https://www.linuxfoundation.org/legal/privacy-policy?hsLang=en" target="_blank" rel="noopener noreferrer">Privacy Policy</a>,
and <a href="https://www.linuxfoundation.org/legal/trademark-usage?hsLang=en" target="_blank" rel="noopener noreferrer">Trademark Usage</a>,
please see our <a href="https://www.linuxfoundation.org/legal/policies" target="_blank" rel="noopener noreferrer">Policies</a> page.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 9ed8759

Please sign in to comment.