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

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

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="kallisto | bustools R utilities" pkgdesc="kallisto | bustools R utilities"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r-annotationdbi r-annotationdbi
r-annotationfilter r-annotationfilter

View file

@ -12,7 +12,7 @@ pkgrel=7
pkgdesc="High Performance CommonMark and Github Markdown Rendering in R" pkgdesc="High Performance CommonMark and Github Markdown Rendering in R"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
cmark-gfm cmark-gfm
r r

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Improves Early Build Genome Assemblies using Strand-Seq Data" pkgdesc="Improves Early Build Genome Assemblies using Strand-Seq Data"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r-bh r-bh
r-biocgenerics r-biocgenerics

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Statistical Functions for the Delaporte Distribution" pkgdesc="Statistical Functions for the Delaporte Distribution"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r r
) )

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Isolation-Based Outlier Detection" pkgdesc="Isolation-Based Outlier Detection"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r-rcpp r-rcpp
) )

View file

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="Lambert-W Function" pkgdesc="Lambert-W Function"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r-rcpp r-rcpp
r-rcppparallel r-rcppparallel

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Accurate Timing Functions" pkgdesc="Accurate Timing Functions"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r r
) )

View file

@ -8,7 +8,7 @@ pkgrel=7
pkgdesc="Organic Mass Spectrometry" pkgdesc="Organic Mass Spectrometry"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r r
) )

View file

@ -8,7 +8,7 @@ pkgrel=7
pkgdesc="Simply Caching R Objects" pkgdesc="Simply Caching R Objects"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(BSD) license=('BSD-2-Clause')
depends=( depends=(
r r
) )

View file

@ -193,7 +193,7 @@ license_map = {
"Apache License 2.0": "Apache-2.0", "Apache License 2.0": "Apache-2.0",
"Artistic-1.0": "Artistic-1.0-Perl", "Artistic-1.0": "Artistic-1.0-Perl",
"Artistic-2.0": "Artistic-2.0", "Artistic-2.0": "Artistic-2.0",
"BSD_2_clause + file LICENSE": "BSD", "BSD_2_clause + file LICENSE": "BSD-2-Clause",
"BSD_3_clause + file LICENSE": "BSD", "BSD_3_clause + file LICENSE": "BSD",
"BSL-1.0": "Boost", "BSL-1.0": "Boost",
"CC0": "CC0-1.0", "CC0": "CC0-1.0",