diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-28 14:21:57 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-29 10:29:08 +0100 |
commit | 6a670a59ec76dd21871c4846f39e3a4650a983a8 (patch) | |
tree | 68f0a5c11406500e6da256c83c9734c413c248f1 /bin | |
parent | appendices/contributing/devbook-guide: Drop "Resources" section. (diff) | |
download | devmanual-6a670a59ec76dd21871c4846f39e3a4650a983a8.tar.gz devmanual-6a670a59ec76dd21871c4846f39e3a4650a983a8.tar.bz2 devmanual-6a670a59ec76dd21871c4846f39e3a4650a983a8.zip |
Relicense the devmanual under CC-BY-SA-4.0.
Bug: https://bugs.gentoo.org/558732#c10
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 8c9c337..7293608 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -25,7 +25,7 @@ IFS='' read -r -d '' FOOTER << 'EOF' <strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br><small> Gentoo is a trademark of the Gentoo Foundation, Inc. The text of this document is distributed under the - <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. + <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply. </small> </div> |