Skip to content

Commit a2c2138

Browse files
authored
docs: add lf trademarks note (#6558)
Fixes #6557 Signed-off-by: Charlie Egan <[email protected]>
1 parent 6c4934b commit a2c2138

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

docs/website/layouts/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,16 +1562,23 @@ <h4>CLI and REPL for complete control</h4>
15621562
<div class="row">
15631563
<div class="col-12">
15641564
<div class="footer-text">
1565-
Open Policy Agent is a Cloud Native Computing Foundation graduated
1566-
project.
1565+
Open Policy Agent is a Cloud Native Computing Foundation
1566+
Graduated project.
15671567
</div>
15681568
<div class="footer-logo pb-4">
15691569
<img src="img/cloud-native-logo.png">
15701570
</div>
15711571
<div class="footer-bottom">
1572-
© {{ now.Format "2006"}} Open Policy Agent contributors. Licensed under the Apache
1573-
License, Version 2.0. For information about
1574-
contributing, <a href="/docs/latest/contributing/">see documentation</a>.
1572+
<p>
1573+
© {{ now.Format "2006"}} Open Policy Agent contributors.
1574+
Licensed under the Apache License, Version 2.0. See the
1575+
<a href="/docs/latest/contributing/">contributing documentation</a>
1576+
for information about contributing.
1577+
</p>
1578+
<p>
1579+
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
1580+
please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
1581+
</p>
15751582
</div>
15761583
</div>
15771584
</div>

docs/website/static/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,10 @@ h4 {
764764
color: #fff;
765765
}
766766

767+
.footer-bottom a {
768+
color: white;
769+
}
770+
767771
.policy-sharing {
768772
position: relative;
769773
}

0 commit comments

Comments
 (0)