mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "GPL (>= 3.0)"
This commit is contained in:
parent
8083085556
commit
d80d3edd42
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ pkgrel=1
|
||||||
pkgdesc="Plotting Multi-Dimensional Data - Using 'rgl'"
|
pkgdesc="Plotting Multi-Dimensional Data - Using 'rgl'"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL3)
|
license=('GPL-3.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r-plot3d
|
r-plot3d
|
||||||
r-rgl
|
r-rgl
|
||||||
|
|
|
@ -203,7 +203,7 @@ license_map = {
|
||||||
"GPL (>= 2)": "GPL-2.0-or-later",
|
"GPL (>= 2)": "GPL-2.0-or-later",
|
||||||
"GPL (>= 2.0)": "GPL-2.0-or-later",
|
"GPL (>= 2.0)": "GPL-2.0-or-later",
|
||||||
"GPL (>= 3)": "GPL-3.0-or-later",
|
"GPL (>= 3)": "GPL-3.0-or-later",
|
||||||
"GPL (>= 3.0)": "GPL3",
|
"GPL (>= 3.0)": "GPL-3.0-or-later",
|
||||||
"GPL (>=2)": "GPL-2.0-or-later",
|
"GPL (>=2)": "GPL-2.0-or-later",
|
||||||
"GPL-2": "GPL2",
|
"GPL-2": "GPL2",
|
||||||
"GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",
|
"GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue