You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2024/02/20 04:35:43 UTC

(datasketches-website) branch privacy-policy created (now e34832ae)

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch privacy-policy
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


      at e34832ae Add link to main Apache privacy policy in footer

This branch includes the following new commits:

     new e34832ae Add link to main Apache privacy policy in footer

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


(datasketches-website) 01/01: Add link to main Apache privacy policy in footer

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch privacy-policy
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git

commit e34832aecef5dfe03eb10209db35e5c5d9867f14
Author: Jon <jm...@apache.org>
AuthorDate: Mon Feb 19 20:35:31 2024 -0800

    Add link to main Apache privacy policy in footer
---
 _includes/page_footer.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/_includes/page_footer.html b/_includes/page_footer.html
index 2cbcee44..b9f0115b 100644
--- a/_includes/page_footer.html
+++ b/_includes/page_footer.html
@@ -3,8 +3,9 @@
   <div class="container">
     <div class="text-center">
       <p>
-        <div>Copyright © 2020 <a href="https://www.apache.org">Apache Software Foundation</a>, 
-          Licensed under the Apache License, Version 2.0. All Rights Reserved.<br/>
+        <div>Copyright © 2024 <a href="https://www.apache.org">Apache Software Foundation</a>, 
+          Licensed under the Apache License, Version 2.0. All Rights Reserved.
+          | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
           Apache DataSketches, Apache, the Apache feather logo, and the Apache DataSketches project logos are trademarks of The Apache Software Foundation.<br/>
           All other marks mentioned may be trademarks or registered trademarks of their respective owners.
         </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org