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

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

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Producing and Reproducing Results" pkgdesc="Producing and Reproducing Results"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(Apache) license=('Apache-2.0')
depends=( depends=(
pandoc pandoc
r-brew r-brew

View file

@ -9,7 +9,7 @@ pkgrel=4
pkgdesc="Split, Combine and Compress PDF Files" pkgdesc="Split, Combine and Compress PDF Files"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(Apache) license=('Apache-2.0')
depends=( depends=(
qpdf qpdf
r-askpass r-askpass

View file

@ -8,7 +8,7 @@ pkgrel=9
pkgdesc="ColorBrewer Palettes" pkgdesc="ColorBrewer Palettes"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(Apache) license=('Apache-2.0')
depends=( depends=(
r r
) )

View file

@ -10,7 +10,7 @@ pkgrel=3
pkgdesc="Interface to 'Python'" pkgdesc="Interface to 'Python'"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(Apache) license=('Apache-2.0')
depends=( depends=(
python python
r-here r-here

View file

@ -190,7 +190,7 @@ license_map = {
"Apache License (== 2.0)": "Apache-2.0", "Apache License (== 2.0)": "Apache-2.0",
"Apache License (>= 2)": "Apache", "Apache License (>= 2)": "Apache",
"Apache License (>= 2.0)": "Apache", "Apache License (>= 2.0)": "Apache",
"Apache License 2.0": "Apache", "Apache License 2.0": "Apache-2.0",
"Artistic-1.0": "Artistic-1.0-Perl", "Artistic-1.0": "Artistic-1.0-Perl",
"Artistic-2.0": "Artistic2.0", "Artistic-2.0": "Artistic2.0",
"BSD_2_clause + file LICENSE": "BSD", "BSD_2_clause + file LICENSE": "BSD",