commit: bed4d4d32a787a4f649537f4c39225ca15b4419c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 24 11:59:35 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jan 24 11:59:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=bed4d4d3
Update CC-BY-SA to version 3.0. * README: Documentation is now licensed under GPL-2+ or CC-BY-SA-3.0 (was CC-BY-SA-2.5 before). --- ChangeLog | 5 +++++ README | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8d41ab..ea271e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-24 Ulrich Müller <[email protected]> + + * README: Documentation is now licensed under GPL-2+ or + CC-BY-SA-3.0 (was CC-BY-SA-2.5 before). + 2015-01-18 Ulrich Müller <[email protected]> * modules/rc.eselect (is_script): Don't call external programs. diff --git a/README b/README index 9ab4015..b107b32 100644 --- a/README +++ b/README @@ -20,10 +20,10 @@ version 2 or later`__. The documentation in the ``doc/`` directory is dual-licensed. It can be distributed either under the above terms, or (at your option) under -the `Creative Commons Attribution-ShareAlike 2.5 License`__. +the `Creative Commons Attribution-ShareAlike 3.0 Unported License`__. __ http://www.gnu.org/licenses/gpl-2.0 -__ http://creativecommons.org/licenses/by-sa/2.5/ +__ http://creativecommons.org/licenses/by-sa/3.0/ Style Notes -----------
