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