From unknown Sun Aug 17 09:10:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55142 <55142@debbugs.gnu.org> To: bug#55142 <55142@debbugs.gnu.org> Subject: Status: [PATCH] gnu: spdx licenses list update. Reply-To: bug#55142 <55142@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:10:56 +0000 retitle 55142 [PATCH] gnu: spdx licenses list update. reassign 55142 guix-patches submitter 55142 Nicolas Graves severity 55142 normal tag 55142 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 01:40:46 2022 Received: (at submit) by debbugs.gnu.org; 27 Apr 2022 05:40:46 +0000 Received: from localhost ([127.0.0.1]:41029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njaPt-0005eg-UJ for submit@debbugs.gnu.org; Wed, 27 Apr 2022 01:40:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:52260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njaPs-0005eZ-Hg for submit@debbugs.gnu.org; Wed, 27 Apr 2022 01:40:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njaPs-000495-9X for guix-patches@gnu.org; Wed, 27 Apr 2022 01:40:44 -0400 Received: from 15.mo582.mail-out.ovh.net ([188.165.39.161]:40771) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njaPp-00076i-E2 for guix-patches@gnu.org; Wed, 27 Apr 2022 01:40:43 -0400 Received: from player755.ha.ovh.net (unknown [10.108.4.105]) by mo582.mail-out.ovh.net (Postfix) with ESMTP id 3DBB92307F for ; Wed, 27 Apr 2022 05:40:37 +0000 (UTC) Received: from ngraves.fr (unknown [176.166.159.77]) (Authenticated sender: ngraves@ngraves.fr) by player755.ha.ovh.net (Postfix) with ESMTPSA id AFAD529EF9B5B; Wed, 27 Apr 2022 05:40:35 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-106R006ff8042e4-d367-4620-9df3-c182b73c0b55, 3C71CF3F8206085CBC7B5682E5BA8529D8CE325A) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 176.166.159.77 From: Nicolas Graves To: guix-patches@gnu.org Subject: [PATCH] gnu: spdx licenses list update. Date: Wed, 27 Apr 2022 07:39:27 +0200 Message-Id: <20220427053927.7655-1-ngraves@ngraves.fr> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 15516026619964351202 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrudeggdelhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeejheeufefgkeeuteejtdetudevleeujedukeekvdefjeejfeelvdekhfeijeefieenucffohhmrghinhepshhpugigrdhorhhgnecukfhppedtrddtrddtrddtpddujeeirdduieeirdduheelrdejjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghlohepphhlrgihvghrjeehhedrhhgrrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehnghhrrghvvghssehnghhrrghvvghsrdhfrhdpnhgspghrtghpthhtohepuddprhgtphhtthhopehguhhigidqphgrthgthhgvshesghhnuhdrohhrgh Received-SPF: pass client-ip=188.165.39.161; envelope-from=ngraves@ngraves.fr; helo=15.mo582.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Nicolas Graves X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * guix/import/utils.scm (spdx licenses list): Update. --- guix/import/utils.scm | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/guix/import/utils.scm b/guix/import/utils.scm index 9cadbb3d5f..646921c73b 100644 --- a/guix/import/utils.scm +++ b/guix/import/utils.scm @@ -132,7 +132,7 @@ (define (spdx-string->license str) "Convert STR, a SPDX formatted license identifier, to a license object. Return #f if STR does not match any known identifiers." ;; https://spdx.org/licenses/ - ;; The psfl, gfl1.0, nmap, repoze + ;; The gfl1.0, nmap, repoze ;; licenses doesn't have SPDX identifiers ;; ;; Please update guix/licenses.scm when modifying @@ -143,14 +143,17 @@ (define (spdx-string->license str) ;; or "GPL-N-or-later" as appropriate. Likewise for LGPL ;; and AGPL ("AGPL-1.0" 'license:agpl1) + ("AGPL-1.0-only" 'license:agpl1) ("AGPL-3.0" 'license:agpl3) ("AGPL-3.0-only" 'license:agpl3) ("AGPL-3.0-or-later" 'license:agpl3+) ("Apache-1.1" 'license:asl1.1) ("Apache-2.0" 'license:asl2.0) + ("APSL-2.0" 'license:apsl2) ("BSL-1.0" 'license:boost1.0) ("0BSD" 'license:bsd-0) - ("BSD-2-Clause-FreeBSD" 'license:bsd-2) + ("BSD-2-Clause" 'license:bsd-2) + ("BSD-2-Clause-FreeBSD" 'license:bsd-2) ;flagged as deprecated on spdx ("BSD-3-Clause" 'license:bsd-3) ("BSD-4-Clause" 'license:bsd-4) ("CC0-1.0" 'license:cc0) @@ -161,17 +164,29 @@ (define (spdx-string->license str) ("CC-BY-SA-3.0" 'license:cc-by-sa3.0) ("CC-BY-SA-4.0" 'license:cc-by-sa4.0) ("CDDL-1.0" 'license:cddl1.0) + ("CDDL-1.1" 'license:cddl1.1) + ("CECILL-2.1" 'license:cecill) + ("CECILL-B" 'license:cecill-b) ("CECILL-C" 'license:cecill-c) ("Artistic-2.0" 'license:artistic2.0) ("ClArtistic" 'license:clarified-artistic) + ("copyleft-next-0.3.0" 'license:copyleft-next) ("CPL-1.0" 'license:cpl1.0) ("EPL-1.0" 'license:epl1.0) + ("EPL-2.0" 'license:epl2.0) + ("EUPL-1.2" 'license:eupl1.2) ("MIT" 'license:expat) ("FTL" 'license:freetype) + ("FreeBSD-DOC" 'license:freebsd-doc) ("Freetype" 'license:freetype) + ("FSFAP" 'license:fsf-free) + ("FSFUL" 'license:fsf-free) ("GFDL-1.1" 'license:fdl1.1+) + ("GFDL-1.1-or-later" 'license:fdl1.1+) ("GFDL-1.2" 'license:fdl1.2+) + ("GFDL-1.2-or-later" 'license:fdl1.2+) ("GFDL-1.3" 'license:fdl1.3+) + ("GFDL-1.3-or-later" 'license:fdl1.3+) ("Giftware" 'license:giftware) ("GPL-1.0" 'license:gpl1) ("GPL-1.0-only" 'license:gpl1) @@ -204,14 +219,24 @@ (define (spdx-string->license str) ("LGPL-3.0-only" 'license:lgpl3) ("LGPL-3.0+" 'license:lgpl3+) ("LGPL-3.0-or-later" 'license:lgpl3+) + ("LPPL-1.0" 'license:lppl) + ("LPPL-1.1" 'license:lppl) + ("LPPL-1.2" 'license:lppl1.2) + ("LPPL-1.3a" 'license:lppl1.3a) + ("LPPL-1.3c" 'license:lppl1.3c) + ("MirOS" 'license:miros) ("MPL-1.0" 'license:mpl1.0) ("MPL-1.1" 'license:mpl1.1) ("MPL-2.0" 'license:mpl2.0) ("MS-PL" 'license:ms-pl) ("NCSA" 'license:ncsa) + ("OGL-UK-1.0" 'license:ogl-psi1.0) ("OpenSSL" 'license:openssl) ("OLDAP-2.8" 'license:openldap2.8) + ("OPL-1.0" 'license:opl1.0+) ("CUA-OPL-1.0" 'license:cua-opl1.0) + ("PSF-2.0" 'license:psfl) + ("OSL-2.1" 'license:osl2.1) ("QPL-1.0" 'license:qpl) ("Ruby" 'license:ruby) ("SGI-B-2.0" 'license:sgifreeb2.0) @@ -220,6 +245,9 @@ (define (spdx-string->license str) ("TCL" 'license:tcl/tk) ("Unlicense" 'license:unlicense) ("Vim" 'license:vim) + ("W3C" 'license:w3c) + ("WTFPL" 'license:wtfpl2) + ("wxWindow" 'license:wxwindows3.1+) ;flagged as deprecated on spdx ("X11" 'license:x11) ("ZPL-2.1" 'license:zpl2.1) ("Zlib" 'license:zlib) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Mon May 23 09:21:14 2022 Received: (at 55142-done) by debbugs.gnu.org; 23 May 2022 13:21:14 +0000 Received: from localhost ([127.0.0.1]:47648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt7zm-000791-L3 for submit@debbugs.gnu.org; Mon, 23 May 2022 09:21:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt7zl-00078m-16 for 55142-done@debbugs.gnu.org; Mon, 23 May 2022 09:21:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33928) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt7zc-0006FU-Vq; Mon, 23 May 2022 09:21:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/ZyNdCIx55+g2jLak3+l1ucX+6A1g3XrqKxIjqsFnGw=; b=NplPm0LMqlqGm6xavCdV L2N28uOFIs8J5aLfq1G3KA3OObJMuBjB7+EoV4MLjx4FNxCBIiuGIyWIGstjpCsHF6Je5cvlAWV6X vE7DhGuUKKdw9+ZMCZSorveVNroJC65ZAPDbovuoaOKdktM+O7+hx1tAC8b0OCpWnvJGbbh0BIG2d x2JdTRPZXLHtPs+SVDbKX9TsnJuuIA8SyhZxKrZ6QZYbmvwo8Kpt4rq8YnLD/dTlSs7j1yc3IB5Ui prSfBcE68RHOiTgmV4egYdtKF663EHoZupIqcKesL43mt/W0GFbsgM66ti7OXLp6sRRr7J47Mdmhe ANVSYo/UkrULmg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=52704 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt7zc-0000ve-Gp; Mon, 23 May 2022 09:21:04 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nicolas Graves Subject: Re: bug#55142: [PATCH] gnu: spdx licenses list update. References: <20220427053927.7655-1-ngraves@ngraves.fr> Date: Mon, 23 May 2022 15:21:03 +0200 In-Reply-To: <20220427053927.7655-1-ngraves@ngraves.fr> (Nicolas Graves's message of "Wed, 27 Apr 2022 07:39:27 +0200") Message-ID: <87leus75c0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55142-done Cc: 55142-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Nicolas Graves skribis: > * guix/import/utils.scm (spdx licenses list): Update. Applied with a tweaked commit log, thanks! Ludo=E2=80=99. From unknown Sun Aug 17 09:10:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Jun 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator