This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository freedroidrpg.
commit 39cb22f24a89abf3b9f2970986b1fc49035bf5dd Author: Julien Puydt <[email protected]> Date: Fri Nov 11 13:59:55 2016 +0100 Rewrote d/copyright --- debian/changelog | 1 + debian/copyright | 457 ++++++++++++++++++++----------------------------------- 2 files changed, 162 insertions(+), 296 deletions(-) diff --git a/debian/changelog b/debian/changelog index 08c6b56..8bc72e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ freedroidrpg (0.16.1-1) UNRELEASED; urgency=medium * Added debian/patches/03_fix_desktop_file.diff. * Added debian/patches/04_add_keywords_to_desktop_file.diff. * Added debian/patches/05_fix_manpage.diff. + * Rewrote debian/copyright. -- Julien Puydt <[email protected]> Thu, 10 Nov 2016 09:10:23 +0100 diff --git a/debian/copyright b/debian/copyright index dbfe5e9..b3430f5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,296 +1,161 @@ -This package was debianized by Daniel Milstein <[email protected]> on -Sat, 19 Nov 2005 15:31:33 +0000. - -It was downloaded from: - - http://sourceforge.net/projects/freedroid - -Upstream authors, as found in the CREDITS menu of the game: - - | FreedroidRPG 0.15.1 - | PROGRAMMING: - | Maria Grazia Alastra - | Pedro Arana - | Catalin Badea - | Bryan C - | Samuel Degrande - | Arthur Huillet - | Stefan Kangas - | Jozef Kucia - | Pavaluca Matei - | Michael Mendelson - | Esa-Matti Mourujarvi - | Nicolas Pepin-Perreault - | Samuel Pitoiset - | Alexander Solovets - | Philippe Tetar - | GAME CONTENT: - | Matthias Krüger - | Miles McCammon - | Sebastian Offermann - | Kurtis Parramore - | Niklas Spille - | JK Wood - | James - | Starminn - | Thor - | rudi_s - | Infrared - | RELEASE MANAGEMENT: - | Arthur Huillet - | Miles McCammon - | - | ALSO, IN PREVIOUS VERSIONS - | PROGRAMMING: - | Johannes Prix - | Reinhard Prix - | Quentin Pradet - | jcoral - | Pierre Bourdon - | Simon Castellan - | Ari Mustonen - | GAME CONTENT: - | Stefan Huszics - | GRAPHICS: - | Bastian Salmela - | DIALOGUES: - | Karol Swietlicki - | MUSIC: - | Nick "Nario" Hagman - | Arvid Picciani - | "The Beginning" - | by 4t thieves - | "Daybreak" - | by realsmokers - | "Bleostrada" - | by stud - | MISC: - | Mbrola - text-to-speech - | eSpeak - text-to-speech - | Ryan 'simcop2387' Voots - | Andrew A. Gill - | Zombie Ryushu - | Ted Cipicchio - | The Doctor - | Simon Newton - | Clint Herron - | Hike Danakian - | Ian Griffiths - | David Kremer - | Armin Winterer - -Copyright: - - Copyright (c) 1994, 2002-2004 Johannes Prix - Copyright (c) 1994, 2002-2004 Reinhard Prix - Copyright (c) 2009-2010 the Freedroid dev team - Copyright (c) 2003 Pete Spicer - Copyright (c) 2006 Arvid Picciani - Copyright (c) 2007-2010 Stefan Huszics - Copyright (c) 2007 Karol Swietlicki - Copyright (c) 1989-2010 Free Software Foundation, Inc. - Copyright (c) 2004-2011 Arthur Huillet - Copyright (c) 2008-2011 Samuel Degrande - Copyright (c) 2011 Miles McCammon - Copyright (c) 2006 Angelo "Encelo" Theodorou - Copyright (c) 2004 Scott James Remnant <[email protected]> - Copyright (c) 2010 Maleesh Prasan - Copyright (c) 2010 Alexander Solovets - Copyright (c) 2010 Ari Mustonen - Copyright (c) 2010-2011 Samuel Pitoiset - Copyright (c) 2011 Catalin Badea - Copyright (C) 2006 Pekka Enberg - Copyright (c) 2010 Stefan Kangas - Copyright (c) 2001 H. Peter Anvin - -License: - - | This file is part of Freedroid - | - | Freedroid 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. - | - | Freedroid 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. - | - | You should have received a copy of the GNU General Public License - | along with Freedroid; see the file COPYING. If not, write to the - | Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - | MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General Public License -version 2 can be found in `/usr/share/common-licenses/GPL-2'. - -The Debian packaging is -Copyright (C) 2005, Daniel Milstein <[email protected]> -Copyright (C) 2006-2012, Bart Martens <[email protected]> -and is licensed under the GPL, see above. - -Part of the file src/text_public.c has this copyright and license: - - | Copyright (C) 1997-2001 Id Software, Inc., under GPL - | - | FS_filelength().. (taken from quake2) - -Part of the file src/colldet.c has this copyright and license: - - | This function is Copyright (c) 1999 ID Software, - | from Quake3 source code, released under GPL - | static inline float Q_rsqrt( float number ) - -The file win32/pngtoico.c has this copyright and license: - - | Copyright 2001 H. Peter Anvin - All Rights Reserved - | - | 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, Inc., 51 Franklin St, Fifth Floor, - | Bostom MA 02110-1301, USA; either version 2 of the License, or - | (at your option) any later version; incorporated herein by reference. - -The file src/keyboard.c has this copyright and license: - - | Copyright 2006, 2007, 2008 Edgar Simo Serra - | Copyright 2008 Arthur Huillet - | - | This program is free software; you can redistribute it and/or modify - | it under the terms of the GNU General Public License version 3 as - | published by the Free Software Foundation. - | - | 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. - | - | You should have received a copy of the GNU General Public License - | along with this program. If not, see <http://www.gnu.org/licenses/>. - -On Debian systems, the complete text of the GNU General Public License -version 3 can be found in `/usr/share/common-licenses/GPL-3'. - -The files lua/* have this copyright and license: - - | Lua License - | ----------- - | - | Lua is licensed under the terms of the MIT license reproduced below. - | This means that Lua is free software and can be used for both academic - | and commercial purposes at absolutely no cost. - | - | For details and rationale, see http://www.lua.org/license.html . - | - | Copyright (C) 1994-2008 Lua.org, PUC-Rio. - | - | Permission is hereby granted, free of charge, to any person obtaining a copy - | of this software and associated documentation files (the "Software"), to deal - | in the Software without restriction, including without limitation the rights - | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - | copies of the Software, and to permit persons to whom the Software is - | furnished to do so, subject to the following conditions: - | - | The above copyright notice and this permission notice shall be included in - | all copies or substantial portions of the Software. - | - | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - | THE SOFTWARE. - -The files - src/lists.c - src/lists.h -have this copyright and license: - - | Linux kernel linked lists, - | modified for userspace by - | - [email protected] - | - | This is obviously GPL licensed. - -The file src/BFont.c contains this: - | BFONT.c v. 1.0.3 - Billi Font Library by Diego Billi - | Heavily modified for FreedroidRPG needs over years -and the file src/BFont.h contains this: - | BFONT.h v. 1.0.3 - Billi Font Library by Diego Billi -On 2009-04-26 Diego Billi wrote that the original files have -this copyright and license: - - | Copyright (c) 2003-2004 Diego Billi - | License: GPL version 2 or later - -The file m4/lua.m4 has this copyright and license : - - | Copyright 2011 Arthur Huillet - | Copyright 2011 Google Inc. - | All rights reserved. - | - | Redistribution and use in source and binary forms, with or without - | modification, are permitted provided that the following conditions are - | met: - | - | * Redistributions of source code must retain the above copyright - | notice, this list of conditions and the following disclaimer. - | * Redistributions in binary form must reproduce the above copyright - | notice, this list of conditions and the following disclaimer in the - | documentation and/or other materials provided with the distribution. - | * Neither the name of Google Inc. nor the names of its contributors - | may be used to endorse or promote products derived from this software - | without specific prior written permission. - | - | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The file src/keyboard.c has this copyright and license : - - | Copyright 2006, 2007, 2008 Edgar Simo Serra - | Copyright 2008 Arthur Huillet - | - | This program is free software; you can redistribute it and/or modify - | it under the terms of the GNU General Public License version 3 as - | published by the Free Software Foundation. - | - | 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. - | - | You should have received a copy of the GNU General Public License - | along with this program. If not, see <http://www.gnu.org/licenses/>. - -The file src/gen_savestruct.py has this copyright and license : - - | Copyright (c) 2008 Pierre "delroth" Bourdon <[email protected]> - | Copyright (c) 2009 Arthur Huillet - | Copyright (c) 2011 Samuel Degrande - | - | 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 3 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. - | - | You should have received a copy of the GNU General Public License - | along with this program. If not, see <http://www.gnu.org/licenses/>. - -The text "Copyright by MegaSys" is not a real copyright notice. It is just -part of the game text. +Format: http://www.debian;org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: freedroidrpg +Source: http://freedroid.org + +Files: * +Copyright: 1994, 2002-2004 Johannes Prix + 1994, 2002-2004 Reinhard Prix + 2009-2010 the Freedroid dev team + 2003 Pete Spicer + 2006 Arvid Picciani + 2007-2010 Stefan Huszics + 2007 Karol Swietlicki + 1989-2010 Free Software Foundation, Inc. + 2004-2013 Arthur Huillet + 2008-2016 Samuel Degrande + 2011 Miles McCammon + 2006 Angelo Theodorou + 2004 Scott James Remnant <[email protected]> + 2010 Maleesh Prasan + 2010 Alexander Solovets + 2010 Ari Mustonen + 2010-2011 Samuel Pitoiset + 2011 Catalin Badea + 2006 Pekka Enberg + 2010 Stefan Kangas + 2001 H. Peter Anvin + 2016 freedroidRPG Team + 2014-2015 Alexander Forsberg + 2014 Matthias Krueger + 2014-2016 Link-Mario + 2014-2016 chmelarz + 2014 Anelise D. J. + 2014-2015 Jonatas L. Nogueira + 1995-1997, 2000-2007, 2009-2010 Ulrich Drepper + 2014-2016 fluzz + 2014 Sebastien Adam + 2016 Steven D. + 2008 Diego Billi + 2014 Xenux + 2016 Sebastiano Pistore + 2015 Lua Marchante Tello + 2015 Pedro Arana + 2014 Duong Khang Nguyen + 2016 Gino Ingras + 2015-2016 Carlos Daniel Landin Montaperto + 2011 Matei Pavaluca +License: GPL-2+ + +Files: lua/* +Copyright: 1994-2015 Lua.org, PUC-Rio +License: Expat + +Files: lua/clang.m4 +Copyright: 2013 Erik de Castro Lopo +License: Expat + +Files: lua/lua.m4 +Copyright: 2011 Arthur Huillet + 2011 Google Inc. +License: BSD-3-clause + +Files: src/keyboard.c +Copyright: 2006-2008 Edgar Simo Serra + 2008 Arthur Huillet +License: GPL-3 + +Files: src/gen_savestruct.py +Copyright: 2008 Pierre Bourdon + 2009 Arthur Huillet + 2011 Samuel Degrande +License: GPL-3 + +Files: debian/* +Copyright: 2005 Daniel Milstein <[email protected]> + 2006-2012 Bart Martens <[email protected]> + 2016 Julien Puydt +License: GPL-2+ + +License: GPL-2+ + This software 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 software 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. + . + You should have received a copy of the GNU General Public License + along with mwrank; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2' + +License: BSD-3-clause + +License: Expat + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +License: BSD-3-clause + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3. Neither the name of the authors nor the copyright holders may be used to + endorse or promote products derived from this software without specific prior + written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the version 3 of the GNU General Public License + as published by the Free Software Foundation. + . + 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. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in `/usr/share/common-licenses/GPL-3' \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freedroidrpg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

