comment on what to add
[metze/heimdal/wip.git] / doc / copyright.texi
1
2 @macro copynext{} 
3 @vskip 20pt plus 1fil@penalty-1000
4 @end macro
5
6 @macro copyrightstart{}
7 @end macro
8
9 @macro copyrightend{}
10 @end macro
11
12
13 @node  Copyrights and Licenses, , Acknowledgments, Top
14 @comment  node-name,  next,  previous,  up
15 @appendix Copyrights and Licenses
16
17 @heading Kungliga Tekniska Högskolan
18
19 @copyrightstart
20 @verbatim
21
22 Copyright (c) 1997-2008 Kungliga Tekniska Högskolan 
23 (Royal Institute of Technology, Stockholm, Sweden).
24 All rights reserved.
25
26 Redistribution and use in source and binary forms, with or without
27 modification, are permitted provided that the following conditions
28 are met:
29
30 1. Redistributions of source code must retain the above copyright
31    notice, this list of conditions and the following disclaimer.
32
33 2. Redistributions in binary form must reproduce the above copyright
34    notice, this list of conditions and the following disclaimer in the
35    documentation and/or other materials provided with the distribution.
36
37 3. Neither the name of the Institute nor the names of its contributors
38    may be used to endorse or promote products derived from this software
39    without specific prior written permission.
40
41 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
42 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44 ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
45 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 SUCH DAMAGE.
52
53 @end verbatim
54 @copynext
55
56 @heading Massachusetts Institute of Technology
57
58 The parts of the libtelnet that handle Kerberos.
59
60 @verbatim
61
62 Copyright (C) 1990 by the Massachusetts Institute of Technology
63
64 Export of this software from the United States of America may
65 require a specific license from the United States Government.
66 It is the responsibility of any person or organization contemplating
67 export to obtain such a license before exporting.
68
69 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
70 distribute this software and its documentation for any purpose and
71 without fee is hereby granted, provided that the above copyright
72 notice appear in all copies and that both that copyright notice and
73 this permission notice appear in supporting documentation, and that
74 the name of M.I.T. not be used in advertising or publicity pertaining
75 to distribution of the software without specific, written prior
76 permission.  M.I.T. makes no representations about the suitability of
77 this software for any purpose.  It is provided "as is" without express
78 or implied warranty.
79
80 @end verbatim
81 @copynext
82
83 @heading The Regents of the University of California
84
85 The parts of the libroken, most of libtelnet, libeditline, telnet, ftp,
86 and popper.
87
88 @verbatim
89
90 Copyright (c) 1988, 1990, 1993
91      The Regents of the University of California.  All rights reserved.
92
93 Redistribution and use in source and binary forms, with or without
94 modification, are permitted provided that the following conditions
95 are met:
96
97 1. Redistributions of source code must retain the above copyright
98    notice, this list of conditions and the following disclaimer.
99
100 2. Redistributions in binary form must reproduce the above copyright
101    notice, this list of conditions and the following disclaimer in the
102    documentation and/or other materials provided with the distribution.
103
104 3. Neither the name of the University nor the names of its contributors
105    may be used to endorse or promote products derived from this software
106    without specific prior written permission.
107
108 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
109 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
110 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
111 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
112 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
113 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
114 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
115 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
116 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
117 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
118 SUCH DAMAGE.
119
120 @end verbatim
121 @copynext
122
123 @heading Simmule Turner and Rich Salz
124
125 libeditline
126
127 @verbatim
128
129 Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved. 
130
131 This software is not subject to any license of the American Telephone 
132 and Telegraph Company or of the Regents of the University of California. 
133
134 Permission is granted to anyone to use this software for any purpose on
135 any computer system, and to alter it and redistribute it freely, subject
136 to the following restrictions:
137
138 1. The authors are not responsible for the consequences of use of this
139    software, no matter how awful, even if they arise from flaws in it.
140
141 2. The origin of this software must not be misrepresented, either by
142    explicit claim or by omission.  Since few users ever read sources,
143    credits must appear in the documentation.
144
145 3. Altered versions must be plainly marked as such, and must not be
146    misrepresented as being the original software.  Since few users
147    ever read sources, credits must appear in the documentation.
148
149 4. This notice may not be removed or altered.
150
151 @end verbatim
152 @copynext
153
154 @heading Michael J. Fromberger
155
156 The RSA/DH support for libhcrypto.
157
158 @verbatim
159
160 IMath is Copyright 2002-2005 Michael J. Fromberger
161 You may use it subject to the following Licensing Terms:
162
163 Permission is hereby granted, free of charge, to any person obtaining
164 a copy of this software and associated documentation files (the
165 "Software"), to deal in the Software without restriction, including
166 without limitation the rights to use, copy, modify, merge, publish,
167 distribute, sublicense, and/or sell copies of the Software, and to
168 permit persons to whom the Software is furnished to do so, subject to
169 the following conditions:
170
171 The above copyright notice and this permission notice shall be
172 included in all copies or substantial portions of the Software.
173
174 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
175 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
176 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
177 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
178 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
179 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
180 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
181
182 @end verbatim
183 @copynext
184
185 @heading Doug Rabson
186
187 GSS-API mechglue layer.
188
189 @verbatim
190
191 Copyright (c) 2005 Doug Rabson
192 All rights reserved.
193
194 Redistribution and use in source and binary forms, with or without
195 modification, are permitted provided that the following conditions
196 are met:
197 1. Redistributions of source code must retain the above copyright
198    notice, this list of conditions and the following disclaimer.
199 2. Redistributions in binary form must reproduce the above copyright
200    notice, this list of conditions and the following disclaimer in the
201    documentation and/or other materials provided with the distribution.
202
203 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
204 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
205 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
206 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
207 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
208 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
209 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
210 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
211 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
212 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
213 SUCH DAMAGE.
214
215 @end verbatim
216 @copynext
217
218 @heading PADL Software Pty Ltd
219
220 CFX implementation for GSS-API krb5 mech.
221
222 @verbatim
223
224 Copyright (c) 2003, PADL Software Pty Ltd.
225 All rights reserved.
226
227 Redistribution and use in source and binary forms, with or without
228 modification, are permitted provided that the following conditions
229 are met:
230
231 1. Redistributions of source code must retain the above copyright
232    notice, this list of conditions and the following disclaimer.
233
234 2. Redistributions in binary form must reproduce the above copyright
235    notice, this list of conditions and the following disclaimer in the
236    documentation and/or other materials provided with the distribution.
237
238 3. Neither the name of PADL Software nor the names of its contributors
239    may be used to endorse or promote products derived from this software
240    without specific prior written permission.
241
242 THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND
243 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
244 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
245 ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE OR CONTRIBUTORS BE LIABLE
246 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
247 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
248 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
249 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
250 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
251 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
252 SUCH DAMAGE.
253
254 @end verbatim
255 @copynext
256
257 @heading Marko Kreen
258
259 Fortuna in libhcrypto
260
261 @verbatim
262
263 Copyright (c) 2005 Marko Kreen
264 All rights reserved.
265
266 Redistribution and use in source and binary forms, with or without
267 modification, are permitted provided that the following conditions
268 are met:
269 1. Redistributions of source code must retain the above copyright
270        notice, this list of conditions and the following disclaimer.
271 2. Redistributions in binary form must reproduce the above copyright
272        notice, this list of conditions and the following disclaimer in the
273        documentation and/or other materials provided with the distribution.
274
275 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
276 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
277 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
278 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
279 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
280 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
281 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
282 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
283 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
284 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
285 SUCH DAMAGE.
286
287 @end verbatim
288 @copynext
289
290 @heading NTT (Nippon Telegraph and Telephone Corporation)
291
292 Camellia in libhcrypto
293
294 @verbatim
295
296 Copyright (c) 2006,2007
297 NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved.
298
299 Redistribution and use in source and binary forms, with or without
300 modification, are permitted provided that the following conditions
301 are met:
302 1. Redistributions of source code must retain the above copyright
303   notice, this list of conditions and the following disclaimer as
304   the first lines of this file unmodified.
305 2. Redistributions in binary form must reproduce the above copyright
306   notice, this list of conditions and the following disclaimer in the
307   documentation and/or other materials provided with the distribution.
308
309 THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
310 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
311 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
312 IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
313 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
314 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
315 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
316 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
317 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
318 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
319
320 @end verbatim
321 @copynext
322
323 @heading The NetBSD Foundation, Inc.
324
325 vis.c in libroken
326
327 @verbatim
328
329 Copyright (c) 1999, 2005 The NetBSD Foundation, Inc.
330 All rights reserved.
331
332 Redistribution and use in source and binary forms, with or without
333 modification, are permitted provided that the following conditions
334 are met:
335 1. Redistributions of source code must retain the above copyright
336    notice, this list of conditions and the following disclaimer.
337 2. Redistributions in binary form must reproduce the above copyright
338    notice, this list of conditions and the following disclaimer in the
339    documentation and/or other materials provided with the distribution.
340
341 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
342 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
343 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
344 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
345 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
346 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
347 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
348 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
349 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
350 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
351 POSSIBILITY OF SUCH DAMAGE.
352
353 @end verbatim
354 @copynext
355
356 @heading Vincent Rijmen, Antoon Bosselaers, Paulo Barreto
357
358 AES in libhcrypto
359
360 @verbatim
361
362 rijndael-alg-fst.c
363
364 @version 3.0 (December 2000)
365
366 Optimised ANSI C code for the Rijndael cipher (now AES)
367
368 @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
369 @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
370 @author Paulo Barreto <paulo.barreto@terra.com.br>
371
372 This code is hereby placed in the public domain.
373
374 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
375 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
376 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
377 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
378 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
379 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
380 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
381 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
382 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
383 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
384 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
385
386 @end verbatim
387 @copynext
388
389 @heading Richard Outerbridge
390
391 DES core in libhcrypto
392
393 @verbatim
394
395 D3DES (V5.09) - 
396
397 A portable, public domain, version of the Data Encryption Standard.
398
399 Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
400 Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
401 code;  Jim Gillogly & Phil Karn for the DES key schedule code; Dennis
402 Ferguson, Eric Young and Dana How for comparing notes; and Ray Lau,
403 for humouring me on. 
404
405 Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
406 (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
407
408
409 @end verbatim
410 @copyrightend