Hi,
For our project (https://www.ohloh.net/p/re-motion), ohloh reports three potential conflicts between the GPL and other versions. How can we find out what files are responsible for those warnings?
We're pretty confident that all of our code is LGPL 3 and Affero GPL 3.0, although we link libraries released under other licenses (but only in a compatible way). How can we find the source files that are responsible for those warnings?
We know that we link SharpZipLip, which is released under the GPL but with a bunch of exceptions that make linking it as a library more flexible. We also have NUnit packaged in our repository as a build prerequisite, which contains a GPL license file, but we don't link files under that license.
If we find that ohloh only flags our project because of the build prerequisites or SharpZipLib, which do not constitute a problem, how do we get rid of the warnings?
Edit: 2009-09-29 16:36 In addition, ohloh displays (or rather links to) the wrong version of the Affero GPL for our project on the Code Analysis page, it should be Affero GPL 3.0.
Thanks, Fabian