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 1B1B71381F3 for ; Thu, 11 Jul 2013 06:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF4BE0A41; Thu, 11 Jul 2013 06:14:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84862E0A41 for ; Thu, 11 Jul 2013 06:14:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 822BB33E9BE for ; Thu, 11 Jul 2013 06:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 31DF1E5458 for ; Thu, 11 Jul 2013 06:14:55 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373523243.6e6042bbc1d19de4cf185086f980bc994367975f.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 Mueller X-VCS-Revision: 6e6042bbc1d19de4cf185086f980bc994367975f X-VCS-Branch: master Date: Thu, 11 Jul 2013 06:14:55 +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: 80e3e6b5-8c60-4893-8457-d305ac3375b0 X-Archives-Hash: d8859425d8bfe2737cc766e50cfdd650 commit: 6e6042bbc1d19de4cf185086f980bc994367975f Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 11 06:14:03 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Jul 11 06:14:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=6e6042bb Documentation is now dual-licensed under GPL-2+ or CC-BY-SA-2.5. * doc/user-guide.txt: * doc/developer-guide.txt: * doc/release-guide.txt: These files are now dual-licensed under GPL-2+ or CC-BY-SA-2.5. Permission from authors Ciaran McCreesh, Danny van Dyk, and Shyam Mani received per e-mail on 2013-07-10. * README: Add notice about dual-licensing of documentation. --- ChangeLog | 9 +++++++++ README | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4bc1be4..ab9fdc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-07-11 Ulrich Müller + + * doc/user-guide.txt: + * doc/developer-guide.txt: + * doc/release-guide.txt: These files are now dual-licensed under + GPL-2+ or CC-BY-SA-2.5. Permission from authors Ciaran McCreesh, + Danny van Dyk, and Shyam Mani received per e-mail on 2013-07-10. + * README: Add notice about dual-licensing of documentation. + 2013-07-09 Ulrich Müller * doc/developer-guide.txt: diff --git a/README b/README index 1405625..1667e5f 100644 --- a/README +++ b/README @@ -18,6 +18,10 @@ eselect is Copyright (c) 2005-2013 Gentoo Foundation. This code is distributed under the terms of the GNU General Public License 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. + Style Notes -----------