mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "GPL (>= 2.0)"
This commit is contained in:
parent
160e608a84
commit
f4a1a4699f
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="CAlibrating Penalities Using Slope HEuristics"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="Fast Cross-Validation via Sequential Testing"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r-kernlab
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="Extension to 'ggplot2'"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=6
|
|||
pkgdesc="Irreproducible Discovery Rate"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Fast Multivariate Normal and Student's t Methods"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
blas
|
||||
lapack
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="A Collection of Efficient and Extremely Fast R Functions"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(GPL)
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
blas
|
||||
lapack
|
||||
|
|
|
@ -201,7 +201,7 @@ license_map = {
|
|||
"EPL": "EPL",
|
||||
"GPL": "GPL-2.0-or-later",
|
||||
"GPL (>= 2)": "GPL-2.0-or-later",
|
||||
"GPL (>= 2.0)": "GPL",
|
||||
"GPL (>= 2.0)": "GPL-2.0-or-later",
|
||||
"GPL (>= 3)": "GPL3",
|
||||
"GPL (>= 3.0)": "GPL3",
|
||||
"GPL (>=2)": "GPL-2.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue