r-*: use SPDX license identifier for "BSD_3_clause + file LICENSE"

This commit is contained in:
Pekka Ristola 2024-01-16 15:38:19 +02:00
parent 2bf2a216ab
commit 9ab70080dd
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
11 changed files with 11 additions and 11 deletions

View file

@ -8,7 +8,7 @@ pkgrel=7
pkgdesc="Functions for the Book \"An Introduction to the Bootstrap\""
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Coordinated Gene Activity in Pattern Sets"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r-biocparallel
r-biomart

View file

@ -14,7 +14,7 @@ pkgrel=5
pkgdesc="A Toolbox for Manipulating and Assessing Colors and Palettes"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Multivariate Adaptive Shrinkage"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
blas
gsl

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Serialize R Objects to JSON, JavaScript Object Notation"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -8,7 +8,7 @@ pkgrel=8
pkgdesc="Distributions, Statistics and Tests Derived from Random Matrix Theory"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="Snowball Stemmers Based on the C 'libstemmer' UTF-8 Library"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
libstemmer
r

View file

@ -8,7 +8,7 @@ pkgrel=6
pkgdesc="Basic Wavelet Routines for One-, Two-, and Three-Dimensional Signal Processing"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -12,7 +12,7 @@ pkgrel=3
pkgdesc="Tools for Parsing and Generating XML Within R and S-Plus"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
libxml2
r

View file

@ -12,7 +12,7 @@ pkgrel=1
pkgdesc="Methods to Convert R Data to YAML and Back"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=(BSD)
license=('BSD-3-Clause')
depends=(
r
)

View file

@ -194,7 +194,7 @@ license_map = {
"Artistic-1.0": "Artistic-1.0-Perl",
"Artistic-2.0": "Artistic-2.0",
"BSD_2_clause + file LICENSE": "BSD-2-Clause",
"BSD_3_clause + file LICENSE": "BSD",
"BSD_3_clause + file LICENSE": "BSD-3-Clause",
"BSL-1.0": "Boost",
"CC0": "CC0-1.0",
"CeCILL": "CECILL-2.0",