Dennis Schridde schreef: > Am Samstag, 8. März 2008 15:23:25 schrieb Giel van Schijndel: >> Author: muggenhor >> Date: Sat Mar 8 15:23:07 2008 >> New Revision: 3951 >> >> URL: http://svn.gna.org/viewcvs/warzone?rev=3951&view=rev >> Log: >> Add a partially completed SQLite VFS (requires SQLite 3.5+) implementation >> for PhysicsFS > This one puzzles me... PhysFS SQLite VFS? > Is this meant to extend PhysFS to allow operation on SQLite databases? > Or is SQLite extended to allow operation on files via PhysFS? > (I guess the latter, but then the name...)
It's the latter: it adds a "subclass" of SQLite's VFS which implements operating on PhysicsFS files. > Additionaly this does not look very much like GPL2+, does it? > I'd prefer to keep down the number of used licenses to a minimum. > Additionaly I would like to keep down the number of authors, and rather > mention the Warzone 2100 Resurrection Project in every copyright header and > all authors in the AUTHORS file, than having each file have its own author, > which makes it imo more complicated to keep an overview. Nope it isn't GPLv2+, I've licensed those particular files under the terms of the new BSD license. I've done this on purpose because I consider this implementation to have potential to be very useful outside of Warzone as well. Therefore by using this license (which is very close to public domain, which SQLite is released as) the audience that has can actually use this has widened. That said, the new BSD license is compatible with the GPL so Warzone 2100 as a whole will still remain GPLv2. -- Giel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
