Update SPDX License List to 3.16

This commit is contained in:
Ivan Kravets
2022-02-07 13:46:47 +02:00
parent a4b414010d
commit bb1e590222

View File

@ -259,7 +259,7 @@ class ManifestSchema(BaseSchema):
@staticmethod
@memoized(expire="1h")
def load_spdx_licenses():
version = "3.15"
version = "3.16"
spdx_data_url = (
"https://raw.githubusercontent.com/spdx/license-list-data/"
"v%s/json/licenses.json" % version