Imported Upstream version 1.7.6p1
[debian/sudo] / LICENSE
1 Sudo is distributed under the following ISC-style license:
2
3    Copyright (c) 1994-1996, 1998-2011
4         Todd C. Miller <Todd.Miller@courtesan.com>
5
6    Permission to use, copy, modify, and distribute this software for any
7    purpose with or without fee is hereby granted, provided that the above
8    copyright notice and this permission notice appear in all copies.
9
10    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
18    Sponsored in part by the Defense Advanced Research Projects
19    Agency (DARPA) and Air Force Research Laboratory, Air Force
20    Materiel Command, USAF, under agreement number F39502-99-1-0512.
21
22 The files fnmatch.c, fnmatch.h, getcwd.c, glob.c, glob.h and snprintf.c
23 bear the following UCB license:
24
25    Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994
26         The Regents of the University of California.  All rights reserved.
27
28    Redistribution and use in source and binary forms, with or without
29    modification, are permitted provided that the following conditions
30    are met:
31    1. Redistributions of source code must retain the above copyright
32       notice, this list of conditions and the following disclaimer.
33    2. Redistributions in binary form must reproduce the above copyright
34       notice, this list of conditions and the following disclaimer in the
35       documentation and/or other materials provided with the distribution.
36    3. Neither the name of the University nor the names of its contributors
37       may be used to endorse or promote products derived from this software
38       without specific prior written permission.
39
40    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
41    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
44    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50    SUCH DAMAGE.
51
52 The files nonunix.h and vasgroups.c bear the following license:
53
54    Copyright (c) 2006 Quest Software, Inc.  All rights reserved.
55
56    Redistribution and use in source and binary forms, with or without
57    modification, are permitted provided that the following conditions are met:
58
59    1. Redistributions of source code must retain the above copyright notice,
60       this list of conditions and the following disclaimer.
61    2. Redistributions in binary form must reproduce the above copyright
62       notice, this list of conditions and the following disclaimer in the
63       documentation and/or other materials provided with the distribution.
64    3. Neither the name of Quest Software, Inc. nor the names of its
65       contributors may be used to endorse or promote products derived from
66       this software without specific prior written permission.
67
68    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
69    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
70    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
71    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
72    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
73    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
74    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
75    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
76    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
77    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
78    POSSIBILITY OF SUCH DAMAGE.
79
80 The embedded copy of zlib bears the following license:
81
82   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
83
84   This software is provided 'as-is', without any express or implied
85   warranty.  In no event will the authors be held liable for any damages
86   arising from the use of this software.
87
88   Permission is granted to anyone to use this software for any purpose,
89   including commercial applications, and to alter it and redistribute it
90   freely, subject to the following restrictions:
91
92   1. The origin of this software must not be misrepresented; you must not
93      claim that you wrote the original software. If you use this software
94      in a product, an acknowledgment in the product documentation would be
95      appreciated but is not required.
96   2. Altered source versions must be plainly marked as such, and must not be
97      misrepresented as being the original software.
98   3. This notice may not be removed or altered from any source distribution.
99
100   Jean-loup Gailly        Mark Adler
101   jloup@gzip.org          madler@alumni.caltech.edu