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"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
pandoc
|
||||
r-brew
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=4
|
|||
pkgdesc="Split, Combine and Compress PDF Files"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
qpdf
|
||||
r-askpass
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=9
|
|||
pkgdesc="ColorBrewer Palettes"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=3
|
|||
pkgdesc="Interface to 'Python'"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(Apache)
|
||||
license=('Apache-2.0')
|
||||
depends=(
|
||||
python
|
||||
r-here
|
||||
|
|
|
@ -190,7 +190,7 @@ license_map = {
|
|||
"Apache License (== 2.0)": "Apache-2.0",
|
||||
"Apache License (>= 2)": "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-2.0": "Artistic2.0",
|
||||
"BSD_2_clause + file LICENSE": "BSD",
|
||||
|
|
Loading…
Add table
Reference in a new issue