r-*: add Apache license to known licenses in lilac_r_utils

This commit is contained in:
Pekka Ristola 2023-06-12 07:10:49 +03:00
parent 7d70bb1433
commit 1604319817
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E

View file

@ -183,6 +183,7 @@ class Pkgbuild:
# maps the license field in the DESCRIPTION file to a PKGBUILD license value
license_map = {
"Apache License 2.0": "Apache",
"BSD_2_clause + file LICENSE": "BSD",
"BSD_3_clause + file LICENSE": "BSD",
"BSL-1.0": "Boost",