fixup git-merge-changelog package
[gnulib.git] / debian / clscan / copyright.in
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Contact: bug-gnulib@gnu.org
3 Source: Stable snapshot page: http://erislabs.net/ianb/projects/gnulib
4         Homepage: http://www.gnu.org/software/gnulib/
5         Stable git: git://erislabs.net/gnulib.git
6         Upstream git: git://git.savannah.gnu.org/gnulib.git
7 License:
8  The files in here are mostly copyright (C) Free Software Foundation, and
9  are under assorted licenses.  Mostly, but not entirely, GPL.
10  .
11  Many modules are provided dual-license, either GPL or LGPL at your
12  option.  The headers of files in the lib directory (e.g., lib/error.c)
13  state GPL for convenience, since the bulk of current gnulib users are
14  GPL'd programs.  But the files in the modules directory (e.g.,
15  modules/error) state the true license of each file, and when you use
16  'gnulib-tool --lgpl --import <modules>', gnulib-tool either rewrites
17  the files to have an LGPL header as part of copying them from gnulib
18  to your project directory, or fails because the modules you requested
19  were not licensed under LGPL.
20  .
21  Some of the source files in lib/ have different licenses.  Also, the
22  copy of maintain.texi in doc/ has a verbatim-copying license, and
23  doc/standards.texi and make-stds.texi are GFDL.
24  .
25  Detailed copyright information follows, see debian/clscan/README
26  in the gnulib source package for information on updating this.
27
28 Files: debian/git-merge-changelog.pod
29 Copyright: 2008-2010 Bruno Haible <bruno@clisp.org>
30            2014 Ian Beckwith <ianb@debian.org>
31 License: GPL-2+
32  This program is free software: you can redistribute it and/or modify
33  it under the terms of the GNU General Public License as published by
34  the Free Software Foundation; either version 2 of the License, or
35  (at your option) any later version.
36  .
37  This program is distributed in the hope that it will be useful,
38  but WITHOUT ANY WARRANTY; without even the implied warranty of
39  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
40  GNU General Public License for more details.
41  .
42  You should have received a copy of the GNU General Public License
43  along with this program.  If not, see <http://www.gnu.org/licenses/>.
44
45 Files: debian/*
46 Copyright: 2009-2014 Ian Beckwith <ianb@debian.org>
47            2006-2008 Daniel Baumann <daniel@debian.org>
48 License: GPL-2
49  This program is free software; you can redistribute it and/or modify
50  it under the terms of the GNU General Public License as published by
51  the Free Software Foundation; version 2 of the License.
52  .
53  This program is distributed in the hope that it will be useful,
54  but WITHOUT ANY WARRANTY; without even the implied warranty of
55  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56  GNU General Public License for more details.
57  .
58  You should have received a copy of the GNU General Public License
59  along with this program; if not, write to the Free Software Foundation,
60  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
61
62 Files: modules/*
63 Copyright: 2002-2014 Free Software Foundation, Inc.
64 License: other
65   From modules/README:
66   > All the files in this directory are distributed under the following copyright:
67   >
68   > Copyright (C) 2002-2014 Free Software Foundation, Inc.
69   > Copying and distribution of this file, with or without modification,
70   > in any medium, are permitted without royalty provided the copyright
71   > notice and this notice are preserved.
72  .
73   From modules/COPYING:
74   > The following copyright notice applies to each of these
75   > description files.
76   >
77   > Copyright (C) 2002-2014 Free Software Foundation, Inc.
78   > This file is free software; the Free Software Foundation
79   > gives unlimited permission to copy and/or distribute it,
80   > with or without modifications, as long as this notice is preserved.