mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "Apache License (== 2.0)"
This commit is contained in:
parent
66728ac5e6
commit
04d6977619
6 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ pkgrel=4
|
|||
pkgdesc="Cut Numeric Values into Evenly Distributed Groups"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -11,7 +11,7 @@ pkgrel=7
|
|||
pkgdesc="Provides Foreach Looping Construct"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r-iterators
|
||||
)
|
||||
|
|
|
@ -11,7 +11,7 @@ pkgrel=11
|
|||
pkgdesc="Provides Iterator Construct"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Class Unions, Matrix Operations, and Color Schemes for OOMPA"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="Extended Structural Equation Modelling"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r-digest
|
||||
r-lifecycle
|
||||
|
|
|
@ -187,7 +187,7 @@ class Pkgbuild:
|
|||
license_map = {
|
||||
"AGPL-3": "AGPL-3.0-only",
|
||||
"Apache License": "Apache",
|
||||
"Apache License (== 2.0)": "Apache",
|
||||
"Apache License (== 2.0)": "Apache-2.0",
|
||||
"Apache License (>= 2)": "Apache",
|
||||
"Apache License (>= 2.0)": "Apache",
|
||||
"Apache License 2.0": "Apache",
|
||||
|
|
Loading…
Add table
Reference in a new issue