added first rough pass at a debian directory
[python-simplemediawiki.debian] / debian / copyright
1 This work was packaged for Debian by:
2
3     Benjamin Mako Hill <mako@debian.org> on Fri, 11 Feb 2011 00:31:20 -0500
4
5 It was downloaded from:
6
7     <url://example.com>
8
9 Upstream Author(s):
10
11     <put author's name and email here>
12     <likewise for another author>
13
14 Copyright:
15
16     <Copyright (C) YYYY Firstname Lastname>
17     <likewise for another author>
18
19 License:
20
21 ### SELECT: ###
22     This package is free software; you can redistribute it and/or modify
23     it under the terms of the GNU General Public License as published by
24     the Free Software Foundation; either version 2 of the License, or
25     (at your option) any later version.
26 ### OR ###
27    This package is free software; you can redistribute it and/or modify
28    it under the terms of the GNU General Public License version 2 as
29    published by the Free Software Foundation.
30 ##########
31
32     This package is distributed in the hope that it will be useful,
33     but WITHOUT ANY WARRANTY; without even the implied warranty of
34     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35     GNU General Public License for more details.
36
37     You should have received a copy of the GNU General Public License
38     along with this program. If not, see <http://www.gnu.org/licenses/>
39
40 On Debian systems, the complete text of the GNU General
41 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
42
43 The Debian packaging is:
44
45     Copyright (C) 2011 Benjamin Mako Hill <mako@debian.org>
46
47 you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by
49 the Free Software Foundation; either version 2 of the License, or
50 (at your option) any later version.
51
52 # Please also look if there are files or directories which have a
53 # different copyright/license attached and list them here.

Benjamin Mako Hill || Want to submit a patch?