Open source projects and irresponsible use of incompatible licenses
I started working on a sample app I want to build on top of CAB. I evaluated using RssBandit components to do the RSS parsing, NNTP reading and some other goodies it will have. Problem is that I don’t like the GPL license at all, so first thing I did was to check RssBandit license as listed in SourceForge. It says it’s BSD, cool. But looking at the dependencies the project has, I noticed it’s using the #ZipLib, which is GPL-licensed and explicitly states that “Linking this library statically or dynamically with other modules is making a combined work based...
[Read More]