Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ export default function Footer() {
<div className="ocp-footer__copyright-row">
<div className="ocp-footer__inner">
<p>
<strong>Copyright © Linux Foundation Europe.</strong>{' '}
Open Control Plane is a project of the Open Component Model Community. For
applicable policies including privacy policy, terms of use and trademark usage
guidelines, please see{' '}
<a href="https://linuxfoundation.eu" target="_blank" rel="noopener noreferrer">
https://linuxfoundation.eu
Copyright Linux Foundation Europe. For web site terms of use, trademark
policy and other project policies please see{' '}
<a href="https://linuxfoundation.eu/en/policies" target="_blank" rel="noopener noreferrer">
https://linuxfoundation.eu/en/policies
</a>
. Linux is a registered trademark of Linus Torvalds.
.
</p>
</div>
</div>
Expand Down
Loading