Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Website does not have the correct trademark disclaimer #4

Open
thisisobate opened this issue Jan 23, 2024 · 0 comments
Open

Website does not have the correct trademark disclaimer #4

thisisobate opened this issue Jan 23, 2024 · 0 comments

Comments

@thisisobate
Copy link

thisisobate commented Jan 23, 2024

As part of our ongoing effort to cncf/techdocs#198, we noticed that the website does not pass the trademark criteria on CLOMonitor.

To fix this:
Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:

Disclaimer

<footer>
   <p>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/legal/trademark-usage">Trademark Usage page</a>.
   </p>
</footer>

Link

 <footer>
      <ul>
          <li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
      </ul>
 </footer>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant