Update SPDX License List to 3.14

This commit is contained in:
Ivan Kravets
2021-08-09 17:46:56 +03:00
parent 097b6d5097
commit 3ee281aaf9

View File

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