Skip to content

Commit

Permalink
Update SPDX license list to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 9, 2021
1 parent c6ab782 commit 54d8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/package/manifest/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def validate_license(self, value):
@staticmethod
@memoized(expire="1h")
def load_spdx_licenses():
version = "3.11"
version = "3.12"
spdx_data_url = (
"https://raw.githubusercontent.com/spdx/license-list-data/"
"v%s/json/licenses.json" % version
Expand Down

0 comments on commit 54d8c96

Please sign in to comment.