This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/master by this push:
new 7f9844cd4 [CALCITE-5108] Make website GDPR-compliant
7f9844cd4 is described below
commit 7f9844cd4286e5ab836c49158974e1bd94e903f2
Author: Francis Chuang <[email protected]>
AuthorDate: Fri Apr 22 11:03:10 2022 +1000
[CALCITE-5108] Make website GDPR-compliant
- Add a link to the privacy policy in the footer
---
site/_includes/footer.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index f965817e0..675700a04 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -10,6 +10,10 @@
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache License v2</a>. Apache Calcite and its logo are
- trademarks of the Apache Software Foundation.</p>
+ trademarks of the Apache Software Foundation.
+ </p>
+ <p>
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a>
+ </p>
</div>
</footer>