From d80d3edd42a3db2429792efb279438afc6730eb1 Mon Sep 17 00:00:00 2001 From: Pekka Ristola Date: Wed, 17 Jan 2024 21:26:53 +0200 Subject: [PATCH] r-*: use SPDX license identifier for "GPL (>= 3.0)" --- BioArchLinux/r-plot3drgl/PKGBUILD | 2 +- lilac-extensions/lilac_r_utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/r-plot3drgl/PKGBUILD b/BioArchLinux/r-plot3drgl/PKGBUILD index e28c93fb0a..8c9e783918 100644 --- a/BioArchLinux/r-plot3drgl/PKGBUILD +++ b/BioArchLinux/r-plot3drgl/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc="Plotting Multi-Dimensional Data - Using 'rgl'" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(GPL3) +license=('GPL-3.0-or-later') depends=( r-plot3d r-rgl diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 4e3a088e66..8d4d97c9d6 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -203,7 +203,7 @@ license_map = { "GPL (>= 2)": "GPL-2.0-or-later", "GPL (>= 2.0)": "GPL-2.0-or-later", "GPL (>= 3)": "GPL-3.0-or-later", - "GPL (>= 3.0)": "GPL3", + "GPL (>= 3.0)": "GPL-3.0-or-later", "GPL (>=2)": "GPL-2.0-or-later", "GPL-2": "GPL2", "GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",