r-*: use SPDX license identifier for "LGPL-3"

This commit is contained in:
Pekka Ristola 2024-01-18 21:30:50 +02:00
parent 63572875b4
commit 804665880f
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Visualization Techniques for Clonal Evolution" pkgdesc="Visualization Techniques for Clonal Evolution"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
r-colorspace r-colorspace
r-colourpicker r-colourpicker

View file

@ -11,7 +11,7 @@ pkgrel=3
pkgdesc="Object Oriented Implementation of Distributions" pkgdesc="Object Oriented Implementation of Distributions"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
r-sfsmisc r-sfsmisc
r-startupmsg r-startupmsg

View file

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="R Interface to CoreArray Genomic Data Structure (GDS) Files" pkgdesc="R Interface to CoreArray Genomic Data Structure (GDS) Files"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
lz4 lz4
r r

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations" pkgdesc="Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
r r
) )

View file

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Machine Learning in R - Next Generation" pkgdesc="Machine Learning in R - Next Generation"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
r-backports r-backports
r-checkmate r-checkmate

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Data package for Multi-Omics Factor Analysis (MOFA)" pkgdesc="Data package for Multi-Omics Factor Analysis (MOFA)"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL3) license=('LGPL-3.0-only')
depends=( depends=(
r r
) )

View file

@ -212,7 +212,7 @@ license_map = {
"LGPL (>= 2)": "LGPL-2.0-or-later", "LGPL (>= 2)": "LGPL-2.0-or-later",
"LGPL (>= 2.1)": "LGPL-2.1-or-later", "LGPL (>= 2.1)": "LGPL-2.1-or-later",
"LGPL-2": "LGPL-2.0-only", "LGPL-2": "LGPL-2.0-only",
"LGPL-3": "LGPL3", "LGPL-3": "LGPL-3.0-only",
"LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0", "LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0",
"Lucent Public License": "custom:LPL", "Lucent Public License": "custom:LPL",
"MIT + file LICENSE": "MIT", "MIT + file LICENSE": "MIT",