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

This commit is contained in:
Pekka Ristola 2024-01-17 20:44:21 +02:00
parent 160e608a84
commit f4a1a4699f
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="CAlibrating Penalities Using Slope HEuristics"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="Fast Cross-Validation via Sequential Testing"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
r-kernlab
)

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Extension to 'ggplot2'"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
r-dplyr
r-ggplot2

View file

@ -8,7 +8,7 @@ pkgrel=6
pkgdesc="Irreproducible Discovery Rate"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Fast Multivariate Normal and Student's t Methods"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
blas
lapack

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="A Collection of Efficient and Extremely Fast R Functions"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(GPL)
license=('GPL-2.0-or-later')
depends=(
blas
lapack

View file

@ -201,7 +201,7 @@ license_map = {
"EPL": "EPL",
"GPL": "GPL-2.0-or-later",
"GPL (>= 2)": "GPL-2.0-or-later",
"GPL (>= 2.0)": "GPL",
"GPL (>= 2.0)": "GPL-2.0-or-later",
"GPL (>= 3)": "GPL3",
"GPL (>= 3.0)": "GPL3",
"GPL (>=2)": "GPL-2.0-or-later",