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

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

View file

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r-r.huge
r-r.methodss3

View file

@ -13,7 +13,7 @@ pkgrel=1
pkgdesc="R Database Interface"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Testing DBI Backends"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r-blob
r-callr

View file

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Unified Parallel and Distributed Processing in R for Everyone"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r-digest
r-globals

View file

@ -10,7 +10,7 @@ pkgrel=3
pkgdesc="Identify Global Objects in R Expressions"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=3
pkgdesc="Environments Behaving (Almost) as Lists"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="Statistical Methods for Analysing Multivariate Abundance Data"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
gsl
r-rcpp

View file

@ -10,7 +10,7 @@ pkgrel=2
pkgdesc="Enhancing the 'parallel' Package"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=6
pkgdesc="Simple Memory Profiling for R"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -10,7 +10,7 @@ pkgrel=10
pkgdesc="S3 Methods Simplified"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="SQLite Interface for R"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL)
license=('LGPL-2.1-or-later')
depends=(
r-bit64
r-blob

View file

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