components/sudo/sudo.license
branchs11-update
changeset 3208 73ff78fac05b
parent 2568 f402d954b15b
child 5497 862a4276da0f
equal deleted inserted replaced
3205:0991d62b193d 3208:73ff78fac05b
     1 
     1 
     2 Copyright (c) 2012-2013 Todd C. Miller <[email protected]>
       
     3 Copyright (c) 2009 Christian S.J. Peron
     2 Copyright (c) 2009 Christian S.J. Peron
       
     3 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
     4 
     4 
     5 Sudo is distributed under the following license:
     5 Sudo is distributed under the following license:
     6 
     6 
     7    Copyright (c) 1994-1996, 1998-2012
     7    Copyright (c) 1994-1996, 1998-2014
     8         Todd C. Miller <[email protected]>
     8         Todd C. Miller <[email protected]>
     9 
     9 
    10    Permission to use, copy, modify, and distribute this software for any
    10    Permission to use, copy, modify, and distribute this software for any
    11    purpose with or without fee is hereby granted, provided that the above
    11    purpose with or without fee is hereby granted, provided that the above
    12    copyright notice and this permission notice appear in all copies.
    12    copyright notice and this permission notice appear in all copies.
    20    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    20    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    21 
    21 
    22    Sponsored in part by the Defense Advanced Research Projects
    22    Sponsored in part by the Defense Advanced Research Projects
    23    Agency (DARPA) and Air Force Research Laboratory, Air Force
    23    Agency (DARPA) and Air Force Research Laboratory, Air Force
    24    Materiel Command, USAF, under agreement number F39502-99-1-0512.
    24    Materiel Command, USAF, under agreement number F39502-99-1-0512.
       
    25 
       
    26 
       
    27 
    25 
    28 
    26 The file redblack.c bears the following license:
    29 The file redblack.c bears the following license:
    27 
    30 
    28    Copyright (c) 2001 Emin Martinian
    31    Copyright (c) 2001 Emin Martinian
    29   
    32   
    43    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    46    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    44    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    47    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    45    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    48    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    46    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    49    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    47 
    50 
    48 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
    51 
       
    52 
       
    53 
       
    54 The files include/queue.h, getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
    49 
    55 
    50    Copyright (c) 1989, 1990, 1991, 1993
    56    Copyright (c) 1989, 1990, 1991, 1993
    51         The Regents of the University of California.  All rights reserved.
    57         The Regents of the University of California.  All rights reserved.
    52 
    58 
    53    Redistribution and use in source and binary forms, with or without
    59    Redistribution and use in source and binary forms, with or without
    72    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    78    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    73    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    79    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    74    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    80    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    75    SUCH DAMAGE.
    81    SUCH DAMAGE.
    76 
    82 
       
    83 
       
    84 
       
    85 
    77 The file fnmatch.c bears the following license:
    86 The file fnmatch.c bears the following license:
    78 
    87 
    79    Copyright (c) 2011, VMware, Inc.
    88    Copyright (c) 2011, VMware, Inc.
    80    All rights reserved.
    89    All rights reserved.
    81    
    90    
    99    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   108    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   100    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   109    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   101    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   110    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   102    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   111    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   103 
   112 
       
   113 
       
   114 
       
   115 
   104 The embedded copy of zlib bears the following license:
   116 The embedded copy of zlib bears the following license:
   105 
   117 
   106   Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
   118   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
   107 
   119 
   108   This software is provided 'as-is', without any express or implied
   120   This software is provided 'as-is', without any express or implied
   109   warranty.  In no event will the authors be held liable for any damages
   121   warranty.  In no event will the authors be held liable for any damages
   110   arising from the use of this software.
   122   arising from the use of this software.
   111 
   123 
   121      misrepresented as being the original software.
   133      misrepresented as being the original software.
   122   3. This notice may not be removed or altered from any source distribution.
   134   3. This notice may not be removed or altered from any source distribution.
   123 
   135 
   124   Jean-loup Gailly        Mark Adler
   136   Jean-loup Gailly        Mark Adler
   125   [email protected]          [email protected]
   137   [email protected]          [email protected]
       
   138 
       
   139 
       
   140 
       
   141 
       
   142 The files compat/getopt.h, compat/getopt_long.c have the following license:
       
   143 
       
   144 Copyright (c) 2000 The NetBSD Foundation, Inc.
       
   145 All rights reserved.
       
   146 
       
   147 This code is derived from software contributed to The NetBSD Foundation
       
   148 by Dieter Baron and Thomas Klausner.
       
   149 
       
   150 Redistribution and use in source and binary forms, with or without
       
   151 modification, are permitted provided that the following conditions
       
   152 are met:
       
   153 1. Redistributions of source code must retain the above copyright
       
   154    notice, this list of conditions and the following disclaimer.
       
   155 2. Redistributions in binary form must reproduce the above copyright
       
   156    notice, this list of conditions and the following disclaimer in the
       
   157    documentation and/or other materials provided with the distribution.
       
   158 
       
   159 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
       
   160 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
       
   161 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   162 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
       
   163 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
   164 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
   165 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
   166 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
   167 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   168 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
   169 POSSIBILITY OF SUCH DAMAGE.
       
   170 
       
   171 
       
   172 
       
   173 
       
   174 The file m4/ax_func_getaddrinfo.m4:
       
   175 Placed in the public domain by Todd C. Miller on November 20, 2013.
       
   176 
       
   177 
       
   178 
       
   179 
       
   180 The file m4/ax_func_snprintf.m4:
       
   181 Copyright (c) 2008 Ruediger Kuhlmann <[email protected]>
       
   182 
       
   183 Copying and distribution of this file, with or without modification, are
       
   184 permitted in any medium without royalty provided the copyright notice
       
   185 and this notice are preserved. This file is offered as-is, without any
       
   186 warranty.