[BACK]Return to LICENSE CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Annotation of src/usr.bin/sudo/LICENSE, Revision 1.3.6.1

1.1       millert     1: Sudo is distributed under the following BSD-style license:
                      2:
1.3.6.1 ! millert     3:    Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
1.2       millert     4:    All rights reserved.
                      5:
                      6:    Redistribution and use in source and binary forms, with or without
                      7:    modification, are permitted provided that the following conditions
                      8:    are met:
                      9:
                     10:    1. Redistributions of source code must retain the above copyright
                     11:       notice, this list of conditions and the following disclaimer.
                     12:
                     13:    2. Redistributions in binary form must reproduce the above copyright
                     14:       notice, this list of conditions and the following disclaimer in the
                     15:       documentation and/or other materials provided with the distribution.
                     16:
                     17:    3. The name of the author may not be used to endorse or promote products
                     18:       derived from this software without specific prior written permission
                     19:       from the author.
                     20:
                     21:    4. Products derived from this software may not be called "Sudo" nor
                     22:       may "Sudo" appear in their names without specific prior written
                     23:       permission from the author.
                     24:
                     25:    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
                     26:    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
                     27:    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
                     28:    THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
                     29:    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
                     30:    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
                     31:    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
                     32:    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
                     33:    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
                     34:    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                     35:
1.1       millert    36:
                     37: Additionally, lsearch.c, fnmatch.c, getcwd.c, snprintf.c, strcasecmp.c
                     38: and fnmatch.3 bear the following UCB license:
                     39:
1.2       millert    40:    Copyright (c) 1987, 1989, 1990, 1991, 1993, 1994
                     41:        The Regents of the University of California.  All rights reserved.
                     42:
                     43:    Redistribution and use in source and binary forms, with or without
                     44:    modification, are permitted provided that the following conditions
                     45:    are met:
                     46:    1. Redistributions of source code must retain the above copyright
                     47:       notice, this list of conditions and the following disclaimer.
                     48:    2. Redistributions in binary form must reproduce the above copyright
                     49:       notice, this list of conditions and the following disclaimer in the
                     50:       documentation and/or other materials provided with the distribution.
                     51:    3. Neither the name of the University nor the names of its contributors
                     52:       may be used to endorse or promote products derived from this software
                     53:       without specific prior written permission.
                     54:
                     55:    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     56:    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     57:    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     58:    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     59:    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     60:    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     61:    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     62:    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     63:    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     64:    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     65:    SUCH DAMAGE.