Author: tolimar Date: 2012-01-20 12:07:48 +0000 (Fri, 20 Jan 2012) New Revision: 13157
Modified: packages/trunk/netpanzer/debian/copyright Log: Update copyright file Modified: packages/trunk/netpanzer/debian/copyright =================================================================== --- packages/trunk/netpanzer/debian/copyright 2012-01-20 11:56:16 UTC (rev 13156) +++ packages/trunk/netpanzer/debian/copyright 2012-01-20 12:07:48 UTC (rev 13157) @@ -4,8 +4,15 @@ The actual maintainer is the Debian Games Team: http://wiki.debian.org/Games/Development -It was downloaded from http://netpanzer.berlios.de/download.html +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 <[email protected]> Ivo Danihelka <[email protected]> Tyler Nielsen <[email protected]> @@ -18,7 +25,7 @@ Copyright 2003-2005 Matthias Braun <[email protected]> and others Copyright 2007 Aaron Perez <[email protected]> -License: +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 @@ -28,3 +35,22 @@ 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 <[email protected]> + +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'. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

