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 0C0D21381F3 for ; Sun, 14 Jul 2013 08:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A97E09E8; Sun, 14 Jul 2013 08:20:01 +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 340F8E09E8 for ; Sun, 14 Jul 2013 08:20:01 +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 10E6633E014 for ; Sun, 14 Jul 2013 08:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89653E468F for ; Sun, 14 Jul 2013 08:19:58 +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: <1373789987.92b58bc9e1366ada301e622232f9cae08747aea4.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 92b58bc9e1366ada301e622232f9cae08747aea4 X-VCS-Branch: master Date: Sun, 14 Jul 2013 08:19:58 +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: 3b214ca1-54a0-425e-b964-ab269bc886bc X-Archives-Hash: ddfa968c2c95d30e6dd263e85af4ff9c commit: 92b58bc9e1366ada301e622232f9cae08747aea4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 14 08:19:47 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Jul 14 08:19:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=92b58bc9 Add hyperlinks to GPL-2 and CC-BY-SA-2.5. --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 1667e5f..d6333a1 100644 --- a/README +++ b/README @@ -15,12 +15,15 @@ Copyright --------- 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. +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. +`Creative Commons Attribution-ShareAlike 2.5 License`__. + +__ http://www.gnu.org/licenses/gpl-2.0 +__ http://creativecommons.org/licenses/by-sa/2.5/ Style Notes -----------