1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
This package was debianized by Bartosz Fenski <fenio@debian.org> on
Tue, 30 Dec 2003 13:48:32 +0200
The actual maintainer is the Debian Games Team:
http://wiki.debian.org/Games/Development
It was downloaded from svn://svn.berlios.de/netpanzer/tags/netpanzer/ (as
http://www.netpanzer.org/download/ only offers binary packages).
The orig tarball shiped by us is created and modified as follows:
* Running svn export for the desired version
* Removing unneeded libraries lua and physfs from src/Lib as we use the
system wide libraries
* taring and gziping the directory
Upstream Authors: Matthias Braun <matze@braunis.de>
Ivo Danihelka <i.danihelka@sh.cvut.cz>
Tyler Nielsen <tyler.nielsen@corniceco.com>
Vlad Rahkoy <vlad@spaceship.com>
Ingo Ruhnke <grumbel@gmx.de>
Copyright:
Copyright 1998 Pyrosoft Inc. (www.pyrosoftgames.com), Matthew Bogue
Copyright 2003-2005 Matthias Braun <matze@braunis.de> and others
Copyright 2007 Aaron Perez <aaronps@gmail.com>
License for everything but the exceptions bellow:
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
On Debian systems, the complete text of the GNU General Public License
can be found in the file `/usr/share/common-licenses/GPL'.
The sources shipped in src/Lib/optionmm are:
Copyright:
Copyright 2002 Christian Holm Christensen <cholm@nbi.dk>
License:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1
of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
On Debian systems, the complete text of GNU Lesser General Public License
can be found in the file `/usr/share/common-licenses/LGPL'.
|