change index.AddFile() to return errors instead of logging them
[debiancodesearch.git] / debian / copyright
blobfdfec54ceea79cd17fd624c906aa959a967e3150
1 Format: http://dep.debian.net/deps/dep5
2 Upstream-Name: dcs
3 Source: <url://example.com>
5 Files: *
6 Copyright: <years> <put author's name and email here>
7            <years> <likewise for another author>
8 License: <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>
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
16 Files: debian/*
17 Copyright: 2012 Michael Stapelberg <stapelberg@debian.org>
18 License: 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".
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.