Author: ansgar-guest Date: 2008-02-06 22:29:18 +0000 (Wed, 06 Feb 2008) New Revision: 5668
Modified: packages/trunk/asc/debian/changelog packages/trunk/asc/debian/copyright Log: * Improve debian/copyright Modified: packages/trunk/asc/debian/changelog =================================================================== --- packages/trunk/asc/debian/changelog 2008-02-06 22:09:05 UTC (rev 5667) +++ packages/trunk/asc/debian/changelog 2008-02-06 22:29:18 UTC (rev 5668) @@ -2,8 +2,9 @@ * Use quilt for patch management * Fix build with g++-4.3 (Closes: #417112) + * Improve debian/copyright - -- Ansgar Burchardt <[EMAIL PROTECTED]> Wed, 06 Feb 2008 22:20:29 +0100 + -- Ansgar Burchardt <[EMAIL PROTECTED]> Wed, 06 Feb 2008 23:25:24 +0100 asc (2.0.1.0-1) unstable; urgency=low Modified: packages/trunk/asc/debian/copyright =================================================================== --- packages/trunk/asc/debian/copyright 2008-02-06 22:09:05 UTC (rev 5667) +++ packages/trunk/asc/debian/copyright 2008-02-06 22:29:18 UTC (rev 5668) @@ -7,17 +7,128 @@ Copyright: -Copyright 1999-2005 Martin Bickel <[EMAIL PROTECTED]> +Copyright 1994-2006 Martin Bickel <[EMAIL PROTECTED]> +Copyright 1994-2006 Steffen Fröhlich +Copyright 1994-2006 Daniel Korbely +Contributions: + +Christian Mayer (graphics) +Frank Fiedler (graphics) +Michael Kievernagel (music) +Torsten Maekler (objects, terrain) +Kevin Hirschmann (code, unit and building guide) +Jeffrey M. Wacheski (sound) +Tom Wilson, Simon Britnell (linux porting) + More information about contributors can be find in: /usr/share/games/asc/helpsyst.txt License: This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published by + 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-2'. + +Some content of this package is differently licensed and copyrighted. See below: + +source/libs/loki: + The Loki Library + Copyright (c) 2001 by Andrei Alexandrescu + This code accompanies the book: + Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design + Patterns Applied". Copyright (c) 2001. Addison-Wesley. + Permission to use, copy, modify, distribute and sell this software for any + purpose is hereby granted without fee, provided that the above copyright + notice appear in all copies and that both that copyright notice and this + permission notice appear in supporting documentation. + The author or Addison-Wesley Longman make no representations about the + suitability of this software for any purpose. It is provided "as is" + without express or implied warranty. + +source/libs/paragui: + ParaGUI - crossplatform widgetset + Copyright (C) 2000,2001,2002 Alexander Pipelka + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + Alexander Pipelka + [EMAIL PROTECTED] + On Debian systems, the complete text of the GNU Library General Public - License can be found in the file `/usr/share/common-licenses/LGPL'. + License can be found in the file `/usr/share/common-licenses/LGPL-2'. + +source/libs/sdlmm, source/libs/sdl_sound: + Copyright (C) 2001 David Hedbor <[EMAIL PROTECTED]> + + 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 of the + License, or (at your option) any later version. + + This program 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 + General Public License for more details. + + On Debian systems, the complete text of the GNU General Public + License can be found in the file `/usr/share/common-licenses/GPL-2'. + +source/libs/triangul: + Written by Atul Narkhede <[EMAIL PROTECTED]> + + This code is in the public domain. Specifically, we give to the public + domain all rights for future licensing of the source code, all resale + rights, and all publishing rights. + + UNC-CH GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE SOFTWARE + AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION, WARRANTY + OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. + +source/libs/rand: + Reentrant random function frm POSIX.1c. + Copyright (C) 1996, 1999 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <[EMAIL PROTECTED]>, 1996. + + The GNU C 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. + + The GNU C 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 the GNU Library General Public + License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +source/sdl/sdlstretch.cpp, source/sdl/sdlstretch.h: + Copyright (C) 1999 Alexander Pipelka <[EMAIL PROTECTED]> + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + On Debian systems, the complete text of the GNU Library General Public + License can be found in the file `/usr/share/common-licenses/LGPL-2'. + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

