xref: /netbsd-src/crypto/external/bsd/heimdal/dist/doc/copyright.texi (revision 49d8c9ecf4abd21261269266ef64939f71b3cd09)
1
2@c $NetBSD: copyright.texi,v 1.1.1.1 2011/04/13 18:14:33 elric Exp $
3@macro copynext{}
4@vskip 20pt plus 1fil
5@end macro
6
7@macro copyrightstart{}
8@end macro
9
10@macro copyrightend{}
11@end macro
12
13
14@node  Copyrights and Licenses, , Acknowledgments, Top
15@comment  node-name,  next,  previous,  up
16@appendix Copyrights and Licenses
17
18@heading Kungliga Tekniska Högskolan
19
20@copyrightstart
21@verbatim
22
23Copyright (c) 1997-2011 Kungliga Tekniska Högskolan
24(Royal Institute of Technology, Stockholm, Sweden).
25All rights reserved.
26
27Portions Copyright (c) 2009 Apple Inc. All rights reserved.
28
29Redistribution and use in source and binary forms, with or without
30modification, are permitted provided that the following conditions
31are met:
32
331. Redistributions of source code must retain the above copyright
34   notice, this list of conditions and the following disclaimer.
35
362. Redistributions in binary form must reproduce the above copyright
37   notice, this list of conditions and the following disclaimer in the
38   documentation and/or other materials provided with the distribution.
39
403. Neither the name of the Institute nor the names of its contributors
41   may be used to endorse or promote products derived from this software
42   without specific prior written permission.
43
44THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
45ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
47ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
48FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
49DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
50OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
51HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
52LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54SUCH DAMAGE.
55
56@end verbatim
57@copynext
58
59@heading Massachusetts Institute of Technology
60
61The parts of the libtelnet that handle Kerberos.
62
63@verbatim
64
65Copyright (C) 1990 by the Massachusetts Institute of Technology
66
67Export of this software from the United States of America may
68require a specific license from the United States Government.
69It is the responsibility of any person or organization contemplating
70export to obtain such a license before exporting.
71
72WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
73distribute this software and its documentation for any purpose and
74without fee is hereby granted, provided that the above copyright
75notice appear in all copies and that both that copyright notice and
76this permission notice appear in supporting documentation, and that
77the name of M.I.T. not be used in advertising or publicity pertaining
78to distribution of the software without specific, written prior
79permission.  M.I.T. makes no representations about the suitability of
80this software for any purpose.  It is provided "as is" without express
81or implied warranty.
82
83@end verbatim
84@copynext
85
86@heading The Regents of the University of California
87
88The parts of the libroken, most of libtelnet, libeditline, telnet, ftp,
89and popper.
90
91@verbatim
92
93Copyright (c) 1988, 1990, 1993
94     The Regents of the University of California.  All rights reserved.
95
96Redistribution and use in source and binary forms, with or without
97modification, are permitted provided that the following conditions
98are met:
99
1001. Redistributions of source code must retain the above copyright
101   notice, this list of conditions and the following disclaimer.
102
1032. Redistributions in binary form must reproduce the above copyright
104   notice, this list of conditions and the following disclaimer in the
105   documentation and/or other materials provided with the distribution.
106
1073. Neither the name of the University nor the names of its contributors
108   may be used to endorse or promote products derived from this software
109   without specific prior written permission.
110
111THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
112ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
113IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
114ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
115FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
116DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
117OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
118HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
119LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
120OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
121SUCH DAMAGE.
122
123@end verbatim
124@copynext
125
126@heading The Regents of the University of California.
127
128libedit
129
130@verbatim
131
132Copyright (c) 1992, 1993
133 The Regents of the University of California.  All rights reserved.
134
135This code is derived from software contributed to Berkeley by
136Christos Zoulas of Cornell University.
137
138Redistribution and use in source and binary forms, with or without
139modification, are permitted provided that the following conditions
140are met:
1411. Redistributions of source code must retain the above copyright
142   notice, this list of conditions and the following disclaimer.
1432. Redistributions in binary form must reproduce the above copyright
144   notice, this list of conditions and the following disclaimer in the
145   documentation and/or other materials provided with the distribution.
1463. Neither the name of the University nor the names of its contributors
147   may be used to endorse or promote products derived from this software
148   without specific prior written permission.
149
150THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
151ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
152IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
153ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
154FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
155DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
156OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
157HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
158LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
159OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
160SUCH DAMAGE.
161
162@end verbatim
163@copynext
164
165@heading TomsFastMath / LibTomMath
166
167Tom's fast math (bignum support) and LibTomMath
168
169@verbatim
170
171LibTomMath is hereby released into the Public Domain.
172
173@end verbatim
174
175@copynext
176
177@heading Doug Rabson
178
179GSS-API mechglue layer.
180
181@verbatim
182
183Copyright (c) 2005 Doug Rabson
184All rights reserved.
185
186Redistribution and use in source and binary forms, with or without
187modification, are permitted provided that the following conditions
188are met:
1891. Redistributions of source code must retain the above copyright
190   notice, this list of conditions and the following disclaimer.
1912. Redistributions in binary form must reproduce the above copyright
192   notice, this list of conditions and the following disclaimer in the
193   documentation and/or other materials provided with the distribution.
194
195THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
196ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
197IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
198ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
199FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
200DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
201OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
202HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
203LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
204OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
205SUCH DAMAGE.
206
207@end verbatim
208@copynext
209
210@heading PADL Software Pty Ltd
211
212@table @asis
213@item CFX implementation for GSS-API krb5 mech.
214@item KCM credential cache.
215@end table
216
217@verbatim
218
219Copyright (c) 2003, PADL Software Pty Ltd.
220All rights reserved.
221
222Redistribution and use in source and binary forms, with or without
223modification, are permitted provided that the following conditions
224are met:
225
2261. Redistributions of source code must retain the above copyright
227   notice, this list of conditions and the following disclaimer.
228
2292. Redistributions in binary form must reproduce the above copyright
230   notice, this list of conditions and the following disclaimer in the
231   documentation and/or other materials provided with the distribution.
232
2333. Neither the name of PADL Software nor the names of its contributors
234   may be used to endorse or promote products derived from this software
235   without specific prior written permission.
236
237THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND
238ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
239IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
240ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE OR CONTRIBUTORS BE LIABLE
241FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
242DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
243OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
244HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
245LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
246OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
247SUCH DAMAGE.
248
249@end verbatim
250@copynext
251
252@heading Marko Kreen
253
254Fortuna in libhcrypto
255
256@verbatim
257
258Copyright (c) 2005 Marko Kreen
259All rights reserved.
260
261Redistribution and use in source and binary forms, with or without
262modification, are permitted provided that the following conditions
263are met:
2641. Redistributions of source code must retain the above copyright
265       notice, this list of conditions and the following disclaimer.
2662. Redistributions in binary form must reproduce the above copyright
267       notice, this list of conditions and the following disclaimer in the
268       documentation and/or other materials provided with the distribution.
269
270THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
271ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
272IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
273ARE DISCLAIMED.	IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
274FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
275DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
276OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
277HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
278LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
279OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
280SUCH DAMAGE.
281
282@end verbatim
283@copynext
284
285@heading NTT (Nippon Telegraph and Telephone Corporation)
286
287Camellia in libhcrypto
288
289@verbatim
290
291Copyright (c) 2006,2007
292NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved.
293
294Redistribution and use in source and binary forms, with or without
295modification, are permitted provided that the following conditions
296are met:
2971. Redistributions of source code must retain the above copyright
298  notice, this list of conditions and the following disclaimer as
299  the first lines of this file unmodified.
3002. Redistributions in binary form must reproduce the above copyright
301  notice, this list of conditions and the following disclaimer in the
302  documentation and/or other materials provided with the distribution.
303
304THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
305IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
306OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
307IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
308INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
309NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
310DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
311THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
312(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
313THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
314
315@end verbatim
316@copynext
317
318@heading The NetBSD Foundation, Inc.
319
320vis.c in libroken
321
322@verbatim
323
324Copyright (c) 1999, 2005 The NetBSD Foundation, Inc.
325All rights reserved.
326
327Redistribution and use in source and binary forms, with or without
328modification, are permitted provided that the following conditions
329are met:
3301. Redistributions of source code must retain the above copyright
331   notice, this list of conditions and the following disclaimer.
3322. Redistributions in binary form must reproduce the above copyright
333   notice, this list of conditions and the following disclaimer in the
334   documentation and/or other materials provided with the distribution.
335
336THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
337``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
338TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
339PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
340BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
341CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
342SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
343INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
344CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
345ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
346POSSIBILITY OF SUCH DAMAGE.
347
348@end verbatim
349@copynext
350
351@heading Vincent Rijmen, Antoon Bosselaers, Paulo Barreto
352
353AES in libhcrypto
354
355@verbatim
356
357rijndael-alg-fst.c
358
359@version 3.0 (December 2000)
360
361Optimised ANSI C code for the Rijndael cipher (now AES)
362
363@author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
364@author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
365@author Paulo Barreto <paulo.barreto@terra.com.br>
366
367This code is hereby placed in the public domain.
368
369THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
370OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
371WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
372ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
373LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
374CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
375SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
376BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
377WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
378OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
379EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
380
381@end verbatim
382@copynext
383
384@heading Apple, Inc
385
386kdc/announce.c
387
388@verbatim
389
390Copyright (c) 2008 Apple Inc.  All Rights Reserved.
391
392Export of this software from the United States of America may require
393a specific license from the United States Government.  It is the
394responsibility of any person or organization contemplating export to
395obtain such a license before exporting.
396
397WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
398distribute this software and its documentation for any purpose and
399without fee is hereby granted, provided that the above copyright
400notice appear in all copies and that both that copyright notice and
401this permission notice appear in supporting documentation, and that
402the name of Apple Inc. not be used in advertising or publicity pertaining
403to distribution of the software without specific, written prior
404permission.  Apple Inc. makes no representations about the suitability of
405this software for any purpose.  It is provided "as is" without express
406or implied warranty.
407
408THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
409IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
410WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
411
412@end verbatim
413
414@copynext
415
416@heading Richard Outerbridge
417
418DES core in libhcrypto
419
420@verbatim
421
422D3DES (V5.09) -
423
424A portable, public domain, version of the Data Encryption Standard.
425
426Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
427Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
428code;  Jim Gillogly & Phil Karn for the DES key schedule code; Dennis
429Ferguson, Eric Young and Dana How for comparing notes; and Ray Lau,
430for humouring me on.
431
432Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
433(GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
434
435
436@end verbatim
437
438@copynext
439
440@heading Secure Endpoints Inc
441
442Windows support
443
444@verbatim
445
446Copyright (c) 2009, Secure Endpoints Inc.
447All rights reserved.
448
449Redistribution and use in source and binary forms, with or without
450modification, are permitted provided that the following conditions
451are met:
452
453- Redistributions of source code must retain the above copyright
454  notice, this list of conditions and the following disclaimer.
455
456- Redistributions in binary form must reproduce the above copyright
457  notice, this list of conditions and the following disclaimer in
458  the documentation and/or other materials provided with the
459  distribution.
460
461THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
462"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
463LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
464FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
465COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
466INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
467(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
468SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
469HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
470STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
471ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
472OF THE POSSIBILITY OF SUCH DAMAGE.
473
474@end verbatim
475
476@copynext
477
478@heading Novell, Inc
479
480lib/hcrypto/test_dh.c
481
482@verbatim
483
484Copyright (c) 2007, Novell, Inc.
485Author: Matthias Koenig <mkoenig@suse.de>
486
487All rights reserved.
488
489Redistribution and use in source and binary forms, with or without
490modification, are permitted provided that the following conditions are met:
491
492* Redistributions of source code must retain the above copyright notice, this
493  list of conditions and the following disclaimer.
494
495* Redistributions in binary form must reproduce the above copyright notice,
496  this list of conditions and the following disclaimer in the documentation
497  and/or other materials provided with the distribution.
498
499* Neither the name of the Novell nor the names of its contributors may be used
500  to endorse or promote products derived from this software without specific
501  prior written permission.
502
503THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
504AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
505IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
506ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
507LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
508CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
509SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
510INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
511CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
512ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
513POSSIBILITY OF SUCH DAMAGE.
514
515
516@end verbatim
517
518@copyrightend
519