r-*: use SPDX license identifier for "Apache License (== 2.0)"

This commit is contained in:
Pekka Ristola 2024-01-16 14:13:36 +02:00
parent 66728ac5e6
commit 04d6977619
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
6 changed files with 6 additions and 6 deletions

View file

@ -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
)

View file

@ -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
)

View file

@ -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
)

View file

@ -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
)

View file

@ -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

View file

@ -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",