clean heimbase.
[heimdal.git] / doc / copyright.texi
blob0035bf29e595cb28ed5a3bfc476351cee7b4556b
2 @macro copynext{} 
3 @vskip 20pt plus 1fil
4 @end macro
6 @macro copyrightstart{}
7 @end macro
9 @macro copyrightend{}
10 @end macro
13 @node  Copyrights and Licenses, , Acknowledgments, Top
14 @comment  node-name,  next,  previous,  up
15 @appendix Copyrights and Licenses
17 @heading Kungliga Tekniska Högskolan
19 @copyrightstart
20 @verbatim
22 Copyright (c) 1997-2008 Kungliga Tekniska Högskolan 
23 (Royal Institute of Technology, Stockholm, Sweden).
24 All rights reserved.
26 Portions Copyright (c) 2009 Apple Inc. All rights reserved.
28 Redistribution and use in source and binary forms, with or without
29 modification, are permitted provided that the following conditions
30 are met:
32 1. Redistributions of source code must retain the above copyright
33    notice, this list of conditions and the following disclaimer.
35 2. Redistributions in binary form must reproduce the above copyright
36    notice, this list of conditions and the following disclaimer in the
37    documentation and/or other materials provided with the distribution.
39 3. Neither the name of the Institute nor the names of its contributors
40    may be used to endorse or promote products derived from this software
41    without specific prior written permission.
43 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
44 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46 ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
47 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
51 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
52 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53 SUCH DAMAGE.
55 @end verbatim
56 @copynext
58 @heading Massachusetts Institute of Technology
60 The parts of the libtelnet that handle Kerberos.
62 @verbatim
64 Copyright (C) 1990 by the Massachusetts Institute of Technology
66 Export of this software from the United States of America may
67 require a specific license from the United States Government.
68 It is the responsibility of any person or organization contemplating
69 export to obtain such a license before exporting.
71 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
72 distribute this software and its documentation for any purpose and
73 without fee is hereby granted, provided that the above copyright
74 notice appear in all copies and that both that copyright notice and
75 this permission notice appear in supporting documentation, and that
76 the name of M.I.T. not be used in advertising or publicity pertaining
77 to distribution of the software without specific, written prior
78 permission.  M.I.T. makes no representations about the suitability of
79 this software for any purpose.  It is provided "as is" without express
80 or implied warranty.
82 @end verbatim
83 @copynext
85 @heading The Regents of the University of California
87 The parts of the libroken, most of libtelnet, libeditline, telnet, ftp,
88 and popper.
90 @verbatim
92 Copyright (c) 1988, 1990, 1993
93      The Regents of the University of California.  All rights reserved.
95 Redistribution and use in source and binary forms, with or without
96 modification, are permitted provided that the following conditions
97 are met:
99 1. Redistributions of source code must retain the above copyright
100    notice, this list of conditions and the following disclaimer.
102 2. Redistributions in binary form must reproduce the above copyright
103    notice, this list of conditions and the following disclaimer in the
104    documentation and/or other materials provided with the distribution.
106 3. Neither the name of the University nor the names of its contributors
107    may be used to endorse or promote products derived from this software
108    without specific prior written permission.
110 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
111 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
112 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
113 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
114 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
115 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
116 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
117 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
118 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
119 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
120 SUCH DAMAGE.
122 @end verbatim
123 @copynext
125 @heading Simmule Turner and Rich Salz
127 libeditline
129 This is a modified version of libeditline and the bugs we introduced
130 are our own.
132 @verbatim
134 Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved. 
136 This software is not subject to any license of the American Telephone 
137 and Telegraph Company or of the Regents of the University of California. 
139 Permission is granted to anyone to use this software for any purpose on
140 any computer system, and to alter it and redistribute it freely, subject
141 to the following restrictions:
143 1. The authors are not responsible for the consequences of use of this
144    software, no matter how awful, even if they arise from flaws in it.
146 2. The origin of this software must not be misrepresented, either by
147    explicit claim or by omission.  Since few users ever read sources,
148    credits must appear in the documentation.
150 3. Altered versions must be plainly marked as such, and must not be
151    misrepresented as being the original software.  Since few users
152    ever read sources, credits must appear in the documentation.
154 4. This notice may not be removed or altered.
156 @end verbatim
157 @copynext
159 @heading TomsFastMath / LibTomMath
161 Tom's fast math (bignum support) and LibTomMath
163 @verbatim
165 LibTomMath is hereby released into the Public Domain.  
167 @end verbatim 
169 @copynext
171 @heading Doug Rabson
173 GSS-API mechglue layer.
175 @verbatim
177 Copyright (c) 2005 Doug Rabson
178 All rights reserved.
180 Redistribution and use in source and binary forms, with or without
181 modification, are permitted provided that the following conditions
182 are met:
183 1. Redistributions of source code must retain the above copyright
184    notice, this list of conditions and the following disclaimer.
185 2. Redistributions in binary form must reproduce the above copyright
186    notice, this list of conditions and the following disclaimer in the
187    documentation and/or other materials provided with the distribution.
189 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
190 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
191 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
192 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
193 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
194 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
195 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
196 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
197 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
198 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
199 SUCH DAMAGE.
201 @end verbatim
202 @copynext
204 @heading PADL Software Pty Ltd
206 @table @asis
207 @item CFX implementation for GSS-API krb5 mech.
208 @item KCM credential cache.
209 @end table
211 @verbatim
213 Copyright (c) 2003, PADL Software Pty Ltd.
214 All rights reserved.
216 Redistribution and use in source and binary forms, with or without
217 modification, are permitted provided that the following conditions
218 are met:
220 1. Redistributions of source code must retain the above copyright
221    notice, this list of conditions and the following disclaimer.
223 2. Redistributions in binary form must reproduce the above copyright
224    notice, this list of conditions and the following disclaimer in the
225    documentation and/or other materials provided with the distribution.
227 3. Neither the name of PADL Software nor the names of its contributors
228    may be used to endorse or promote products derived from this software
229    without specific prior written permission.
231 THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND
232 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
233 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
234 ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE OR CONTRIBUTORS BE LIABLE
235 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
236 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
237 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
238 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
239 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
240 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
241 SUCH DAMAGE.
243 @end verbatim
244 @copynext
246 @heading Marko Kreen
248 Fortuna in libhcrypto
250 @verbatim
252 Copyright (c) 2005 Marko Kreen
253 All rights reserved.
255 Redistribution and use in source and binary forms, with or without
256 modification, are permitted provided that the following conditions
257 are met:
258 1. Redistributions of source code must retain the above copyright
259        notice, this list of conditions and the following disclaimer.
260 2. Redistributions in binary form must reproduce the above copyright
261        notice, this list of conditions and the following disclaimer in the
262        documentation and/or other materials provided with the distribution.
264 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
265 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
266 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
267 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
268 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
269 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
270 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
271 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
272 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
273 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
274 SUCH DAMAGE.
276 @end verbatim
277 @copynext
279 @heading NTT (Nippon Telegraph and Telephone Corporation)
281 Camellia in libhcrypto
283 @verbatim
285 Copyright (c) 2006,2007
286 NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved.
288 Redistribution and use in source and binary forms, with or without
289 modification, are permitted provided that the following conditions
290 are met:
291 1. Redistributions of source code must retain the above copyright
292   notice, this list of conditions and the following disclaimer as
293   the first lines of this file unmodified.
294 2. Redistributions in binary form must reproduce the above copyright
295   notice, this list of conditions and the following disclaimer in the
296   documentation and/or other materials provided with the distribution.
298 THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
299 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
300 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
301 IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
302 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
303 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
304 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
305 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
306 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
307 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
309 @end verbatim
310 @copynext
312 @heading The NetBSD Foundation, Inc.
314 vis.c in libroken
316 @verbatim
318 Copyright (c) 1999, 2005 The NetBSD Foundation, Inc.
319 All rights reserved.
321 Redistribution and use in source and binary forms, with or without
322 modification, are permitted provided that the following conditions
323 are met:
324 1. Redistributions of source code must retain the above copyright
325    notice, this list of conditions and the following disclaimer.
326 2. Redistributions in binary form must reproduce the above copyright
327    notice, this list of conditions and the following disclaimer in the
328    documentation and/or other materials provided with the distribution.
330 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
331 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
332 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
333 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
334 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
335 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
336 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
337 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
338 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
339 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
340 POSSIBILITY OF SUCH DAMAGE.
342 @end verbatim
343 @copynext
345 @heading Vincent Rijmen, Antoon Bosselaers, Paulo Barreto
347 AES in libhcrypto
349 @verbatim
351 rijndael-alg-fst.c
353 @version 3.0 (December 2000)
355 Optimised ANSI C code for the Rijndael cipher (now AES)
357 @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
358 @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
359 @author Paulo Barreto <paulo.barreto@terra.com.br>
361 This code is hereby placed in the public domain.
363 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
364 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
365 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
366 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
367 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
368 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
369 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
370 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
371 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
372 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
373 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
375 @end verbatim
376 @copynext
378 @heading Apple, Inc
380 kdc/announce.c
382 @verbatim
384 Copyright (c) 2008 Apple Inc.  All Rights Reserved.
386 Export of this software from the United States of America may require
387 a specific license from the United States Government.  It is the
388 responsibility of any person or organization contemplating export to
389 obtain such a license before exporting.
391 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
392 distribute this software and its documentation for any purpose and
393 without fee is hereby granted, provided that the above copyright
394 notice appear in all copies and that both that copyright notice and
395 this permission notice appear in supporting documentation, and that
396 the name of Apple Inc. not be used in advertising or publicity pertaining
397 to distribution of the software without specific, written prior
398 permission.  Apple Inc. makes no representations about the suitability of
399 this software for any purpose.  It is provided "as is" without express
400 or implied warranty.
402 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
403 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
404 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
406 @end verbatim
408 @copynext
410 @heading Richard Outerbridge
412 DES core in libhcrypto
414 @verbatim
416 D3DES (V5.09) - 
418 A portable, public domain, version of the Data Encryption Standard.
420 Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
421 Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
422 code;  Jim Gillogly & Phil Karn for the DES key schedule code; Dennis
423 Ferguson, Eric Young and Dana How for comparing notes; and Ray Lau,
424 for humouring me on. 
426 Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
427 (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
430 @end verbatim
432 @copynext
434 @heading Secure Endpoints Inc
436 Windows support
438 @verbatim
440 Copyright (c) 2009, Secure Endpoints Inc.
441 All rights reserved.
443 Redistribution and use in source and binary forms, with or without
444 modification, are permitted provided that the following conditions
445 are met:
447 - Redistributions of source code must retain the above copyright
448   notice, this list of conditions and the following disclaimer.
450 - Redistributions in binary form must reproduce the above copyright
451   notice, this list of conditions and the following disclaimer in
452   the documentation and/or other materials provided with the
453   distribution.
455 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
456 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
457 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
458 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
459 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
460 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
461 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
462 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
463 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
464 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
465 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
466 OF THE POSSIBILITY OF SUCH DAMAGE.
468 @end verbatim
470 @copynext
472 @heading Novell, Inc
474 lib/hcrypto/test_dh.c
476 @verbatim
478 Copyright (c) 2007, Novell, Inc.
479 Author: Matthias Koenig <mkoenig@suse.de>
481 All rights reserved.
483 Redistribution and use in source and binary forms, with or without
484 modification, are permitted provided that the following conditions are met:
486 * Redistributions of source code must retain the above copyright notice, this
487   list of conditions and the following disclaimer.
489 * Redistributions in binary form must reproduce the above copyright notice,
490   this list of conditions and the following disclaimer in the documentation
491   and/or other materials provided with the distribution.
493 * Neither the name of the Novell nor the names of its contributors may be used
494   to endorse or promote products derived from this software without specific
495   prior written permission.
497 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
498 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
499 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
500 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
501 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
502 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
503 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
504 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
505 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
506 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
507 POSSIBILITY OF SUCH DAMAGE.
510 @end verbatim
512 @copyrightend