LGPLv3 app with an included ISCL license library? [closed]
This question does not appear to be about programming within the scope defined in the help cent开发者_C百科er.
Closed 7 years ago.
Improve this questionI have an application (or library) with an Lesser GPL v3 license. I'd like to use (and publish it with) an ISCL licensed library. Would this be ok?
Thanks!
ISC is compatible to GPL (and as such, LGPL).
The ISC license is quite simple:
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. (from wikipedia)
It doesn't forbid you to sub-license the code or redistribute it under another license. You can thus redistribute along LGPL licensed work, as long as you make sure to preserve the original copyright note.
精彩评论