aboutsummaryrefslogtreecommitdiffstats
path: root/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..748e9bc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: cgit
3Source: <url://example.com>
4
5Files: *
6Copyright: <years> <put author's name and email here>
7 <years> <likewise for another author>
8License: <special license>
9 <Put the license of the package here indented by 1 space>
10 <This follows the format of Description: lines in control file>
11 .
12 <Including paragraphs>
13
14# If you want to use GPL v2 or later for the /debian/* files use
15# the following clauses, or change it to suit. Delete these two lines
16Files: debian/*
17Copyright: 2014 YAEGASHI Takeshi <yaegashi@debian.org>
18License: GPL-2+
19 This package is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23 .
24 This package is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28 .
29 You should have received a copy of the GNU General Public License
30 along with this program. If not, see <http://www.gnu.org/licenses/>
31 .
32 On Debian systems, the complete text of the GNU General
33 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
34
35# Please also look if there are files or directories which have a
36# different copyright/license attached and list them here.
37# Please avoid to pick license terms that are more restrictive than the
38# packaged work, as it may make Debian's contributions unacceptable upstream.