components/sudo/sudo.license
changeset 279 c6af843791cd
child 447 7ca7b95abd2f
equal deleted inserted replaced
278:77b380ba9d84 279:c6af843791cd
       
     1 Sudo is distributed under the following ISC-style license:
       
     2 
       
     3    Copyright (c) 1994-1996, 1998-2010
       
     4         Todd C. Miller <[email protected]>
       
     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 Additionally, 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 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.