Annotation of embedaddon/sudo/doc/LICENSE, revision 1.1

1.1     ! misho       1: Sudo is distributed under the following ISC-style license:
        !             2: 
        !             3:    Copyright (c) 1994-1996, 1998-2011
        !             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: 
        !            22: The files 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: The embedded copy of zlib bears the following license:
        !            53: 
        !            54:   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
        !            55: 
        !            56:   This software is provided 'as-is', without any express or implied
        !            57:   warranty.  In no event will the authors be held liable for any damages
        !            58:   arising from the use of this software.
        !            59: 
        !            60:   Permission is granted to anyone to use this software for any purpose,
        !            61:   including commercial applications, and to alter it and redistribute it
        !            62:   freely, subject to the following restrictions:
        !            63: 
        !            64:   1. The origin of this software must not be misrepresented; you must not
        !            65:      claim that you wrote the original software. If you use this software
        !            66:      in a product, an acknowledgment in the product documentation would be
        !            67:      appreciated but is not required.
        !            68:   2. Altered source versions must be plainly marked as such, and must not be
        !            69:      misrepresented as being the original software.
        !            70:   3. This notice may not be removed or altered from any source distribution.
        !            71: 
        !            72:   Jean-loup Gailly        Mark Adler
        !            73:   jloup@gzip.org          madler@alumni.caltech.edu

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>