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
20 changes: 20 additions & 0 deletions src/poetry/core/spdx/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@
false,
false
],
"BSD-2-Clause-pos-unchanged": [
"BSD 2-Clause - position unchanged variant",
false,
false
],
"BSD-3-Clause": [
"BSD 3-Clause \"New\" or \"Revised\" License",
true,
Expand Down Expand Up @@ -434,6 +439,11 @@
false,
false
],
"BSD-Source-Code-no-disclaimer": [
"BSD Source Code Attribution - no disclaimer",
false,
false
],
"BSD-Source-beginning-file": [
"BSD Source Code Attribution - beginning of file variant",
false,
Expand All @@ -449,6 +459,11 @@
false,
false
],
"BSD-ask-to-endorse": [
"BSD - ask to endorse",
true,
false
],
"BSL-1.0": [
"Boost Software License 1.0",
true,
Expand Down Expand Up @@ -1219,6 +1234,11 @@
false,
false
],
"FDK-MPEG-H": [
"Fraunhofer FDK MPEG-H Software",
false,
false
],
"FSFAP": [
"FSF All Permissive License",
false,
Expand Down
Loading