mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "LGPL-2"
This commit is contained in:
parent
1703281a9f
commit
63572875b4
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ pkgrel=7
|
||||||
pkgdesc="Routines for Block Diagonal Symmetric Matrices"
|
pkgdesc="Routines for Block Diagonal Symmetric Matrices"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL2.1)
|
license=('LGPL-2.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -12,7 +12,7 @@ pkgrel=2
|
||||||
pkgdesc="Accurate, high-resolution sample inference from amplicon sequencing data"
|
pkgdesc="Accurate, high-resolution sample inference from amplicon sequencing data"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
license=(LGPL2.1)
|
license=('LGPL-2.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-biostrings
|
r-biostrings
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
||||||
pkgdesc="Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs"
|
pkgdesc="Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL2.1)
|
license=('LGPL-2.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
lpsolve
|
lpsolve
|
||||||
r
|
r
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=6
|
||||||
pkgdesc="Nozzle Reports"
|
pkgdesc="Nozzle Reports"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL2.1)
|
license=('LGPL-2.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -211,7 +211,7 @@ license_map = {
|
||||||
"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-2.1-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": "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",
|
||||||
"Lucent Public License": "custom:LPL",
|
"Lucent Public License": "custom:LPL",
|
||||||
|
|
Loading…
Add table
Reference in a new issue