1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
This package was debianized by Sebastian Dröge <slomo@debian.org> on
Mon, 01 Dec 2008 08:08:22 +0100.
It was downloaded from http://www.buzztard.org
Special Information:
src/BuzzMachineLoader.dll is compiled from src/BuzzMachineLoader/* by
a Win32 compiler and thus included in compiled binary form inside the
tarball. It's used on x86 to load Win32 buzzmachines.
Upstream Author:
Stefan Kost <ensonic@users.sourceforge.net>
Copyright:
For everything not noted explicitely below:
Copyright (C) 2006-2009 Buzztard team <buzztard-devel@lists.sf.net>
For src/BuzzMachineLoader/CMachine.h:
Copyright (C) 2003-2007 Anders Ervik <calvin@countzero.no>
Copyright (C) 2008 Buzztard team <buzztard-devel@lists.sf.net>
For src/BuzzMachineLoader/MachineInterface.h,
src/BuzzMachineLoader/mdk.h:
Copyright (C) 1997-2000 Oskari Tammelin (ot@iki.fi)
For dllwrapper/wine/elfdll.[ch]:
Copyright (C) 1999 Bertho A. Stultiens
For dllwrapper/wine/heap.[ch],
dllwrapper/wine/module.[ch],
dllwrapper/wine/ldt.[ch],
dllwrapper/wine/windef.h,
dllwrapper/wine/winnt.h:
Copyright (C) 1995,1996 Alexandre Julliard
For dllwrapper/wine/loader.[ch],
dllwrapper/wine/registry.[ch]:
Copyright (C) 2000 Eugene Kuznetsov (divx@euro.ru)
For dllwrapper/wine/pe_image.[ch]:
Copyright (C) 1994 Eric Youndale & Erik Bos
Copyright (C) 1995 Martin von Loewis
Copyright (C) 1996-98 Marcus Meissner
For dllwrapper/wine/pe_resource.[ch]:
Copyright (C) 1995 Thomas Sandford
Copyright (C) 1996 Martin von Loewis
Copyright (C) 1993 Robert J. Amstadt
Copyright (C) 1995 Alexandre Julliard
Copyright (C) 1997 Marcus Meissner
For dllwrapper/wine/resource.[ch]:
Copyright (C) 1993 Robert J. Amstadt
Copyright (C) 1995 Alexandre Julliard
For dllwrapper/wine/vfl.[ch]:
Copyright (C) 1998 Marcus Meissner
For dllwrapper/wine/ldt_keeper.[ch],
dllwrapper/*:
Copyright (C) 2000-2006 the xine project
License:
For everything not noted explicitely below:
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.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
For dllwrapper/*:
xine 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.
xine 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 Softwar
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
|