Annotation of embedaddon/sudo/doc/LICENSE, revision 1.1.1.3
1.1.1.2 misho 1: Sudo is distributed under the following license:
1.1 misho 2:
1.1.1.3 ! misho 3: Copyright (c) 1994-1996, 1998-2013
1.1 misho 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:
1.1.1.2 misho 22: The file redblack.c bears the following license:
1.1 misho 23:
1.1.1.2 misho 24: Copyright (c) 2001 Emin Martinian
25:
26: Redistribution and use in source and binary forms, with or without
27: modification, are permitted provided that neither the name of Emin
28: Martinian nor the names of any contributors are be used to endorse or
29: promote products derived from this software without specific prior
30: written permission.
31:
32: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
35: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36: OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
38: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
39: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
40: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43:
44: The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
45:
46: Copyright (c) 1989, 1990, 1991, 1993
1.1 misho 47: The Regents of the University of California. All rights reserved.
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, this list of conditions and the following disclaimer.
54: 2. Redistributions in binary form must reproduce the above copyright
55: notice, this list of conditions and the following disclaimer in the
56: documentation and/or other materials provided with the distribution.
57: 3. Neither the name of the University nor the names of its contributors
58: may be used to endorse or promote products derived from this software
59: without specific prior written permission.
60:
61: THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
62: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
63: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
64: ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
65: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
66: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
67: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
68: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
70: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
71: SUCH DAMAGE.
72:
1.1.1.2 misho 73: The file fnmatch.c bears the following license:
74:
75: Copyright (c) 2011, VMware, Inc.
76: All rights reserved.
77:
78: Redistribution and use in source and binary forms, with or without
79: modification, are permitted provided that the following conditions are met:
80: * Redistributions of source code must retain the above copyright
81: notice, this list of conditions and the following disclaimer.
82: * Redistributions in binary form must reproduce the above copyright
83: notice, this list of conditions and the following disclaimer in the
84: documentation and/or other materials provided with the distribution.
85: * Neither the name of the VMware, Inc. nor the names of its contributors
86: may be used to endorse or promote products derived from this software
87: without specific prior written permission.
88:
89: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
90: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
91: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
92: ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
93: ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
94: (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
95: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
96: ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
97: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
98: THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99:
1.1 misho 100: The embedded copy of zlib bears the following license:
101:
1.1.1.2 misho 102: Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
1.1 misho 103:
104: This software is provided 'as-is', without any express or implied
105: warranty. In no event will the authors be held liable for any damages
106: arising from the use of this software.
107:
108: Permission is granted to anyone to use this software for any purpose,
109: including commercial applications, and to alter it and redistribute it
110: freely, subject to the following restrictions:
111:
112: 1. The origin of this software must not be misrepresented; you must not
113: claim that you wrote the original software. If you use this software
114: in a product, an acknowledgment in the product documentation would be
115: appreciated but is not required.
116: 2. Altered source versions must be plainly marked as such, and must not be
117: misrepresented as being the original software.
118: 3. This notice may not be removed or altered from any source distribution.
119:
120: Jean-loup Gailly Mark Adler
121: jloup@gzip.org madler@alumni.caltech.edu
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>