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

Website does not have the correct trademark disclaimer #202

Closed
thisisobate opened this issue Jan 29, 2024 · 4 comments
Closed

Website does not have the correct trademark disclaimer #202

thisisobate opened this issue Jan 29, 2024 · 4 comments

Comments

@thisisobate
Copy link

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>
@mariasalcedo
Copy link

This website does contain the disclaimer.
Apparently, CLOMonitor isn't able to verify it.

@khussey
Copy link

khussey commented Jun 5, 2024

@mariasalcedo based on https://clomonitor.io/projects/cncf/telepresence#telepresence_legal it seems the CLOMonitor is in fact able to verify it?

@mariasalcedo
Copy link

mariasalcedo commented Jun 5, 2024

@khussey I checked this morning and it was in red. Thanks for checking again!
@thisisobate If you agree, I think this issue can be closed for now since the requirement has already been fulfilled.

@thallgren
Copy link
Member

Closing due to reporter not responding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants