Search code examples
licensinglgpl

LGPLv3 app with an included ISCL license library?


I 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!


Solution

  • 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.