fix typo in changelog
[debian/sudo] / LICENSE
1 Sudo is distributed under the following ISC-style license:
2
3    Copyright (c) 1994-1996,1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
4
5    Permission to use, copy, modify, and distribute this software for any
6    purpose with or without fee is hereby granted, provided that the above
7    copyright notice and this permission notice appear in all copies.
8
9    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
17    Sponsored in part by the Defense Advanced Research Projects
18    Agency (DARPA) and Air Force Research Laboratory, Air Force
19    Materiel Command, USAF, under agreement number F39502-99-1-0512.
20
21 Additionally, fnmatch.c, fnmatch.h, getcwd.c, glob.c, glob.h, mkstemp.c
22 and snprintf.c bear the following UCB license:
23
24    Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994
25         The Regents of the University of California.  All rights reserved.
26
27    Redistribution and use in source and binary forms, with or without
28    modification, are permitted provided that the following conditions
29    are met:
30    1. Redistributions of source code must retain the above copyright
31       notice, this list of conditions and the following disclaimer.
32    2. Redistributions in binary form must reproduce the above copyright
33       notice, this list of conditions and the following disclaimer in the
34       documentation and/or other materials provided with the distribution.
35    3. Neither the name of the University nor the names of its contributors
36       may be used to endorse or promote products derived from this software
37       without specific prior written permission.
38
39    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
40    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49    SUCH DAMAGE.