diff options
-rw-r--r-- | contrib/legal/privacy.html.sample | 4 | ||||
-rw-r--r-- | contrib/legal/tos.html.sample | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/legal/privacy.html.sample b/contrib/legal/privacy.html.sample index 3abec95140..22fc40fa3c 100644 --- a/contrib/legal/privacy.html.sample +++ b/contrib/legal/privacy.html.sample @@ -7,7 +7,7 @@ <body> <h1>Privacy Policy</h1> - <h4>Last updated: December 28, 2019</h4> + <h4>Last updated: January 29, 2020</h4> <h2>Who We Are?</h2> @@ -191,6 +191,6 @@ <h2>COPYING</h2> - <p>This document is licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 Public Domain license</a>.</p> + <p>This document is licensed under CC0 Public Domain License. See <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">full legal code here</a>.</p> </body> </html> diff --git a/contrib/legal/tos.html.sample b/contrib/legal/tos.html.sample index 1c63bd8bbc..d39082909f 100644 --- a/contrib/legal/tos.html.sample +++ b/contrib/legal/tos.html.sample @@ -7,7 +7,7 @@ <body> <h1>Terms of Service</h1> - <h4>Last updated: December 31, 2019</h4> + <h4>Last updated: January 29, 2020</h4> <p>Thank you for choosing Your Gitea Instance! Before you use it, please read this Terms of Service agreement carefully, which contains important contract between us and our users.</p> @@ -130,7 +130,7 @@ <p>If you'd like to use our trademarks, you must follow all of our trademark guidelines.</p> - <p>This Agreement is licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CCO Public Domain License</a>.</p> + <p>This Agreement is licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CCO Public Domain License</a>.</p> <h2>API Terms</h2> |