Codebase list openttd / 7b7de8a
Remove DOS-related copyright info and lintian overrides Upstream removed DOS support in 1.10, which removes some precompiled DOS binaries from the source tarball. With these binaries gone, the copyright info and lintian overrides for them can be removed. Git-Dch: Ignore Matthijs Kooijman 4 years ago
2 changed file(s) with 0 addition(s) and 57 deletion(s). Raw diff Collapse all Expand all
5050 .
5151 3. This notice may not be removed or altered from any source
5252 distribution.
53
54 Files: os/dos/exe2coff/*
55 Copyright: © 1998 DJ Delorie
56 License: gpl-2.0-with-restrictions
57 This document is Copyright (C) DJ Delorie and may be distributed
58 verbatim, but changing it is not allowed.
59 .
60 Source code copyright DJ Delorie is distributed under the terms of the
61 GNU General Public Licence, with the following exceptions:
62 .
63 * Sources used to build crt0.o, gcrt0.o, libc.a, libdbg.a, and
64 libemu.a are distributed under the terms of the GNU Library General
65 Public License, rather than the GNU GPL.
66 .
67 * Any existing copyright or authorship information in any given source
68 file must remain intact. If you modify a source file, a notice to that
69 effect must be added to the authorship information in the source file.
70 .
71 * Runtime binaries, as provided by DJ in DJGPP, may be distributed
72 without sources ONLY if the recipient is given sufficient information
73 to obtain a copy of djgpp themselves. This primarily applies to
74 go32-v2.exe, emu387.dxe, and stubedit.exe.
75 .
76 * Runtime objects and libraries, as provided by DJ in DJGPP, when
77 linked into an application, may be distributed without sources ONLY
78 if the recipient is given sufficient information to obtain a copy of
79 djgpp themselves. This primarily applies to crt0.o and libc.a.
80 .
81 On Debian systems, the complete text of the GNU General Public License
82 version 2 can be found in `/usr/share/common-licenses/GPL-2'.
83 Comment:
84 Given only the exe2coff.c file is distributed in the source distribution (and
85 nothing in Debian binary distribution), it seems only the 2nd condition
86 applies.
87
88 Files: os/dos/cwsdpmi/*
89 Source: https://sandmann.dotster.com/cwsdpmi/
90 Copyright: © 1995-2000 Charles W Sandmann (sandmann@clio.rice.edu)
91 License: custom-license
92 This is release 5. The files in this binary distribution may be redistributed
93 under the GPL (with source) or without the source code provided:
94 .
95 * CWSDPMI.EXE or CWSDPR0.EXE are not modified in any way except via CWSPARAM.
96 .
97 * CWSDSTUB.EXE internal contents are not modified in any way except via
98 CWSPARAM or STUBEDIT. It may have a COFF image plus data appended to it.
99 .
100 * Notice to users that they have the right to receive the source code and/or
101 binary updates for CWSDPMI. Distributors should indicate a site for the
102 source in their documentation.
103 Comment:
104 Files are distributed as binary only, so the second option in the license
105 ("without source code provided: ...") is applicable.
+0
-4
debian/source/lintian-overrides less more
0 # These files are just auxiliary helper binaries for the DOS build
1 source-contains-prebuilt-windows-binary os/dos/cwsdpmi/cwsdpmi.exe
2 source-contains-prebuilt-windows-binary os/dos/cwsdpmi/cwsdstub.exe
3