chiark / gitweb /
OpenSSL exception as agreed, with new SPDX expression
[hippotat.git] / debian / copyright
1 Hippotat - Asinine IP Over HTTP program
2
3 Copyright 2017,2019-2022 Ian Jackson and contributors to Hippotat
4
5 The client and server are:
6
7  GPLv3+
8
9     This program is free software: you can redistribute it and/or modify
10     it under the terms of the GNU General Public License as published by
11     the Free Software Foundation, either version 3 of the License, or
12     (at your option) any later version.
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 program, in the file GPLv3.  If not,
21     see <http://www.gnu.org/licenses/>.
22
23 On a Debian system, the GNU General Public License v3 can be found in
24 /usr/share/common-licenses/GPL-3
25
26
27 Formalities
28 -----------
29
30 The licence is generally indicated in each file with an SPDX
31 delcaration; as is conventional, this should be read as a licence
32 grant.
33
34 Contributions to Hippotat are accepted based on the git commit
35 Signed-off-by convention, by which the contributors' certify their
36 contributions according to the Developer Certificate of Origin version
37 1.1 - see the file DEVELOPER-CERTIFICATE.
38
39 If you create a new file please be sure to add an appropriate licence
40 header, probably something like this:
41 // Copyright 2017-2022 Ian Jackson and contributors to Hippotat
42 // SPDX-License-Identifier: AGPL-3.0-or-later
43 // There is NO WARRANTY.
44
45
46 OpenSSL Licence Exception
47 -------------------------
48
49 Additional permission under GNU GPL version 3 section 7
50 [LicenseRef-Hippotat-OpenSSL-Exception]:
51
52     In addition, as a special exception, the copyright holders give
53     permission to link the code of this program with the OpenSSL
54     Library (or with modified versions of OpenSSL that use the same
55     license as OpenSSL 1.1), and distribute linked combinations
56     including the two.
57
58     BUT this does NOT apply to version 3.0 or any later version of the
59     OpenSSL library (nor to any modified versions thereof).  (We make
60     this restriction because the exception is not needed with OpenSSL 3.)
61
62     FURTHERMORE to take advantage of this exception you must obey the
63     GNU Lesser General Public License (version 3, or, at your option,
64     any later version) in all respects for all of the code used other
65     than OpenSSL.
66
67 This additional permission is indicated in the source code with
68 the following SPDX licence declaration:
69     SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
70 (which is roughly but not exactly in accordance with the SPDX spec.)
71
72 If you modify a file, you may extend this exception to your version of
73 the file, but you are not obligated to do so. If you do not wish to do
74 so, delete the exception statement from your version, changing it to:
75     SPDX-License-Identifier: GPL-3.0-or-later
76
77 The authors of Hippotat will probably withdrawn this exception in a
78 future versions of Hippotat, when OpenSSL 3.0 (which has a
79 GPLv3+-compatible licence) has become sufficiently widespread.  But
80 that will not affect already-released versions of hippotat.