r-*: use SPDX license identifier for "LGPL-2"

This commit is contained in:
Pekka Ristola 2024-01-18 21:22:33 +02:00
parent 1703281a9f
commit 63572875b4
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ pkgrel=7
pkgdesc="Routines for Block Diagonal Symmetric Matrices"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL2.1)
license=('LGPL-2.0-only')
depends=(
r
)

View file

@ -12,7 +12,7 @@ pkgrel=2
pkgdesc="Accurate, high-resolution sample inference from amplicon sequencing data"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL2.1)
license=('LGPL-2.0-only')
depends=(
r-biocgenerics
r-biostrings

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL2.1)
license=('LGPL-2.0-only')
depends=(
lpsolve
r

View file

@ -8,7 +8,7 @@ pkgrel=6
pkgdesc="Nozzle Reports"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL2.1)
license=('LGPL-2.0-only')
depends=(
r
)

View file

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