Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: bug-gnulib@gnu.org Source: Stable snapshot page: http://erislabs.net/ianb/projects/gnulib Homepage: http://www.gnu.org/software/gnulib/ Stable git: git://erislabs.net/gnulib.git Upstream git: git://git.savannah.gnu.org/gnulib.git License: The files in here are mostly copyright (C) Free Software Foundation, and are under assorted licenses. Mostly, but not entirely, GPL. . Many modules are provided dual-license, either GPL or LGPL at your option. The headers of files in the lib directory (e.g., lib/error.c) state GPL for convenience, since the bulk of current gnulib users are GPL'd programs. But the files in the modules directory (e.g., modules/error) state the true license of each file, and when you use 'gnulib-tool --lgpl --import ', gnulib-tool either rewrites the files to have an LGPL header as part of copying them from gnulib to your project directory, or fails because the modules you requested were not licensed under LGPL. . Some of the source files in lib/ have different licenses. Also, the copy of maintain.texi in doc/ has a verbatim-copying license, and doc/standards.texi and make-stds.texi are GFDL. . Detailed copyright information follows, see debian/clscan/README in the gnulib source package for information on updating this. Files: debian/git-merge-changelog.pod Copyright: 2008-2010 Bruno Haible 2014 Ian Beckwith License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . Files: debian/* Copyright: 2009-2014 Ian Beckwith 2006-2008 Daniel Baumann License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Files: modules/* Copyright: 2002-2014 Free Software Foundation, Inc. License: other From modules/README: > All the files in this directory are distributed under the following copyright: > > Copyright (C) 2002-2014 Free Software Foundation, Inc. > Copying and distribution of this file, with or without modification, > in any medium, are permitted without royalty provided the copyright > notice and this notice are preserved. . From modules/COPYING: > The following copyright notice applies to each of these > description files. > > Copyright (C) 2002-2014 Free Software Foundation, Inc. > This file is free software; the Free Software Foundation > gives unlimited permission to copy and/or distribute it, > with or without modifications, as long as this notice is preserved.