From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1046A138ACF for ; Sat, 24 Jan 2015 12:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3821BE09AE; Sat, 24 Jan 2015 12:27:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC73E09AE for ; Sat, 24 Jan 2015 12:27:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F10ED34070F for ; Sat, 24 Jan 2015 12:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE9910446 for ; Sat, 24 Jan 2015 12:27:16 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1422100775.bed4d4d32a787a4f649537f4c39225ca15b4419c.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog README X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bed4d4d32a787a4f649537f4c39225ca15b4419c X-VCS-Branch: master Date: Sat, 24 Jan 2015 12:27:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d9f7272-49c7-48af-9c06-126fece63aad X-Archives-Hash: ec0c04254b2e70f13d9f6631f5f0c451 commit: bed4d4d32a787a4f649537f4c39225ca15b4419c Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 24 11:59:35 2015 +0000 Commit: Ulrich Müller gentoo 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 + + * 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 * 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 -----------