Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions src/poetry/core/spdx/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,16 @@
true,
false
],
"Artistic-dist": [
"Artistic License 1.0 (dist)",
false,
false
],
"Aspell-RU": [
"Aspell Russian License",
false,
false
],
"BSD-1-Clause": [
"BSD 1-Clause License",
true,
Expand Down Expand Up @@ -339,6 +349,11 @@
false,
false
],
"BSD-3-Clause-Tso": [
"BSD 3-Clause Tso variant",
false,
false
],
"BSD-3-Clause-acpica": [
"BSD 3-Clause acpica variant",
false,
Expand Down Expand Up @@ -1094,6 +1109,11 @@
true,
false
],
"ESA-PL-weak-copyleft-2.4": [
"European Space Agency Public License – v2.4 – Weak Copyleft (Type 2)",
false,
false
],
"EUDatagrid": [
"EU DataGrid Software License",
true,
Expand Down Expand Up @@ -1164,6 +1184,11 @@
false,
false
],
"FSFULLRSD": [
"FSF Unlimited License (with License Retention and Short Disclaimer)",
false,
false
],
"FSFULLRWD": [
"FSF Unlimited License (With License Retention and Warranty Disclaimer)",
false,
Expand Down Expand Up @@ -1464,6 +1489,11 @@
false,
false
],
"HDF5": [
"HDF5 License",
false,
false
],
"HIDAPI": [
"HIDAPI License",
false,
Expand Down Expand Up @@ -2744,6 +2774,11 @@
false,
false
],
"SOFA": [
"SOFA Software License",
false,
false
],
"SPL-1.0": [
"Sun Public License v1.0",
true,
Expand All @@ -2769,6 +2804,11 @@
false,
false
],
"SUL-1.0": [
"Sustainable Use License v1.0",
false,
false
],
"SWL": [
"Scheme Widget Library (SWL) Software License Agreement",
false,
Expand Down Expand Up @@ -2999,6 +3039,16 @@
true,
false
],
"Unlicense-libtelnet": [
"Unlicense - libtelnet variant",
false,
false
],
"Unlicense-libwhirlpool": [
"Unlicense - libwhirlpool variant",
false,
false
],
"VOSTROM": [
"VOSTROM Public License for Open Source",
false,
Expand Down Expand Up @@ -3029,6 +3079,11 @@
true,
false
],
"WTFNMFPL": [
"Do What The F*ck You Want To But It's Not My Fault Public License",
false,
false
],
"WTFPL": [
"Do What The F*ck You Want To Public License",
false,
Expand All @@ -3044,6 +3099,11 @@
false,
false
],
"WordNet": [
"WordNet License",
true,
false
],
"Wsuipa": [
"Wsuipa License",
false,
Expand Down Expand Up @@ -3279,6 +3339,11 @@
false,
false
],
"libpng-1.6.35": [
"PNG Reference Library License v1 (for libpng 0.5 through 1.6.35)",
false,
false
],
"libpng-2.0": [
"PNG Reference Library version 2",
false,
Expand Down Expand Up @@ -3339,6 +3404,11 @@
false,
false
],
"ngrep": [
"ngrep License",
false,
false
],
"pkgconf": [
"pkgconf License",
false,
Expand Down
Loading