r-*: use SPDX license identifier for "LGPL (>= 2)"

This commit is contained in:
Pekka Ristola 2024-01-18 21:06:33 +02:00
parent add0bed4c5
commit 755911af99
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
7 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ pkgrel=10
pkgdesc="Combine Multidimensional Arrays"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Affymetrix File Parsing SDK"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="A matrix data storage object held in temporary files"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Deming, Theil-Sen, Passing-Bablock and Total Least Squares Regression"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Mahalanobis Distance Quality Control for microarrays"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="A collection of pre-processing functions"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL)
license=('LGPL-2.0-or-later')
depends=(
lapack
r

View file

@ -209,7 +209,7 @@ license_map = {
"GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",
"GPL-3": "GPL-3.0-only",
"LGPL": "LGPL-2.0-or-later",
"LGPL (>= 2)": "LGPL",
"LGPL (>= 2)": "LGPL-2.0-or-later",
"LGPL (>= 2.1)": "LGPL",
"LGPL-2": "LGPL2.1",
"LGPL-3": "LGPL3",