LGPL usage in ./knots/web-server.scm and ./doc/index.texi? #5
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cbaines/guile-knots#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. The package uses GPLv3+ license, but these two files refers to LGPL. Is that intentional, or just an oversight? Debian packaging becomes easier if lesser licenses are used. If this is intentional, could you add a copy of the LGPL in the repository?
At least in the
./knots/web-server.scmcase, this reflects that some of this code did come from Guile Fibers. Maybe it's worth considering switching all of Guile Knots to LGPLv3+?I don't have an opinion, but LGPLv3+ allows upgrading the code to GPLv3+, so even if you copied code then using GPLv3+ is fine. A comment describing that helps though. OTOH, maybe license consistency with fibers is nice, which would argue for LGPLv3+ everywhere. But this is really your call, and either works fine for Debian as long as the license is clear.
Ok, let's just stick with GPLv3+ then for now, I've fixed the inconsistencies.