Skip to content

Commit 9fd9c1b

Browse files
Federico Cerattodom96
authored andcommitted
Add LGPLv3 + static linking exception license
Add "LGPL-3.0-linking-exception" to the list of suggested licenses. It provides the protections of GPLv3 while allowing both static and dynamic linking. See https://spdx.org/licenses/LGPL-3.0-linking-exception.html
1 parent aef6f4f commit 9fd9c1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nimble.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ This should ideally be a valid SPDX identifier. See https://spdx.org/licenses/.
10591059
"BSD-3-Clause",
10601060
"LGPL-2.1",
10611061
"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",
10621064
"EPL-2.0",
10631065
"AGPL-3.0",
10641066
# This is what npm calls "UNLICENSED" (which is too similar to "Unlicense")

0 commit comments

Comments
 (0)