Skip to content

Commit

Permalink
chore(deps): update scripts/spdx-license-list digest to 592c2dc (#13158)
Browse files Browse the repository at this point in the history
* chore(deps): update scripts/spdx-license-list digest to 592c2dc

* utils: Update SPDX license data

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 2, 2024
1 parent ab81ca4 commit 167e4aa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spdx-license-list
37 changes: 37 additions & 0 deletions weblate/utils/licensedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
False,
),
("any-OSI", "Any OSI License", "https://spdx.org/licenses/any-OSI.html", False),
(
"any-OSI-perl-modules",
"Any OSI License - Perl Modules",
"https://spdx.org/licenses/any-OSI-perl-modules.html",
False,
),
(
"Apache-1.0",
"Apache License 1.0",
Expand Down Expand Up @@ -725,6 +731,12 @@
"https://spdx.org/licenses/Cornell-Lossless-JPEG.html",
False,
),
(
"CC-PDM-1.0",
"Creative Commons Public Domain Mark 1.0 Universal",
"https://spdx.org/licenses/CC-PDM-1.0.html",
False,
),
(
"CC-BY-1.0",
"Creative Commons Attribution 1.0 Generic",
Expand Down Expand Up @@ -1037,6 +1049,12 @@
"https://spdx.org/licenses/CC-PDDC.html",
False,
),
(
"CC-SA-1.0",
"Creative Commons Share Alike 1.0 Generic",
"https://spdx.org/licenses/CC-SA-1.0.html",
False,
),
(
"CC0-1.0",
"Creative Commons Zero v1.0 Universal",
Expand Down Expand Up @@ -1303,6 +1321,12 @@
("FBM", "Fuzzy Bitmap License", "https://spdx.org/licenses/FBM.html", False),
("fwlw", "fwlw License", "https://spdx.org/licenses/fwlw.html", False),
("GD", "GD License", "https://spdx.org/licenses/GD.html", False),
(
"generic-xts",
"Generic XTS License",
"https://spdx.org/licenses/generic-xts.html",
False,
),
("Giftware", "Giftware License", "https://spdx.org/licenses/Giftware.html", False),
("GL2PS", "GL2PS License", "https://spdx.org/licenses/GL2PS.html", False),
("Glulxe", "Glulxe License", "https://spdx.org/licenses/Glulxe.html", False),
Expand Down Expand Up @@ -1753,6 +1777,12 @@
"https://spdx.org/licenses/Inner-Net-2.0.html",
False,
),
(
"InnoSetup",
"Inno Setup License",
"https://spdx.org/licenses/InnoSetup.html",
False,
),
(
"Intel-ACPI",
"Intel ACPI Software License Agreement",
Expand Down Expand Up @@ -2737,6 +2767,12 @@
"https://spdx.org/licenses/Sleepycat.html",
True,
),
(
"SMAIL-GPL",
"SMAIL General Public License",
"https://spdx.org/licenses/SMAIL-GPL.html",
False,
),
("SNIA", "SNIA Public License 1.1", "https://spdx.org/licenses/SNIA.html", False),
("snprintf", "snprintf License", "https://spdx.org/licenses/snprintf.html", False),
(
Expand Down Expand Up @@ -3062,6 +3098,7 @@
False,
),
("Wsuipa", "Wsuipa License", "https://spdx.org/licenses/Wsuipa.html", False),
("wwl", "WWL License", "https://spdx.org/licenses/wwl.html", False),
("Xnet", "X.Net License", "https://spdx.org/licenses/Xnet.html", True),
("X11", "X11 License", "https://spdx.org/licenses/X11.html", True),
(
Expand Down

0 comments on commit 167e4aa

Please sign in to comment.