chiark / gitweb /
copyright: notice re formalities
[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.