(svn r28004) -Update from Eints:
[openttd.git] / os / debian / copyright
blob05cbfc432806e8cf19a6b5598575c46bfbaaa010
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: OpenTTD
3 Upstream-Contact: info@openttd.org, #openttd on irc.oftc.net
4 Source: http://www.openttd.org
7 Files: *
8 Copyright: © 2004-2018 Ludvig Strigeous and others.
9 License: GPL-2.0
10  This program is free software; you can redistribute it and/or modify
11  it under the terms of the GNU General Public License version 2.0 as
12  published by the Free Software Foundation;
13  .
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  GNU General Public License for more details.
18  .
19  You should have received a copy of the GNU General Public License
20  along with this package; if not, write to the Free Software
21  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
22  .
23  On Debian systems, the complete text of the GNU General Public License
24  version 2 can be found in `/usr/share/common-licenses/GPL-2'.
26 Files: src/3rdparty/squirrel/*
27 Copyright: © 2003-2009 Alberto Demichelis
28 License: Zlib
30 Files: src/3rdparty/md5/*
31 Copyright: © 1999, 2000, 2002 Aladdin Enterprises.  All rights reserved.
32 License: Zlib
35 License: Zlib
36  This software is provided 'as-is', without any express or implied
37  warranty. In no event will the authors be held liable for any damages
38  arising from the use of this software.
39  .
40  Permission is granted to anyone to use this software for any purpose,
41  including commercial applications, and to alter it and redistribute it
42  freely, subject to the following restrictions:
43  .
44  1. The origin of this software must not be misrepresented; you must not
45  claim that you wrote the original software. If you use this software in
46  a product, an acknowledgment in the product documentation would be
47  appreciated but is not required.
48  .
49  2. Altered source versions must be plainly marked as such, and must not
50  be misrepresented as being the original software.
51  .
52  3. This notice may not be removed or altered from any source
53  distribution.
55 Files: os/dos/exe2coff/*
56 Copyright: © 1998 DJ Delorie
57 License: GPL-2.0 with additional restrictions
58  This document is Copyright (C) DJ Delorie and may be distributed
59  verbatim, but changing it is not allowed.
60  .
61  Source code copyright DJ Delorie is distributed under the terms of the
62  GNU General Public Licence, with the following exceptions:
63  .
64  * Sources used to build crt0.o, gcrt0.o, libc.a, libdbg.a, and
65    libemu.a are distributed under the terms of the GNU Library General
66    Public License, rather than the GNU GPL.
67  .
68  * Any existing copyright or authorship information in any given source
69    file must remain intact.  If you modify a source file, a notice to that
70    effect must be added to the authorship information in the source file.
71  .
72  * Runtime binaries, as provided by DJ in DJGPP, may be distributed
73    without sources ONLY if the recipient is given sufficient information
74    to obtain a copy of djgpp themselves.  This primarily applies to
75    go32-v2.exe, emu387.dxe, and stubedit.exe.
76  .
77  * Runtime objects and libraries, as provided by DJ in DJGPP, when
78    linked into an application, may be distributed without sources ONLY
79    if the recipient is given sufficient information to obtain a copy of
80    djgpp themselves.  This primarily applies to crt0.o and libc.a.
81  .
82  On Debian systems, the complete text of the GNU General Public License
83  version 2 can be found in `/usr/share/common-licenses/GPL-2'.
84 Comment:
85  Given only the exe2coff.c file is distributed in the source distribution (and
86  nothing in Debian binary distribution), it seems only the 2nd condition
87  applies.
89 Files: os/dos/cwsdpmi/*
90 Source: http://homer.rice.edu/~sandmann/cwsdpmi/index.html
91 Copyright: © 1995-2000 Charles W Sandmann (sandmann@clio.rice.edu)
92 License: Custom binary-only license
93  This is release 5.  The files in this binary distribution may be redistributed
94  under the GPL (with source) or without the source code provided:
95  .
96  * CWSDPMI.EXE or CWSDPR0.EXE are not modified in any way except via CWSPARAM.
97  .
98  * CWSDSTUB.EXE internal contents are not modified in any way except via
99    CWSPARAM or STUBEDIT.  It may have a COFF image plus data appended to it.
101  * Notice to users that they have the right to receive the source code and/or
102    binary updates for CWSDPMI.  Distributors should indicate a site for the
103    source in their documentation.
104 Comment:
105  Files are distributed as binary only, so the second option in the license
106  ("without source code provided: ...") is applicable.