chiark / gitweb /
runlisp.conf.5.in: Fix end-of-sentence punctuataion.
[runlisp] / debian / copyright
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Copyright: 2020, 2021, 2024 Mark Wooding, Straylight/Edgeware
3 Upstream-Name: runlisp
4 Upstream-Contact: Mark Wooding <mdw@distorted.org.uk>
5 Source: https://ftp.distorted.org.uk/pub/mdw/
6 License: GPL-3.0+
7
8 Files: *
9 Copyright: 2020--2021 Mark Wooding, Straylight/Edgeware
10 License: GPL-3.0+
11
12 Files: .ext/cfd/build/*
13 Copyright: 2003, 2008--2010, 2013, 2016, 2019, 2020 Straylight/Edgeware
14 License: GPL-2.0+
15
16 Files: .ext/cfd/src/*
17 Copyright: 1996, 1997, 1999, 2000, 2004, 2008 Straylight/Edgeware
18 License: LGPL-2.0+
19
20 Files:
21         .ext/cfd/build/auto-version .ext/cfd/build/confsubst
22         .ext/cfd/doc/texinice.tex .ext/cfd/m4/*.m4
23 Copyright: 1999, 2002--2006, 2008, 2010, 2013, 2017, 2019, 2020, 2024
24         Mark Wooding
25 License: GPL-2.0+
26
27 Files: .ext/cfd/doc/INSTALL
28 Copyright: 1994--1996, 1999--2002, 2004--2012 Free Software Foundation
29 License: FSFAP
30         Copying and distribution of this file, with or without modification,
31         are permitted in any medium without royalty provided the copyright
32         notice and this notice are preserved.  This file is offered as-is,
33         without warranty of any kind.
34
35 Files: .ext/cfd/licence/*
36 Copyright: 1989, 1991, 1999, 2007 Free Software Foundation
37 License: FSF-meta-licence
38         Everyone is permitted to copy and distribute verbatim copies of this
39         license document, but changing it is not allowed.
40
41 Files: .ext/cfd/src/getdate.*
42 Copyright:
43         (unknown dates) Steven M. Bellovin
44         (unknown dates) `a couple of people on Usenet'
45         1994 Rich Salz
46         1994 Jim Berets
47         1999 Mark Wooding
48 License: public-domain
49         This code is in the public domain and has no copyright.
50
51 License: GPL-2.0+
52         This program is free software; you can redistribute it and/or modify
53         it under the terms of the GNU General Public License as published by
54         the Free Software Foundation; either version 2 of the License, or
55         (at your option) any later version.
56         .
57         This program is distributed in the hope that it will be useful,
58         but WITHOUT ANY WARRANTY; without even the implied warranty of
59         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60         GNU General Public License for more details.
61         .
62         You should have received a copy of the GNU General Public License
63         along with this package; if not, see <https://www.gnu.org/licenses/>.
64 Comment:
65         On Debian systems, the full text of the GNU General Public License
66         version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
67
68 License: LGPL-2.0+
69         This library is free software; you can redistribute it and/or modify
70         modify it under the terms of the GNU Library General Public License
71         as published by the Free Software Foundation; either version 2 of the
72         License, or (at your option) any later version.
73         .
74         This program is distributed in the hope that it will be useful, but
75         WITHOUT ANY WARRANTY; without even the implied warranty of
76         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77         General Public License for more details.
78         .
79         You should have received a copy of the GNU Library General Public
80         License along with this package; if not, see
81         <https://www.gnu.org/licenses/>.
82 Comment:
83         On Debian systems, the full text of the GNU Library General Public
84         License version 2 can be found in the file
85         '/usr/share/common-licenses/LGPL-2'.
86
87 License: GPL-3.0+
88  runlisp is free software: you can redistribute it and/or modify it
89  under the terms of the GNU General Public License as published by the
90  Free Software Foundation; either version 3 of the License, or (at
91  your option) any later version.
92  .
93  runlisp is distributed in the hope that it will be useful, but WITHOUT
94  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
95  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
96  for more details.
97  .
98  You should have received a copy of the GNU General Public License
99  along with runlisp.  If not, see <https://www.gnu.org/licenses/>.
100 Comment:
101  On Debian systems, the full text of the GNU General Public License
102  version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.