This package was debianized by Daniel Milstein <djmilstein@gmail.com> 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 <scott@netsplit.co>
    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 <djmilstein@gmail.com>
Copyright (C) 2006-2012, Bart Martens <bartm@knars.be>
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
    | - kazutomo@mcs.anl.gov
    | 
    | 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 <root@delroth.is-a-geek.org>
    | 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.

