Matt Aaronson wrote: > Hi! > > I am interested in writing a program and releasing it under an > open-source license (possibly the MPL), but, for various reasons, want > to release it anonymously. I cannot put it into the public domain, > since I am using a library that has a GPL-like license that requires a > program that uses it to use a license that is open-source and imposes > the same license on people that make modifications of it.
Actually you *could* put it in the public domain, and you *can't* put it under the MPL if the library you're using is GPL. You said "GPL-like", though, so no one can say for sure without knowing what the other license is specifically. -Dan Veditz
