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
45 changes: 45 additions & 0 deletions src/poetry/core/spdx/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,16 @@
false,
false
],
"CC-PDM-1.0": [
"Creative Commons Public Domain Mark 1.0 Universal",
false,
false
],
"CC-SA-1.0": [
"Creative Commons Share Alike 1.0 Generic",
false,
false
],
"CC0-1.0": [
"Creative Commons Zero v1.0 Universal",
false,
Expand Down Expand Up @@ -1639,6 +1649,11 @@
false,
false
],
"InnoSetup": [
"Inno Setup License",
false,
false
],
"Intel": [
"Intel Open Source License",
true,
Expand Down Expand Up @@ -1889,6 +1904,11 @@
false,
false
],
"MIPS": [
"MIPS License",
false,
false
],
"MIT": [
"MIT License",
true,
Expand Down Expand Up @@ -2669,6 +2689,11 @@
false,
false
],
"SMAIL-GPL": [
"SMAIL General Public License",
false,
false
],
"SMLNJ": [
"Standard ML of New Jersey License",
false,
Expand Down Expand Up @@ -2869,6 +2894,11 @@
false,
false
],
"ThirdEye": [
"ThirdEye License",
false,
false
],
"TrustedQSL": [
"TrustedQSL License",
false,
Expand Down Expand Up @@ -3089,6 +3119,11 @@
false,
false
],
"any-OSI-perl-modules": [
"Any OSI License - Perl Modules",
false,
false
],
"bcrypt-Solar-Designer": [
"bcrypt Solar Designer License",
false,
Expand Down Expand Up @@ -3179,6 +3214,11 @@
false,
false
],
"generic-xts": [
"Generic XTS License",
false,
false
],
"gnuplot": [
"gnuplot License",
false,
Expand Down Expand Up @@ -3319,6 +3359,11 @@
false,
false
],
"wwl": [
"WWL License",
false,
false
],
"wxWindows": [
"wxWindows Library License",
true,
Expand Down
Loading