This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc.
commit 454d0f712ab26e4ae0507dc81d5ab5e9c12ca99c Author: Ansgar Burchardt <[email protected]> Date: Wed Feb 6 22:29:18 2008 +0000 * Improve debian/copyright --- debian/changelog | 3 +- debian/copyright | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 116 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a9880a..7c562d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ asc (2.0.1.0-2) UNRELEASED; urgency=low * 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 diff --git a/debian/copyright b/debian/copyright index eab9fe6..2eb68ee 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,19 @@ Upstream Author: Martin Bickel <[email protected]> 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 @@ -15,9 +27,108 @@ More information about contributors can be find in: 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-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'. + 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'. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

