1 This package was debianized by Fathi Boudra <fboudra@free.fr> on
2 Wed, 27 Dec 2006 17:30:35 +0100.
4 It was downloaded from http://www.citadel.org
6 Upstream Authors (the citadel development team):
28 Copyright: (C) 1987-2006 Citadel development team
30 Copyright for CRC16: (C) 2002-2003 Indigo Systems Corporation
32 Copyright for MD5 implementation: (C) 1993 Colin Plumb
34 Copyright for RFC 2739 openldap schema:
35 (C) 2000 The Internet Society
36 (C) 2004 Martin Konold <martin.konold@erfrakon.de>
37 (C) 2006 Art Cancro <ajc@uncensored.citadel.org>
41 Redistribution and use in source and binary forms, with or without
42 modification, are permitted provided that the following conditions are met:
44 Redistributions of source code must retain the above copyright notice, this
45 list of conditions and the following disclaimer.
47 Redistributions in binary form must reproduce the above copyright notice,
48 this list of conditions and the following disclaimer in the documentation
49 and/or other materials provided with the distribution.
51 Neither the name of the Indigo Systems Corporation nor the names of its
52 contributors may be used to endorse or promote products derived from this
53 software without specific prior written permission.
55 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
56 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
58 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
59 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
60 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
61 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
62 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
63 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
64 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
65 THE POSSIBILITY OF SUCH DAMAGE.
69 This code was written by Colin Plumb in 1993, no copyright is claimed.
70 This code is in the public domain; do with it what you wish.
72 RFC 2739 openldap schema license:
74 This document and translations of it may be copied and furnished to
75 others, and derivative works that comment on or otherwise explain it
76 or assist in its implementation may be prepared, copied, published
77 and distributed, in whole or in part, without restriction of any
78 kind, provided that the above copyright notice and this paragraph are
79 included on all such copies and derivative works. However, this
80 document itself may not be modified in any way, such as by removing
81 the copyright notice or references to the Internet Society or other
82 Internet organizations, except as needed for the purpose of
83 developing Internet standards in which case the procedures for
84 copyrights defined in the Internet Standards process must be
85 followed, or as required to translate it into languages other than
88 The limited permissions granted above are perpetual and will not be
89 revoked by the Internet Society or its successors or assigns.
91 This document and the information contained herein is provided on an
92 "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
93 TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
94 BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
95 HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
96 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
100 This package is free software; you can redistribute it and/or modify
101 it under the terms of the GNU General Public License as published by
102 the Free Software Foundation; either version 2 of the License, or
103 (at your option) any later version.
105 This package is distributed in the hope that it will be useful,
106 but WITHOUT ANY WARRANTY; without even the implied warranty of
107 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
108 GNU General Public License for more details.
110 You should have received a copy of the GNU General Public License
111 along with this package; if not, write to the Free Software
112 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
114 * In addition, as a special exception, the copyright holders give
115 * permission to link the code of portions of this program with the
116 * OpenSSL library under certain conditions as described in each
117 * individual source file, and distribute linked combinations
119 * You must obey the GNU General Public License in all respects
120 * for all of the code used other than OpenSSL. If you modify
121 * file(s) with this exception, you may extend this exception to your
122 * version of the file(s), but you are not obligated to do so. If you
123 * do not wish to do so, delete this exception statement from your
124 * version. If you delete this exception statement from all source
125 * files in the program, then also delete it here.
127 On Debian systems, the complete text of the GNU General
128 Public License can be found in `/usr/share/common-licenses/GPL'.
130 The Debian packaging is (C) 2006-2008, Debian Citadel Team <pkg-citadel-devel@lists.alioth.debian.org> and
131 is licensed under the GPL, see above.