diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2020-06-03 08:22:17 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 21:22:17 -0400 |
commit | d9b5c216250327fa4a3502dc005b8abf19f934e5 (patch) | |
tree | 9f6948e4c0f9e2a3ef49ae57b65b108c4b613d43 /contrib/legal | |
parent | a6fd2f23f7e6bdc60c092207ac43af3a9a291f8f (diff) | |
download | gitea-d9b5c216250327fa4a3502dc005b8abf19f934e5.tar.gz gitea-d9b5c216250327fa4a3502dc005b8abf19f934e5.zip |
[Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) (#10057)
* Change license link to full (raw link) legal code on options/license
* Replace link to full legal code at CC site
* Update contrib/legal/tos.html.sample
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'contrib/legal')
-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> |