File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / sudo / doc / LICENSE
Revision 1.1.1.5 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:12:54 2014 UTC (10 years, 1 month ago) by misho
Branches: sudo, MAIN
CVS tags: v1_8_10p3_0, v1_8_10p3, HEAD
sudo v 1.8.10p3

    1: Sudo is distributed under the following license:
    2: 
    3:    Copyright (c) 1994-1996, 1998-2014
    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 file redblack.c bears the following license:
   23: 
   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, snprintf.c and queue.h bear the
   45: following license:
   46: 
   47:    Copyright (c) 1989, 1990, 1991, 1993
   48:         The Regents of the University of California.  All rights reserved.
   49: 
   50:    Redistribution and use in source and binary forms, with or without
   51:    modification, are permitted provided that the following conditions
   52:    are met:
   53:    1. Redistributions of source code must retain the above copyright
   54:       notice, this list of conditions and the following disclaimer.
   55:    2. Redistributions in binary form must reproduce the above copyright
   56:       notice, this list of conditions and the following disclaimer in the
   57:       documentation and/or other materials provided with the distribution.
   58:    3. Neither the name of the University nor the names of its contributors
   59:       may be used to endorse or promote products derived from this software
   60:       without specific prior written permission.
   61: 
   62:    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   63:    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   64:    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   65:    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   66:    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   67:    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   68:    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   69:    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   70:    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   71:    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   72:    SUCH DAMAGE.
   73: 
   74: The file fnmatch.c bears the following license:
   75: 
   76:    Copyright (c) 2011, VMware, Inc.
   77:    All rights reserved.
   78:    
   79:    Redistribution and use in source and binary forms, with or without
   80:    modification, are permitted provided that the following conditions are met:
   81:        * Redistributions of source code must retain the above copyright
   82:          notice, this list of conditions and the following disclaimer.
   83:        * Redistributions in binary form must reproduce the above copyright
   84:          notice, this list of conditions and the following disclaimer in the
   85:          documentation and/or other materials provided with the distribution.
   86:        * Neither the name of the VMware, Inc. nor the names of its contributors
   87:          may be used to endorse or promote products derived from this software
   88:          without specific prior written permission.
   89:    
   90:    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   91:    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   92:    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   93:    ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
   94:    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   95:    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   96:    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   97:    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   98:    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   99:    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  100: 
  101: The file getopt_long.c bears the following license:
  102: 
  103: /*-
  104:  * Copyright (c) 2000 The NetBSD Foundation, Inc.
  105:  * All rights reserved.
  106:  *
  107:  * This code is derived from software contributed to The NetBSD Foundation
  108:  * by Dieter Baron and Thomas Klausner.
  109:  *
  110:  * Redistribution and use in source and binary forms, with or without
  111:  * modification, are permitted provided that the following conditions
  112:  * are met:
  113:  * 1. Redistributions of source code must retain the above copyright
  114:  *    notice, this list of conditions and the following disclaimer.
  115:  * 2. Redistributions in binary form must reproduce the above copyright
  116:  *    notice, this list of conditions and the following disclaimer in the
  117:  *    documentation and/or other materials provided with the distribution.
  118:  *
  119:  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  120:  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  121:  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  122:  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
  123:  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  124:  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  125:  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  126:  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  127:  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  128:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  129:  * POSSIBILITY OF SUCH DAMAGE.
  130:  */
  131: 
  132: The file inet_pton.c bears the following license:
  133: 
  134: /* Copyright (c) 1996 by Internet Software Consortium.
  135:  *
  136:  * Permission to use, copy, modify, and distribute this software for any
  137:  * purpose with or without fee is hereby granted, provided that the above
  138:  * copyright notice and this permission notice appear in all copies.
  139:  *
  140:  * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  141:  * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  142:  * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  143:  * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  144:  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  145:  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  146:  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  147:  * SOFTWARE.
  148:  */
  149: 
  150: The embedded copy of zlib bears the following license:
  151: 
  152:   Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
  153: 
  154:   This software is provided 'as-is', without any express or implied
  155:   warranty.  In no event will the authors be held liable for any damages
  156:   arising from the use of this software.
  157: 
  158:   Permission is granted to anyone to use this software for any purpose,
  159:   including commercial applications, and to alter it and redistribute it
  160:   freely, subject to the following restrictions:
  161: 
  162:   1. The origin of this software must not be misrepresented; you must not
  163:      claim that you wrote the original software. If you use this software
  164:      in a product, an acknowledgment in the product documentation would be
  165:      appreciated but is not required.
  166:   2. Altered source versions must be plainly marked as such, and must not be
  167:      misrepresented as being the original software.
  168:   3. This notice may not be removed or altered from any source distribution.
  169: 
  170:   Jean-loup Gailly        Mark Adler
  171:   jloup@gzip.org          madler@alumni.caltech.edu

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