telepresenceio / telepresence.io

The https://www.telepresence.io/ website
19 stars 31 forks source link

Website does not have the correct trademark disclaimer #202

Closed thisisobate closed 2 months ago

thisisobate commented 9 months ago

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/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 commented 5 months ago

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

khussey commented 5 months ago

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

mariasalcedo commented 5 months ago

@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 commented 2 months ago

Closing due to reporter not responding.