chiark / gitweb /
draft OpenSSL exception - not signed off yet!
[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 Hippotat-OpenSSL-Exception
47 --------------------------
48
49 Additional permission under GNU GPL version 3 section 7:
50
51     In addition, as a special exception, the copyright holders give
52     permission to link the code of this program with the OpenSSL
53     Library (or with modified versions of OpenSSL that use the same
54     license as OpenSSL 1.1), and distribute linked combinations
55     including the two.
56
57     BUT this does NOT apply to version 3.0 or any later version of the
58     OpenSSL library (nor to any modified versions thereof).  (We make
59     this restriction because the exception is not needed with OpenSSL 3.)
60
61     FURTHERMORE you must obey the GNU Lesser General Public License in
62     all respects for all of the code used other than OpenSSL.
63
64 This additional permission is indicated in the source code with
65 the following SPDX licence declaration:
66     SPDX-License-Identifier: GPL-3.0-or-later WITH Hippotat-OpenSSL-Exception
67
68 If you modify a file, you may extend this exception to your version of
69 the file, but you are not obligated to do so. If you do not wish to do
70 so, delete the exception statement from your version, changing it to:
71     SPDX-License-Identifier: GPL-3.0-or-later
72
73 The authors of Hippotat will probably withdrawn this exception in a
74 future versions of Hippotat, when OpenSSL 3.0 (which has a
75 GPLv3+-compatible licence) has become sufficiently widespread.  But
76 that will not affect already-released versions of hippotat.