chiark / gitweb /
Copyright: Replace debian/copyright with a symlink
[innduct.git] / LICENCE.txt
1 innduct - tailing reliable realtime streaming feeder for inn
2 ============================================================
3
4 innduct is
5   Copyright 2010,2015,2022,2024
6   Ian Jackson <ijackson@chiark.greenend.org.uk>
7
8
9 GPLv3+
10 ======
11
12 innduct is distributed under the terms of the GNU General Public
13 License, version 3 or later (at your option).
14
15 secnet is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18 for more details.
19
20 The file COPYING in the source tree contains a copy of the GNU GPL v3.
21 A copy of this licence can be found on Debian systems (and
22 derivatives) in /usr/share/common-licenses/GPL-3.
23
24 Some files contain a notice with the abbreviated form:
25   SPDX-License-Identifier: GPL-3.0-or-later
26 As is conventional, this should be read as a licence grant.
27
28
29 Contributing
30 ============
31
32 Contributions to secnet are accepted based on the git commit
33 Signed-off-by convention, by which the contributors' certify their
34 contributions according to the Developer Certificate of Origin version
35 1.1 - see the file DEVELOPER-CERTIFICATE.
36
37 If you create a new file please be sure to add an appropriate licence
38 header.  In the main parts of innduct this should be something like:
39  *  innduct
40  *  tailing reliable realtime streaming feeder for inn
41  *  foo.c - example file being added
42  *
43  *  Copyright Ian Jackson <ijackson@chiark.greenend.org.uk>
44  *  and contributors; see LICENCE.txt.
45  *  SPDX-License-Identifier: GPL-3.0-or-later
46
47
48
49 (I believe that when you compile and link this as part of the inn2
50 build, with the Makefile runes I have provided, all the libraries
51 and files which end up included in innduct are licence-compatible
52 with GPLv3.  If not then please let me know.  -Ian Jackson.