Whamcloud - gitweb
debian/copyright: update the debian copyright file
authorTheodore Ts'o <tytso@mit.edu>
Sun, 25 Sep 2011 05:20:41 +0000 (01:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 25 Sep 2011 05:55:28 +0000 (01:55 -0400)
Fix up the debian/copyright file so it contains the full information
of the licenses used by all of the libraries.  Also use a single
copyright file for e2fsprogs and e2fslibs, to make sure they are kept
in sync.

Addresses-Debian-Bug: #614662

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/copyright [new file with mode: 0644]
debian/e2fslibs.copyright [deleted file]
debian/e2fsprogs.copyright [deleted file]
debian/rules

diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..94a4d62
--- /dev/null
@@ -0,0 +1,73 @@
+This is the Debian GNU/Linux prepackaged version of the EXT2 file
+system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
+written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
+
+Sources were obtained from http://sourceforge.net/projects/e2fsprogs
+
+Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso@mit.edu>
+             Copyright (c) 1997-2003 Yann Dirson <dirson@debian.org>
+            Copyright (c) 2001 Alcove <http://www.alcove.com/>
+            Copyright (c) 1997 Klee Dienes
+            Copyright (c) 1995-1996 Michael Nonweiler <mrn20@cam.ac.uk>
+
+Upstream Author: Theodore Ts'o <tytso@mit.edu>
+
+Copyright notice:
+
+This package, the EXT2 filesystem utilities, are made available under
+the GNU Public License version 2, with the exception of the lib/ext2fs
+and lib/e2p libraries, which are made available under the GNU Library
+General Public License Version 2, the lib/uuid library which is made
+available under a BSD-style license and the lib/et and lib/ss
+libraries which are made available under an MIT-style license.
+
+       Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
+       2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
+
+On Debian GNU systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL-2'.  The
+complete text of the GNU Library General Public License can be found
+in '/usr/share/common-licenses/LGPL-2'.
+
+
+The license used for lib/et and lib/ss libraries is:
+
+   Copyright 1987 by the Student Information Processing Board
+   of the Massachusetts Institute of Technology
+
+   Permission to use, copy, modify, and distribute this software and
+   its documentation for any purpose is hereby granted, provided that
+   the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
+   advertising or publicity pertaining to distribution of the software
+   without specific, written prior permission.  M.I.T. and the
+   M.I.T. S.I.P.B. make no representations about the suitability of
+   this software for any purpose.  It is provided "as is" without
+   express or implied warranty.
+
+The license used for lib/uuid is:
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+   1. Redistributions of source code must retain the above copyright
+      notice, and the entire permission notice in its entirety,
+      including the disclaimer of warranties.
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+   3. The name of the author may not be used to endorse or promote
+      products derived from this software without specific prior
+      written permission.
+
+   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
+   WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
+   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+   USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
+   DAMAGE.
diff --git a/debian/e2fslibs.copyright b/debian/e2fslibs.copyright
deleted file mode 100644 (file)
index 5fa3af0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-This is the Debian GNU/Linux prepackaged version of the EXT2 file
-system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
-written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
-
-Sources were obtained from http://sourceforge.net/projects/e2fsprogs
-
-Packaging is copyright (c) 2003 Theodore Ts'o <tytso@mit.edu>
-             copyright (c) 1997-2003 Yann Dirson <dirson@debian.org>
-            copyright (c) 2001 Alcove <http://www.alcove.com/>
-            copyright (c) 1997 Klee Dienes
-            copyright (c) 1995-1996 Michael Nonweiler <mrn20@cam.ac.uk>
-
-Upstream Author: Theodore Ts'o <tytso@mit.edu>
-
-Copyright notice:
-
-This package, the EXT2 filesystem libraries, are protected by the GNU
-Public License.
-
-       Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-       2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
-
-On Debian GNU systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
diff --git a/debian/e2fsprogs.copyright b/debian/e2fsprogs.copyright
deleted file mode 100644 (file)
index def0a6e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-This is the Debian GNU/Linux prepackaged version of the EXT2 file
-system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
-written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
-
-Sources were obtained from http://sourceforge.net/projects/e2fsprogs
-
-Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso@mit.edu>
-             Copyright (c) 1997-2003 Yann Dirson <dirson@debian.org>
-            Copyright (c) 2001 Alcove <http://www.alcove.com/>
-            Copyright (c) 1997 Klee Dienes
-            Copyright (c) 1995-1996 Michael Nonweiler <mrn20@cam.ac.uk>
-
-Upstream Author: Theodore Ts'o <tytso@mit.edu>
-
-Copyright notice:
-
-This package, the EXT2 filesystem utilities, is protected by the GNU
-Public License.
-
-       Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
-       2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
-
-On Debian GNU systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
index c70251a..84643b5 100755 (executable)
@@ -550,17 +550,16 @@ endif
        done
 endif
 
-       $(INSTALL) -p -m 0644 debian/e2fsprogs.copyright \
-               ${debugdir}/usr/share/doc/e2fsprogs-dbg/copyright
+       for i in e2fsprogs e2fsprogs-dbg e2fslibs e2fslibs-dbg; do \
+          $(INSTALL) -p -m 0644 debian/copyright \
+               ${debdir}/$$i/usr/share/doc/$$i/copyright; \
+       done
 
 ifneq ($(UTIL_LINUX_NG),yes)
        $(INSTALL) -p -m 0644 debian/uuid-runtime.copyright \
                ${uuidruntimedbgdir}/usr/share/doc/uuid-runtime-dbg/copyright
 endif
 
-       $(INSTALL) -p -m 0644 debian/e2fslibs.copyright \
-               ${libext2dbgdir}/usr/share/doc/e2fslibs-dbg/copyright
-
        $(INSTALL) -p -m 0644 debian/libcomerr2.copyright \
                ${libcomerrdbgdir}/usr/share/doc/libcomerr2-dbg/copyright