mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mapproj: add Lucent Public License to known licenses
This commit is contained in:
parent
008879e663
commit
42addd49b0
2 changed files with 2 additions and 4 deletions
|
@ -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()
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue