Skip to content

Commit

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

* 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 May 1, 2024
1 parent cdbce32 commit fcd92f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spdx-license-list
21 changes: 21 additions & 0 deletions weblate/utils/licensedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@
"https://spdx.org/licenses/BSD-2-Clause.html",
True,
),
(
"BSD-2-clause-first-lines",
"BSD 2-Clause - first lines requirement",
"https://spdx.org/licenses/BSD-2-clause-first-lines.html",
False,
),
(
"BSD-2-Clause-Darwin",
"BSD 2-Clause - Ian Darwin variant",
Expand Down Expand Up @@ -489,6 +495,7 @@
"https://spdx.org/licenses/Caldera-no-preamble.html",
False,
),
("Catharon", "Catharon License", "https://spdx.org/licenses/Catharon.html", False),
(
"CECILL-1.0",
"CeCILL Free Software License Agreement v1.0",
Expand Down Expand Up @@ -1589,6 +1596,12 @@
"https://spdx.org/licenses/HPND-UC.html",
False,
),
(
"HPND-UC-export-US",
"Historical Permission Notice and Disclaimer - University of California, US export warning",
"https://spdx.org/licenses/HPND-UC-export-US.html",
False,
),
(
"HPND-MIT-disclaimer",
"Historical Permission Notice and Disclaimer with MIT disclaimer",
Expand Down Expand Up @@ -2050,6 +2063,7 @@
True,
),
("Naumen", "Naumen Public License", "https://spdx.org/licenses/Naumen.html", True),
("NCL", "NCL Source Code License", "https://spdx.org/licenses/NCL.html", False),
(
"NBPL-1.0",
"Net Boolean Public License v1",
Expand Down Expand Up @@ -2390,6 +2404,7 @@
("PHP-3.0", "PHP License v3.0", "https://spdx.org/licenses/PHP-3.0.html", True),
("PHP-3.01", "PHP License v3.01", "https://spdx.org/licenses/PHP-3.01.html", True),
("Pixar", "Pixar License", "https://spdx.org/licenses/Pixar.html", False),
("pkgconf", "pkgconf License", "https://spdx.org/licenses/pkgconf.html", False),
(
"Plexus",
"Plexus Classworlds License",
Expand Down Expand Up @@ -2712,6 +2727,12 @@
False,
),
("Sun-PPP", "Sun PPP License", "https://spdx.org/licenses/Sun-PPP.html", False),
(
"Sun-PPP-2000",
"Sun PPP License (2000)",
"https://spdx.org/licenses/Sun-PPP-2000.html",
False,
),
(
"SPL-1.0",
"Sun Public License v1.0",
Expand Down

0 comments on commit fcd92f3

Please sign in to comment.