From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB838138334 for ; Thu, 28 Nov 2019 13:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FCDE08D9; Thu, 28 Nov 2019 13:41:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE6A9E08D9 for ; Thu, 28 Nov 2019 13:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74CEF34D523 for ; Thu, 28 Nov 2019 13:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 377628A6 for ; Thu, 28 Nov 2019 13:41:14 +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: <1574948136.45930f33e4db86b44c03133a85dda7fd3c9b0196.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: 45930f33e4db86b44c03133a85dda7fd3c9b0196 X-VCS-Branch: master Date: Thu, 28 Nov 2019 13:41:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32aa8882-c609-46ff-886e-0fba6772d714 X-Archives-Hash: 2f1c381d2b62156085092de5d1f14d8d commit: 45930f33e4db86b44c03133a85dda7fd3c9b0196 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 28 13:35:36 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 28 13:35:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=45930f33 Update CC-BY-SA to version 4.0. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 3 +++ README | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6292c9a..e9f1f8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-11-28 Ulrich Müller + * README: Documentation is now dual-licensed under GPL-2+ or + CC-BY-SA-4.0. Update URI of GPL-2 license text. + * modules/rc.eselect (show_script_status): Quote strings to prevent globbing, bug 701382. diff --git a/README b/README index 1ef30e6..bfcb6f9 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 3.0 Unported License`__. +the `Creative Commons Attribution-ShareAlike 4.0 International License`__. -__ http://www.gnu.org/licenses/gpl-2.0 -__ http://creativecommons.org/licenses/by-sa/3.0/ +__ https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +__ https://creativecommons.org/licenses/by-sa/4.0/ Style Notes -----------