From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dscvV-0003z7-9b for guix-patches@gnu.org; Thu, 14 Sep 2017 18:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dscvS-0003fe-7J for guix-patches@gnu.org; Thu, 14 Sep 2017 18:48:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32955) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dscvS-0003fJ-3n for guix-patches@gnu.org; Thu, 14 Sep 2017 18:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dscvR-0002CL-TT for guix-patches@gnu.org; Thu, 14 Sep 2017 18:48:01 -0400 Subject: [bug#28453] [PATCH 2/5] licenses: Add CC-Sampling+ 1.0. Resent-Message-ID: From: Kei Kebreau References: <20170914005132.26608-1-arunisaac@systemreboot.net> Date: Thu, 14 Sep 2017 18:46:52 -0400 In-Reply-To: (Arun Isaac's message of "Thu, 14 Sep 2017 06:21:29 +0530") Message-ID: <87mv5wc2zn.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Arun Isaac Cc: 28453@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Arun Isaac writes: > * 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 pack= age's tree." > "http://creativecommons.org/licenses/by/2.0/" > "Creative Commons Attribution 2.0 Generic")) >=20=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" LGTM, though I'm not sure if the license is okay for Guix. FWIW, I don't notice any immediate problems. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlm7BtwACgkQ5qXuPBlG eg3R1g/+NmP4jaa+7dVH3cleXv3YImmvCHDtw+RM7SZLmQ0v5kIevQODfII5Z4bK ZgQrWyLjefE/LW/wU4f6Bk+aTjZ6A8EWw3lkMV10Tr2I+sR0emXjDFZS6cMUoDbh A6Xv1doIdxMcJN5Y0hJEXDausV5JVLL67hEIbNYAaUTLDbUWoEQoeqxEdLdSfA7F 6VIIVug4TMb/lngXO9zxZtcRQIKB55zT+jzI0m9G+XE/0y+B0KnS+uvbHKCh//zX 9O/bvZpNpsHBlVlxNqdyPnLJAHrXz/F/WL0gvYs5cuyJS7Pxb6CPYZN0XvJuZt0I 5V5yQf1QJyBNmpvs1l7wyd2spWgLz/xOWoTYjerQv3b+QU3Ed+/QUCAgcyvAl5hG 5cut2WS2VVr4XB+HE8hSwIPiODVDNFyNId2Zp9zowg6jpRVh9Ah+bXXDjJ5L3Yfk PjbETJZOAFWsmlw6oSl7PElH4/tPgrgaG4Vrl5CIqr2/sqb85I6++qQuyuKy9+Es +/3B9/VG+2ElN79eRpb8Ke9TO8wgAxxEgmyBrIk/MkMfD2doazJfolgbdJCQjPuW rfgHENrHiM+ex/AX5mMEOcikyzAXaSnUdL7KLwLENqNNSXTFJtNqtTobFx0BZbs7 MOqaddtdTBmRLjR+9+ehiAQadyLfr4BhPAWf1Fhscyy42lw6doU= =rsae -----END PGP SIGNATURE----- --=-=-=--