Skip to content

Commit fbcdd20

Browse files
hugovkradarhere
andauthored
Correct licences
Co-authored-by: Andrew Murray <[email protected]>
1 parent 973b756 commit fbcdd20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/generate-sbom.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def generate(version: str) -> dict:
219219
"name": "pythoncapi_compat",
220220
"description": "Backport header for new CPython C-API functions "
221221
"(vendored in src/thirdparty/pythoncapi_compat.h)",
222-
"licenses": [{"license": {"id": "MIT-0"}}],
222+
"licenses": [{"license": {"id": "0BSD"}}],
223223
"hashes": [
224224
{
225225
"alg": "SHA-256",
@@ -277,7 +277,7 @@ def generate(version: str) -> dict:
277277
"name": "libtiff",
278278
"scope": "optional",
279279
"description": "TIFF codec (optional). Tested with libtiff 4.0-4.7.1.",
280-
"licenses": [{"license": {"id": "HPND"}}],
280+
"licenses": [{"license": {"id": "libtiff"}}],
281281
"externalReferences": [
282282
{"type": "website", "url": "https://libtiff.gitlab.io/libtiff/"},
283283
{
@@ -407,7 +407,7 @@ def generate(version: str) -> dict:
407407
"scope": "optional",
408408
"description": "Improved colour quantization (optional). "
409409
"Tested with 2.6-4.4.1.",
410-
"licenses": [{"license": {"id": "GPL-3.0-only"}}],
410+
"licenses": [{"license": {"id": "GPL-3.0-or-later"}}],
411411
"externalReferences": [
412412
{"type": "website", "url": "https://pngquant.org/lib/"},
413413
{
@@ -423,7 +423,7 @@ def generate(version: str) -> dict:
423423
"scope": "optional",
424424
"description": "X11 screen-grab support (optional, "
425425
"used by PIL._imaging on macOS and Linux).",
426-
"licenses": [{"license": {"id": "MIT"}}],
426+
"licenses": [{"license": {"id": "X11"}}],
427427
"externalReferences": [
428428
{"type": "website", "url": "https://xcb.freedesktop.org"},
429429
{

0 commit comments

Comments
 (0)