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"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
license=(LGPL3)
license=('LGPL-3.0-only')
depends=(
r-colorspace
r-colourpicker

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -212,7 +212,7 @@ license_map = {
"LGPL (>= 2)": "LGPL-2.0-or-later",
"LGPL (>= 2.1)": "LGPL-2.1-or-later",
"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",
"Lucent Public License": "custom:LPL",
"MIT + file LICENSE": "MIT",