r-*: use SPDX license identifier for "GPL (>= 3.0)"

This commit is contained in:
Pekka Ristola 2024-01-17 21:26:53 +02:00
parent 8083085556
commit d80d3edd42
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",