mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pbdmpi: use SPDX license identifier for "Mozilla Public License 2.0"
This commit is contained in:
parent
66ece95d69
commit
2caa1befe5
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc="R Interface to MPI for HPC Clusters (Programming with Big Data Project)"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(MPL2)
|
||||
license=('MPL-2.0')
|
||||
depends=(
|
||||
openmpi
|
||||
r-float
|
||||
|
|
|
@ -216,7 +216,7 @@ license_map = {
|
|||
"LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0",
|
||||
"Lucent Public License": "custom:LPL",
|
||||
"MIT + file LICENSE": "MIT",
|
||||
"Mozilla Public License 2.0": "MPL2",
|
||||
"Mozilla Public License 2.0": "MPL-2.0",
|
||||
"Unlimited": "LicenseRef-Unlimited",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue