r-mapproj: add Lucent Public License to known licenses

This commit is contained in:
Pekka Ristola 2023-06-30 21:57:49 +03:00
parent 008879e663
commit 42addd49b0
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 2 additions and 4 deletions

View file

@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(
_G,
expect_license = "Lucent Public License",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

View file

@ -200,6 +200,7 @@ license_map = {
"LGPL (>= 2)": "LGPL",
"LGPL (>= 2.1)": "LGPL",
"LGPL-2": "LGPL2.1",
"Lucent Public License": "custom:LPL",
"MIT + file LICENSE": "MIT",
}