From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsIPv-0007m5-MH for guix-patches@gnu.org; Wed, 13 Sep 2017 20:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsIPr-0003m6-Jw for guix-patches@gnu.org; Wed, 13 Sep 2017 20:54:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsIPr-0003lz-G8 for guix-patches@gnu.org; Wed, 13 Sep 2017 20:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsIPr-0003hH-7q for guix-patches@gnu.org; Wed, 13 Sep 2017 20:54:03 -0400 Subject: [bug#28453] [PATCH 2/5] licenses: Add CC-Sampling+ 1.0. Resent-Message-ID: Message-Id: From: Arun Isaac Date: Thu, 14 Sep 2017 06:21:29 +0530 In-Reply-To: <20170914005132.26608-1-arunisaac@systemreboot.net> References: <20170914005132.26608-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28453@debbugs.gnu.org * guix/licenses.scm (cc-sampling-plus-1.0): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index b7dadd975..6de611da2 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -41,6 +41,7 @@ cc0 cc-by2.0 cc-by3.0 cc-by4.0 cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0 + cc-sampling-plus-1.0 cddl1.0 cecill cecill-b cecill-c artistic2.0 clarified-artistic @@ -206,6 +207,11 @@ at URI, which may be a file:// URI pointing the packag= e's tree." "http://creativecommons.org/licenses/by/2.0/" "Creative Commons Attribution 2.0 Generic")) =20 +(define cc-sampling-plus-1.0 + (license "CC-Sampling+ 1.0" + "https://creativecommons.org/licenses/sampling+/1.0" + "Creative Commons Sampling Plus 1.0")) + (define cddl1.0 (license "CDDL 1.0" "http://directory.fsf.org/wiki/License:CDDLv1.0" --=20 2.14.1 =