
Originally Posted by
Sik
Even if I do that exception clause (FLTK does it, although only as long as you don't modify the source code), I can't use the LGPL anyways because it still explicitly requires the program to state it's using the library and to provide its copyright and its shortened license notice. This makes sense for programs that have an "about" dialog, but games rarely do, and I doubt the credits are going to be considered valid for this purpose (since often you're forced to finish the game to get there). Also I'm expecting most homebrew to be standalone ROMs, without any documentation.
In fact, for the very same reason I can't use the BSD license either (which is what I was originally gonna use). That's why I said I'd probably use zlib's, since that doesn't require the program to have the notice (only its source code).