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
04d6977619
commit
5ef1ef5d5f
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue