From 56cc7ce270493dcd056606278376b0e5dfded750 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 18 Feb 2023 13:48:41 +0200 Subject: [PATCH] Update SPDX License List to v3.20 --- platformio/package/manifest/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/package/manifest/schema.py b/platformio/package/manifest/schema.py index 937bbf91..2075ac03 100644 --- a/platformio/package/manifest/schema.py +++ b/platformio/package/manifest/schema.py @@ -276,7 +276,7 @@ class ManifestSchema(BaseSchema): @staticmethod @memoized(expire="1h") def load_spdx_licenses(): - version = "3.19" + version = "3.20" spdx_data_url = ( "https://raw.githubusercontent.com/spdx/license-list-data/" "v%s/json/licenses.json" % version