have the sudo-ldap package init.d script be named sudo-ldap
[debian/sudo] / debian / copyright
1 This is the Debian GNU/Linux prepackaged version of sudo.  sudo is
2 used to provide limited super user privileges to specific users.
3
4 Bdale Garbee <bdale@gag.com> maintains this package using sources from 
5
6         http://www.sudo.ws/
7
8 Sudo is distributed under the following ISC-style license:
9
10    Copyright (c) 1994-1996, 1998-2008
11         Todd C. Miller <Todd.Miller@courtesan.com>
12
13    Permission to use, copy, modify, and distribute this software for any
14    purpose with or without fee is hereby granted, provided that the above
15    copyright notice and this permission notice appear in all copies.
16
17    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
20    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
22    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
23    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24
25    Sponsored in part by the Defense Advanced Research Projects
26    Agency (DARPA) and Air Force Research Laboratory, Air Force
27    Materiel Command, USAF, under agreement number F39502-99-1-0512.
28
29 Additionally, fnmatch.c, fnmatch.h, getcwd.c, glob.c, glob.h and snprintf.c
30 bear the following UCB license:
31
32    Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994
33         The Regents of the University of California.  All rights reserved.
34
35    Redistribution and use in source and binary forms, with or without
36    modification, are permitted provided that the following conditions
37    are met:
38    1. Redistributions of source code must retain the above copyright
39       notice, this list of conditions and the following disclaimer.
40    2. Redistributions in binary form must reproduce the above copyright
41       notice, this list of conditions and the following disclaimer in the
42       documentation and/or other materials provided with the distribution.
43    3. Neither the name of the University nor the names of its contributors
44       may be used to endorse or promote products derived from this software
45       without specific prior written permission.
46
47    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
48    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
49    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
50    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
51    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
52    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
53    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
56    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57    SUCH DAMAGE.