This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch privacy-policy in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 28c9fd478940ec287349b3fcb928346d2d6462f4 Author: Andy Seaborne <[email protected]> AuthorDate: Sat Apr 23 15:41:42 2022 +0100 Add link to privacy policy --- layouts/_default/baseof.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2c401774b..4a0a52d90 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -164,7 +164,7 @@ </div><!--/.container --> <footer class="footer"> - <div class="container"> + <div class="container" style="font-size:80%" > <p> Copyright © 2011–{{ now.Year }} The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. @@ -172,6 +172,9 @@ <p> Apache Jena, Jena, the Apache Jena project logo, Apache and the Apache feather logos are trademarks of The Apache Software Foundation. + <br/> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" + >Apache Software Foundation Privacy Policy</a>. </p> </div> </footer>
