I created a program based on an LGPL project, and I'm not allowed to publish the source code
- by Dave
I thought LGPL was a permissive license, just like MIT, BSD or Apache. But today I read, that only linking to LGPL (libraries etc) is allowed from closed-source code - other than that, it's copyleft - so I have to publish code that is based on an LGPL program.
I created a program for my employer that is based on an LGPL program, but has…