r-*: add "GPL (>=3)" to known licenses

This commit is contained in:
Pekka Ristola 2024-04-05 21:21:23 +03:00
parent 8a3f284143
commit cab8b80e9b
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
7 changed files with 7 additions and 24 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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

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 = "GPL (>=3)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

View file

@ -209,6 +209,7 @@ license_map = {
"GPL (>= 3)": "GPL-3.0-or-later",
"GPL (>= 3.0)": "GPL-3.0-or-later",
"GPL (>=2)": "GPL-2.0-or-later",
"GPL (>=3)": "GPL-3.0-or-later",
"GPL-2": "GPL-2.0-only",
"GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",
"GPL-3": "GPL-3.0-only",