From d065646d3ef0350a904657dcb58e42cb5dd9f5d7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 9 May 2022 10:08:08 +0300 Subject: [PATCH] Update SPDX license list to v3.17 --- 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 aa056f9a..c8f69e0c 100644 --- a/platformio/package/manifest/schema.py +++ b/platformio/package/manifest/schema.py @@ -274,7 +274,7 @@ class ManifestSchema(BaseSchema): @staticmethod @memoized(expire="1h") def load_spdx_licenses(): - version = "3.16" + version = "3.17" spdx_data_url = ( "https://raw.githubusercontent.com/spdx/license-list-data/" "v%s/json/licenses.json" % version