We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef6f4f commit 9fd9c1bCopy full SHA for 9fd9c1b
src/nimble.nim
@@ -1059,6 +1059,8 @@ This should ideally be a valid SPDX identifier. See https://spdx.org/licenses/.
1059
"BSD-3-Clause",
1060
"LGPL-2.1",
1061
"LGPL-3.0",
1062
+ # LGPLv3 with static linking exception https://spdx.org/licenses/LGPL-3.0-linking-exception.html
1063
+ "LGPL-3.0-linking-exception",
1064
"EPL-2.0",
1065
"AGPL-3.0",
1066
# This is what npm calls "UNLICENSED" (which is too similar to "Unlicense")
0 commit comments