update debian copyright: tweak clscan and then manually fixup: revisit next release
[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/*
29 Copyright: 2009-2013 Ian Beckwith <ianb@debian.org>
30            2006-2008 Daniel Baumann <daniel@debian.org>
31 License: GPL-2
32
33 Files: modules/*
34 Copyright: 2002-2007 Free Software Foundation, Inc.
35 License: other
36   From modules/README:
37   > All the files in this directory are distributed under the following copyright:
38   >
39   > Copyright (C) 2002-2007 Free Software Foundation, Inc.
40   > Copying and distribution of this file, with or without modification,
41   > in any medium, are permitted without royalty provided the copyright
42   > notice and this notice are preserved.
43   .
44   From modules/COPYING:
45   > The files in this directory describe the gnulib modules.
46   > The following copyright notice applies to each of these
47   > description files.
48   >
49   > Copyright (C) 2006 Free Software Foundation, Inc.
50   > This file is free software; the Free Software Foundation
51   > gives unlimited permission to copy and/or distribute it,
52   > with or without modifications, as long as this notice is preserved.