diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-26 14:55:23 +0100 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2022-07-15 03:23:46 -0700 |
commit | e9bb44924ce0454e372b7d442e8bd0c6168b1be8 (patch) | |
tree | e0efdfacd8a415e3bd3af04ef3d03adc779d0aff | |
parent | Change toolbox to keep what we expect (diff) | |
download | skin-tyrian-e9bb44924ce0454e372b7d442e8bd0c6168b1be8.tar.gz skin-tyrian-e9bb44924ce0454e372b7d442e8bd0c6168b1be8.tar.bz2 skin-tyrian-e9bb44924ce0454e372b7d442e8bd0c6168b1be8.zip |
Update license in template to CC-BY-SA-4.0.
See GLEP 76. Also change copyright holder to "Gentoo Authors".
Bug: https://bugs.gentoo.org/664112
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | TyrianTemplate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php index c889284..a11fd4c 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -177,11 +177,11 @@ class TyrianTemplate extends BaseTemplate { </ul> </div> <div class="col-xs-9 col-md-9"> - <strong>© 2001–<?=$currentYear ?> Gentoo Foundation, Inc.</strong><br /> + <strong>© 2001–<?=$currentYear ?> Gentoo Authors</strong><br /> <small> Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the - <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license. + <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">CC-BY-SA-4.0</a> license. The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply. </small> </div> |