Whamcloud - gitweb
debian: add support for DEB_BUILD_OPTIONS=parallel=N
[tools/e2fsprogs.git] / debian / copyright
1 This is the Debian GNU/Linux prepackaged version of the EXT2 file
2 system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
3 written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
4
5 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
6
7 Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso@mit.edu>
8              Copyright (c) 1997-2003 Yann Dirson <dirson@debian.org>
9              Copyright (c) 2001 Alcove <http://www.alcove.com/>
10              Copyright (c) 1997 Klee Dienes
11              Copyright (c) 1995-1996 Michael Nonweiler <mrn20@cam.ac.uk>
12
13 Upstream Author: Theodore Ts'o <tytso@mit.edu>
14
15 Copyright notice:
16
17 This package, the EXT2 filesystem utilities, are made available under
18 the GNU General Public License version 2, with the exception of the
19 lib/ext2fs and lib/e2p libraries, which are made available under the
20 GNU Library General Public License Version 2, the lib/uuid library
21 which is made available under a BSD-style license and the lib/et and
22 lib/ss libraries which are made available under an MIT-style license.
23
24         Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
25         2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
26
27 On Debian GNU systems, the complete text of the GNU General Public
28 License can be found in `/usr/share/common-licenses/GPL-2'.  The
29 complete text of the GNU Library General Public License can be found
30 in '/usr/share/common-licenses/LGPL-2'.
31
32
33 The license used for lib/et and lib/ss libraries is:
34
35    Copyright 1987 by the Student Information Processing Board
36    of the Massachusetts Institute of Technology
37
38    Permission to use, copy, modify, and distribute this software and
39    its documentation for any purpose is hereby granted, provided that
40    the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
41    advertising or publicity pertaining to distribution of the software
42    without specific, written prior permission.  M.I.T. and the
43    M.I.T. S.I.P.B. make no representations about the suitability of
44    this software for any purpose.  It is provided "as is" without
45    express or implied warranty.
46
47 The license used for lib/uuid is:
48
49    Redistribution and use in source and binary forms, with or without
50    modification, are permitted provided that the following conditions
51    are met:
52    1. Redistributions of source code must retain the above copyright
53       notice, and the entire permission notice in its entirety,
54       including the disclaimer of warranties.
55    2. Redistributions in binary form must reproduce the above copyright
56       notice, this list of conditions and the following disclaimer in the
57       documentation and/or other materials provided with the distribution.
58    3. The name of the author may not be used to endorse or promote
59       products derived from this software without specific prior
60       written permission.
61
62    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
63    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
64    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
65    WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
66    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
67    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
68    OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
69    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
70    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
71    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
72    USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
73    DAMAGE.