r-pbdmpi: use SPDX license identifier for "Mozilla Public License 2.0"

This commit is contained in:
Pekka Ristola 2024-01-18 22:15:53 +02:00
parent 66ece95d69
commit 2caa1befe5
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",
}