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]" pkgdesc="A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL) license=('LGPL-2.1-or-later')
depends=( depends=(
r-r.huge r-r.huge
r-r.methodss3 r-r.methodss3

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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