Skip to content

Commit

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

* 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] committed Feb 1, 2024
1 parent ace147f commit 2de45e5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/spdx-license-list
63 changes: 62 additions & 1 deletion weblate/utils/licensedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"BlueOak-1.0.0",
"Blue Oak Model License 1.0.0",
"https://spdx.org/licenses/BlueOak-1.0.0.html",
False,
True,
),
(
"Boehm-GC",
Expand Down Expand Up @@ -307,6 +307,12 @@
"https://spdx.org/licenses/BSD-3-Clause.html",
True,
),
(
"BSD-3-Clause-acpica",
"BSD 3-Clause acpica variant",
"https://spdx.org/licenses/BSD-3-Clause-acpica.html",
False,
),
(
"BSD-3-Clause-Clear",
"BSD 3-Clause Clear License",
Expand Down Expand Up @@ -403,6 +409,12 @@
"https://spdx.org/licenses/BSD-Source-Code.html",
False,
),
(
"BSD-Source-beginning-file",
"BSD Source Code Attribution - beginning of file variant",
"https://spdx.org/licenses/BSD-Source-beginning-file.html",
False,
),
(
"BSD-3-Clause-Attribution",
"BSD with attribution",
Expand Down Expand Up @@ -447,6 +459,12 @@
False,
),
("Caldera", "Caldera License", "https://spdx.org/licenses/Caldera.html", False),
(
"Caldera-no-preamble",
"Caldera License (without preamble)",
"https://spdx.org/licenses/Caldera-no-preamble.html",
False,
),
(
"CECILL-1.0",
"CeCILL Free Software License Agreement v1.0",
Expand Down Expand Up @@ -675,6 +693,12 @@
"https://spdx.org/licenses/CC-BY-2.5.html",
False,
),
(
"CC-BY-3.0-AU",
"Creative Commons Attribution 3.0 Australia",
"https://spdx.org/licenses/CC-BY-3.0-AU.html",
False,
),
(
"CC-BY-3.0-AT",
"Creative Commons Attribution 3.0 Austria",
Expand Down Expand Up @@ -1522,6 +1546,12 @@
"https://spdx.org/licenses/HPND-UC.html",
False,
),
(
"HPND-MIT-disclaimer",
"Historical Permission Notice and Disclaimer with MIT disclaimer",
"https://spdx.org/licenses/HPND-MIT-disclaimer.html",
False,
),
(
"HPND-sell-variant-MIT-disclaimer",
"HPND sell variant with MIT disclaimer",
Expand Down Expand Up @@ -1612,6 +1642,12 @@
),
("IPA", "IPA Font License", "https://spdx.org/licenses/IPA.html", True),
("ISC", "ISC License", "https://spdx.org/licenses/ISC.html", True),
(
"ISC-Veillard",
"ISC Veillard variant",
"https://spdx.org/licenses/ISC-Veillard.html",
False,
),
("Jam", "Jam License", "https://spdx.org/licenses/Jam.html", True),
(
"JPNIC",
Expand Down Expand Up @@ -1769,6 +1805,12 @@
"https://spdx.org/licenses/Linux-man-pages-copyleft-var.html",
False,
),
(
"LPD-document",
"LPD Documentation License",
"https://spdx.org/licenses/LPD-document.html",
False,
),
("lsof", "lsof License", "https://spdx.org/licenses/lsof.html", False),
(
"LPL-1.02",
Expand Down Expand Up @@ -1801,6 +1843,7 @@
False,
),
("magaz", "magaz License", "https://spdx.org/licenses/magaz.html", False),
("mailprio", "mailprio License", "https://spdx.org/licenses/mailprio.html", False),
(
"MakeIndex",
"MakeIndex License",
Expand Down Expand Up @@ -2597,6 +2640,12 @@
"https://spdx.org/licenses/BSD-Systemics.html",
False,
),
(
"BSD-Systemics-W3Works",
"Systemics W3Works BSD variant license",
"https://spdx.org/licenses/BSD-Systemics-W3Works.html",
False,
),
(
"OGDL-Taiwan-1.0",
"Taiwan Open Government Data License, version 1.0",
Expand Down Expand Up @@ -2668,6 +2717,12 @@
"https://spdx.org/licenses/TORQUE-1.1.html",
False,
),
(
"TGPPL-1.0",
"Transitive Grace Period Public Licence 1.0",
"https://spdx.org/licenses/TGPPL-1.0.html",
False,
),
(
"TOSL",
"Trusster Open Source License",
Expand All @@ -2689,6 +2744,12 @@
"https://spdx.org/licenses/Unicode-DFS-2016.html",
True,
),
(
"Unicode-3.0",
"Unicode License v3",
"https://spdx.org/licenses/Unicode-3.0.html",
True,
),
(
"Unicode-TOU",
"Unicode Terms of Use",
Expand Down

0 comments on commit 2de45e5

Please sign in to comment.