copyright notice updates
[krb5.git] / doc / copyright.texinfo
1 Copyright @copyright{} 1985-2010 by the Massachusetts Institute of Technology.
2
3 All rights reserved.
4
5 @smalldisplay
6 Export of software employing encryption from the United States of
7 America may require a specific license from the United States
8 Government.  It is the responsibility of any person or organization
9 contemplating export to obtain such a license before exporting.
10 @end smalldisplay
11
12 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and distribute
13 this software and its documentation for any purpose and without fee is
14 hereby granted, provided that the above copyright notice appear in all
15 copies and that both that copyright notice and this permission notice
16 appear in supporting documentation, and that the name of M.I.T. not be
17 used in advertising or publicity pertaining to distribution of the
18 software without specific, written prior permission.  Furthermore if you
19 modify this software you must label your software as modified software
20 and not distribute it in such a fashion that it might be confused with
21 the original MIT software.  M.I.T. makes no representations about the
22 suitability of this software for any purpose.  It is provided ``as is''
23 without express or implied warranty.
24
25 Individual source code files are copyright MIT, Cygnus Support,
26 Novell, OpenVision Technologies, Oracle, Red Hat, Sun Microsystems,
27 FundsXpress, and others.
28
29 Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
30 and Zephyr are trademarks of the Massachusetts Institute of Technology
31 (MIT).  No commercial use of these trademarks may be made without
32 prior written permission of MIT.
33
34 ``Commercial use'' means use of a name in a product or other for-profit
35 manner.  It does NOT prevent a commercial firm from referring to the
36 MIT trademarks in order to convey information (although in doing so,
37 recognition of their trademark status should be given).
38
39 @cdivider
40
41 The following copyright and permission notice applies to the
42 OpenVision Kerberos Administration system located in
43 @code{kadmin/create}, @code{kadmin/dbutil}, @code{kadmin/passwd},
44 @code{kadmin/server}, @code{lib/kadm5}, and portions of
45 @code{lib/rpc}:
46
47 @smalldisplay
48 Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights Reserved
49
50 WARNING:  Retrieving the OpenVision Kerberos Administration system source
51 code, as described below, indicates your acceptance of the following
52 terms.  If you do not agree to the following terms, do not retrieve the
53 OpenVision Kerberos administration system.
54
55 You may freely use and distribute the Source Code and Object Code
56 compiled from it, with or without modification, but this Source Code is
57 provided to you ``AS IS'' EXCLUSIVE OF ANY WARRANTY, INCLUDING, WITHOUT
58 LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
59 PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER EXPRESS OR IMPLIED.
60 IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY FOR ANY LOST PROFITS,
61 LOSS OF DATA OR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR
62 FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS
63 AGREEMENT, INCLUDING, WITHOUT LIMITATION, THOSE RESULTING FROM THE USE
64 OF THE SOURCE CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR
65 ANY OTHER REASON.
66
67 OpenVision retains all copyrights in the donated Source Code. OpenVision
68 also retains copyright to derivative works of the Source Code, whether
69 created by OpenVision or by a third party. The OpenVision copyright
70 notice must be preserved if derivative works are made based on the
71 donated Source Code.
72
73 OpenVision Technologies, Inc. has donated this Kerberos Administration
74 system to MIT for inclusion in the standard Kerberos 5 distribution.
75 This donation underscores our commitment to continuing Kerberos
76 technology development and our gratitude for the valuable work which has
77 been performed by MIT and the Kerberos community.
78 @end smalldisplay
79
80 @cdivider
81
82 @smalldisplay
83 Portions contributed by Matt Crawford @code{<crawdad@@fnal.gov>} were work
84 performed at Fermi National Accelerator Laboratory, which is operated
85 by Universities Research Association, Inc., under contract
86 DE-AC02-76CHO3000 with the U.S. Department of Energy.
87 @end smalldisplay
88
89 @cdivider
90
91 Portions of @code{src/lib/crypto} have the following copyright:
92
93 @smalldisplay
94 Copyright @copyright{} 1998 by the FundsXpress, INC.
95
96 All rights reserved.
97
98 @quotation
99 Export of this software from the United States of America may require
100 a specific license from the United States Government.  It is the
101 responsibility of any person or organization contemplating export to
102 obtain such a license before exporting.
103 @end quotation
104
105 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
106 distribute this software and its documentation for any purpose and
107 without fee is hereby granted, provided that the above copyright
108 notice appear in all copies and that both that copyright notice and
109 this permission notice appear in supporting documentation, and that
110 the name of FundsXpress. not be used in advertising or publicity pertaining
111 to distribution of the software without specific, written prior
112 permission.  FundsXpress makes no representations about the suitability of
113 this software for any purpose.  It is provided ``as is'' without express
114 or implied warranty.
115
116 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
117 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
118 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
119 @end smalldisplay
120
121 @cdivider
122
123 The implementation of the Yarrow pseudo-random number generator
124 in @code{src/lib/crypto/krb/prng/yarrow} has the following copyright:
125
126 @smalldisplay
127 Copyright 2000 by Zero-Knowledge Systems, Inc.
128
129 Permission to use, copy, modify, distribute, and sell this software
130 and its documentation for any purpose is hereby granted without fee,
131 provided that the above copyright notice appear in all copies and that
132 both that copyright notice and this permission notice appear in
133 supporting documentation, and that the name of Zero-Knowledge Systems,
134 Inc. not be used in advertising or publicity pertaining to
135 distribution of the software without specific, written prior
136 permission.  Zero-Knowledge Systems, Inc. makes no representations
137 about the suitability of this software for any purpose.  It is
138 provided ``as is'' without express or implied warranty.
139
140 ZERO-KNOWLEDGE SYSTEMS, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO
141 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
142 FITNESS, IN NO EVENT SHALL ZERO-KNOWLEDGE SYSTEMS, INC. BE LIABLE FOR
143 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
144 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
145 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT
146 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
147 @end smalldisplay
148
149 @cdivider
150
151 The implementation of the AES encryption algorithm in
152 @code{src/lib/crypto/builtin/aes} has the following copyright:
153
154 @smalldisplay
155 Copyright @copyright{} 2001, Dr Brian Gladman @code{<brg@@gladman.uk.net>},
156 Worcester, UK.@*
157 All rights reserved.
158
159 LICENSE TERMS
160
161 The free distribution and use of this software in both source and binary
162 form is allowed (with or without changes) provided that:
163
164 @enumerate
165 @item
166 distributions of this source code include the above copyright
167 notice, this list of conditions and the following disclaimer;
168 @item
169 distributions in binary form include the above copyright
170 notice, this list of conditions and the following disclaimer
171 in the documentation and/or other associated materials;
172 @item
173 the copyright holder's name is not used to endorse products
174 built using this software without specific written permission.
175 @end enumerate
176
177 DISCLAIMER
178
179 This software is provided 'as is' with no explcit or implied warranties
180 in respect of any properties, including, but not limited to, correctness
181 and fitness for purpose.
182 @end smalldisplay
183
184 @cdivider
185
186 Portions contributed by Red Hat, including the pre-authentication
187 plug-in framework and the NSS crypto implementation, contain the
188 following copyright:
189
190 @smalldisplay
191 Copyright @copyright{} 2006 Red Hat, Inc.@*
192 Portions copyright @copyright{} 2006 Massachusetts Institute of Technology@*
193 All Rights Reserved.@*
194
195 Redistribution and use in source and binary forms, with or without
196 modification, are permitted provided that the following conditions are
197 met:
198
199 @itemize
200 @item
201 Redistributions of source code must retain the above copyright
202 notice, this list of conditions and the following disclaimer.
203 @item
204 Redistributions in binary form must reproduce the above copyright
205 notice, this list of conditions and the following disclaimer in the
206 documentation and/or other materials provided with the distribution.
207 @item
208 Neither the name of Red Hat, Inc., nor the names of its contributors
209 may be used to endorse or promote products derived from this software
210 without specific prior written permission.
211 @end itemize
212
213 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
214 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
215 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
216 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
217 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
218 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
219 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
220 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
221 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
222 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
223 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
224 @end smalldisplay
225
226 @cdivider
227
228 The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
229 @code{src/lib/gssapi}, including the following files:
230
231 @smallexample
232 lib/gssapi/generic/gssapi_err_generic.et
233 lib/gssapi/mechglue/g_accept_sec_context.c
234 lib/gssapi/mechglue/g_acquire_cred.c
235 lib/gssapi/mechglue/g_canon_name.c
236 lib/gssapi/mechglue/g_compare_name.c
237 lib/gssapi/mechglue/g_context_time.c
238 lib/gssapi/mechglue/g_delete_sec_context.c
239 lib/gssapi/mechglue/g_dsp_name.c
240 lib/gssapi/mechglue/g_dsp_status.c
241 lib/gssapi/mechglue/g_dup_name.c
242 lib/gssapi/mechglue/g_exp_sec_context.c
243 lib/gssapi/mechglue/g_export_name.c
244 lib/gssapi/mechglue/g_glue.c
245 lib/gssapi/mechglue/g_imp_name.c
246 lib/gssapi/mechglue/g_imp_sec_context.c
247 lib/gssapi/mechglue/g_init_sec_context.c
248 lib/gssapi/mechglue/g_initialize.c
249 lib/gssapi/mechglue/g_inquire_context.c
250 lib/gssapi/mechglue/g_inquire_cred.c
251 lib/gssapi/mechglue/g_inquire_names.c
252 lib/gssapi/mechglue/g_process_context.c
253 lib/gssapi/mechglue/g_rel_buffer.c
254 lib/gssapi/mechglue/g_rel_cred.c
255 lib/gssapi/mechglue/g_rel_name.c
256 lib/gssapi/mechglue/g_rel_oid_set.c
257 lib/gssapi/mechglue/g_seal.c
258 lib/gssapi/mechglue/g_sign.c
259 lib/gssapi/mechglue/g_store_cred.c
260 lib/gssapi/mechglue/g_unseal.c
261 lib/gssapi/mechglue/g_userok.c
262 lib/gssapi/mechglue/g_utils.c
263 lib/gssapi/mechglue/g_verify.c
264 lib/gssapi/mechglue/gssd_pname_to_uid.c
265 lib/gssapi/mechglue/mglueP.h
266 lib/gssapi/mechglue/oid_ops.c
267 lib/gssapi/spnego/gssapiP_spnego.h
268 lib/gssapi/spnego/spnego_mech.c
269 @end smallexample
270
271 and the initial implementation of incremental propagation, including
272 the following new or changed files:
273
274 @smallexample
275 include/iprop_hdr.h
276 kadmin/server/ipropd_svc.c
277 lib/kdb/iprop.x
278 lib/kdb/kdb_convert.c
279 lib/kdb/kdb_log.c
280 lib/kdb/kdb_log.h
281 lib/krb5/error_tables/kdb5_err.et
282 slave/kpropd_rpc.c
283 slave/kproplog.c
284 @end smallexample
285
286 are subject to the following license:
287
288 @smalldisplay
289 Copyright @copyright{} 2004 Sun Microsystems, Inc.
290
291 Permission is hereby granted, free of charge, to any person obtaining a
292 copy of this software and associated documentation files (the
293 ``Software''), to deal in the Software without restriction, including
294 without limitation the rights to use, copy, modify, merge, publish,
295 distribute, sublicense, and/or sell copies of the Software, and to
296 permit persons to whom the Software is furnished to do so, subject to
297 the following conditions:
298
299 The above copyright notice and this permission notice shall be included
300 in all copies or substantial portions of the Software.
301
302 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
303 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
304 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
305 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
306 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
307 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
308 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
309 @end smalldisplay
310
311 @cdivider
312
313 @value{PRODUCT} includes documentation and software developed at the
314 University of California at Berkeley, which includes this copyright
315 notice:
316
317 @smalldisplay
318 Copyright @copyright{} 1983 Regents of the University of California.@*
319 All rights reserved.
320
321 Redistribution and use in source and binary forms, with or without
322 modification, are permitted provided that the following conditions are
323 met:
324
325 @enumerate
326 @item
327 Redistributions of source code must retain the above copyright
328 notice, this list of conditions and the following disclaimer.
329 @item
330 Redistributions in binary form must reproduce the above copyright
331 notice, this list of conditions and the following disclaimer in the
332 documentation and/or other materials provided with the distribution.
333 @item
334 Neither the name of the University nor the names of its contributors
335 may be used to endorse or promote products derived from this software
336 without specific prior written permission.
337 @end enumerate
338
339 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
340 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
341 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
342 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
343 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
344 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
345 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
346 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
347 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
348 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
349 SUCH DAMAGE.
350 @end smalldisplay
351
352 @cdivider
353
354 Portions contributed by Novell, Inc., including the LDAP database
355 backend, are subject to the following license:
356
357 @smalldisplay
358 Copyright @copyright{} 2004-2005, Novell, Inc.
359 All rights reserved.
360
361 Redistribution and use in source and binary forms, with or without
362 modification, are permitted provided that the following conditions are met:
363
364 @itemize
365 @item
366 Redistributions of source code must retain the above copyright notice,
367 this list of conditions and the following disclaimer.
368 @item
369 Redistributions in binary form must reproduce the above copyright
370 notice, this list of conditions and the following disclaimer in the
371 documentation and/or other materials provided with the distribution.
372 @item
373 The copyright holder's name is not used to endorse or promote products
374 derived from this software without specific prior written permission.
375 @end itemize
376
377 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
378 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
379 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
380 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
381 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
382 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
383 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
384 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
385 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
386 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
387 POSSIBILITY OF SUCH DAMAGE.
388 @end smalldisplay
389
390 @cdivider
391
392 Portions funded by Sandia National Laboratory
393 and developed by the University of Michigan's
394 Center for Information Technology Integration,
395 including the PKINIT implementation, are subject
396 to the following license:
397
398 @smalldisplay
399 COPYRIGHT @copyright{} 2006-2007@*
400 THE REGENTS OF THE UNIVERSITY OF MICHIGAN@*
401 ALL RIGHTS RESERVED
402
403 Permission is granted to use, copy, create derivative works
404 and redistribute this software and such derivative works
405 for any purpose, so long as the name of The University of
406 Michigan is not used in any advertising or publicity
407 pertaining to the use of distribution of this software
408 without specific, written prior authorization.  If the
409 above copyright notice or any other identification of the
410 University of Michigan is included in any copy of any
411 portion of this software, then the disclaimer below must
412 also be included.
413
414 THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION
415 FROM THE UNIVERSITY OF MICHIGAN AS TO ITS FITNESS FOR ANY
416 PURPOSE, AND WITHOUT WARRANTY BY THE UNIVERSITY OF
417 MICHIGAN OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
418 WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
419 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
420 REGENTS OF THE UNIVERSITY OF MICHIGAN SHALL NOT BE LIABLE
421 FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, OR
422 CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING
423 OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN
424 IF IT HAS BEEN OR IS HEREAFTER ADVISED OF THE POSSIBILITY OF
425 SUCH DAMAGES.
426 @end smalldisplay
427
428 @cdivider
429
430 The pkcs11.h file included in the PKINIT code has the
431 following license:
432
433 @smalldisplay
434 Copyright 2006 g10 Code GmbH
435 Copyright 2006 Andreas Jellinghaus
436
437 This file is free software; as a special exception the author gives
438 unlimited permission to copy and/or distribute it, with or without
439 modifications, as long as this notice is preserved.
440
441 This file is distributed in the hope that it will be useful, but
442 WITHOUT ANY WARRANTY, to the extent permitted by law; without even
443 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
444 PURPOSE.
445 @end smalldisplay
446
447 @cdivider
448
449 Portions contributed by Apple Inc. are subject to the following license:
450
451 @smalldisplay
452 Copyright 2004-2008 Apple Inc.  All Rights Reserved.
453
454 @quotation
455 Export of this software from the United States of America may require
456 a specific license from the United States Government.  It is the
457 responsibility of any person or organization contemplating export to
458 obtain such a license before exporting.
459 @end quotation
460
461 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
462 distribute this software and its documentation for any purpose and
463 without fee is hereby granted, provided that the above copyright
464 notice appear in all copies and that both that copyright notice and
465 this permission notice appear in supporting documentation, and that
466 the name of Apple Inc. not be used in advertising or publicity pertaining
467 to distribution of the software without specific, written prior
468 permission.  Apple Inc. makes no representations about the suitability of
469 this software for any purpose.  It is provided "as is" without express
470 or implied warranty.
471
472 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
473 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
474 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
475 @end smalldisplay
476
477 @cdivider
478
479 The implementations of UTF-8 string handling in src/util/support and
480 src/lib/krb5/unicode are subject to the following copyright and
481 permission notice:
482
483 @smalldisplay
484 The OpenLDAP Public License@*
485 Version 2.8, 17 August 2003
486
487 Redistribution and use of this software and associated documentation
488 ("Software"), with or without modification, are permitted provided
489 that the following conditions are met:
490
491 @enumerate
492 @item
493 Redistributions in source form must retain copyright statements
494 and notices,
495 @item
496 Redistributions in binary form must reproduce applicable copyright
497 statements and notices, this list of conditions, and the following
498 disclaimer in the documentation and/or other materials provided
499 with the distribution, and
500 @item
501 Redistributions must contain a verbatim copy of this document.
502 @end enumerate
503
504 The OpenLDAP Foundation may revise this license from time to time.
505 Each revision is distinguished by a version number.  You may use
506 this Software under terms of this license revision or under the
507 terms of any subsequent revision of the license.
508
509 THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
510 CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
511 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
512 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT
513 SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
514 OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
515 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
516 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
517 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
518 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
519 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
520 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
521 POSSIBILITY OF SUCH DAMAGE.
522
523 The names of the authors and copyright holders must not be used in
524 advertising or otherwise to promote the sale, use or other dealing
525 in this Software without specific, written prior permission.  Title
526 to copyright in this Software shall at all times remain with copyright
527 holders.
528
529 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
530
531 Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
532 California, USA.  All Rights Reserved.  Permission to copy and
533 distribute verbatim copies of this document is granted.
534 @end smalldisplay
535
536 @cdivider
537
538 Marked test programs in src/lib/krb5/krb have the following copyright:
539
540 @smalldisplay
541 Copyright @copyright{} 2006 Kungliga Tekniska Högskolan
542 (Royal Institute of Technology, Stockholm, Sweden).
543 All rights reserved.
544
545 Redistribution and use in source and binary forms, with or without
546 modification, are permitted provided that the following conditions
547 are met:
548
549 @enumerate
550 @item
551 Redistributions of source code must retain the above copyright
552 notice, this list of conditions and the following disclaimer.
553 @item
554 Redistributions in binary form must reproduce the above copyright
555 notice, this list of conditions and the following disclaimer in the
556 documentation and/or other materials provided with the distribution.
557 @item
558 Neither the name of KTH nor the names of its contributors may be
559 used to endorse or promote products derived from this software without
560 specific prior written permission.
561 @end enumerate
562
563 THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
564 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
565 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
566 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
567 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
568 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
569 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
570 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
571 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
572 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
573 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
574 @end smalldisplay
575
576 @cdivider
577
578 Portions of the RPC implementation in src/lib/rpc and src/include/gssrpc
579 have the following copyright and permission notice:
580
581 @smalldisplay
582 Copyright @copyright{} 2010, Oracle America, Inc.
583
584 All rights reserved.
585
586 Redistribution and use in source and binary forms, with or without
587 modification, are permitted provided that the following conditions are met:
588
589 @enumerate
590 @item
591 Redistributions of source code must retain the above copyright
592 notice, this list of conditions and the following disclaimer.
593 @item
594 Redistributions in binary form must reproduce the above copyright
595 notice, this list of conditions and the following disclaimer in
596 the documentation and/or other materials provided with the
597 distribution.
598 @item
599 Neither the name of the "Oracle America, Inc." nor the names of
600 its contributors may be used to endorse or promote products
601 derived from this software without specific prior written permission.
602 @end enumerate
603
604 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
605 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
606 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
607 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
608 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
609 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
610 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
611 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
612 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
613 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
614 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
615 @end smalldisplay
616
617 @cdivider
618
619 @smalldisplay
620 Copyright @copyright{} 2006,2007,2009
621 NTT (Nippon Telegraph and Telephone Corporation).  All rights reserved.
622
623 Redistribution and use in source and binary forms, with or without
624 modification, are permitted provided that the following conditions
625 are met:
626
627 @enumerate
628 @item
629 Redistributions of source code must retain the above copyright
630 notice, this list of conditions and the following disclaimer as
631 the first lines of this file unmodified.
632 @item
633 Redistributions in binary form must reproduce the above copyright
634 notice, this list of conditions and the following disclaimer in the
635 documentation and/or other materials provided with the distribution.
636 @end enumerate
637
638 THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
639 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
640 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
641 IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
642 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
643 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
644 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
645 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
646 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
647 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
648 @end smalldisplay
649
650 @cdivider
651
652 @smalldisplay
653 Copyright 2000 by Carnegie Mellon University
654
655 All Rights Reserved
656
657 Permission to use, copy, modify, and distribute this software and its
658 documentation for any purpose and without fee is hereby granted,
659 provided that the above copyright notice appear in all copies and that
660 both that copyright notice and this permission notice appear in
661 supporting documentation, and that the name of Carnegie Mellon
662 University not be used in advertising or publicity pertaining to
663 distribution of the software without specific, written prior
664 permission.
665
666 CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
667 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
668 FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR
669 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
670 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
671 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
672 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
673 @end smalldisplay
674
675 @cdivider
676
677 @smalldisplay
678 Copyright @copyright{} 2002 Naval Research Laboratory (NRL/CCS)
679
680 Permission to use, copy, modify and distribute this software and its
681 documentation is hereby granted, provided that both the copyright
682 notice and this permission notice appear in all copies of the software,
683 derivative works or modified versions, and any portions thereof.
684
685 NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
686 DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
687 RESULTING FROM THE USE OF THIS SOFTWARE.
688 @end smalldisplay
689
690 @cdivider
691
692 Portions extracted from Internet RFCs have the following copyright
693 notice:
694
695 @smalldisplay
696 Copyright @copyright{} The Internet Society (2006).
697
698 This document is subject to the rights, licenses and restrictions
699 contained in BCP 78, and except as set forth therein, the authors
700 retain all their rights.
701
702 This document and the information contained herein are provided on an
703 "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
704 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
705 ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
706 INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
707 INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
708 WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
709 @end smalldisplay
710
711 @cdivider
712
713 @smalldisplay
714 Copyright @copyright{} 1991, 1992, 1994 by Cygnus Support.
715
716 Permission to use, copy, modify, and
717 distribute this software and its documentation for any purpose and
718 without fee is hereby granted, provided that the above copyright
719 notice appear in all copies and that both that copyright notice and
720 this permission notice appear in supporting documentation.
721 Cygnus Support makes no representations about the suitability of
722 this software for any purpose.  It is provided "as is" without express
723 or implied warranty.
724 @end smalldisplay
725
726 @cdivider
727
728 @smalldisplay
729 Copyright @copyright{} 2006 Secure Endpoints Inc.
730
731 Permission is hereby granted, free of charge, to any person
732 obtaining a copy of this software and associated documentation
733 files (the "Software"), to deal in the Software without
734 restriction, including without limitation the rights to use, copy,
735 modify, merge, publish, distribute, sublicense, and/or sell copies
736 of the Software, and to permit persons to whom the Software is
737 furnished to do so, subject to the following conditions:
738
739 The above copyright notice and this permission notice shall be
740 included in all copies or substantial portions of the Software.
741
742 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
743 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
744 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
745 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
746 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
747 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
748 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
749 SOFTWARE.
750 @end smalldisplay
751
752 @cdivider
753
754 Portions of the implementation of the Fortuna-like PRNG are subject to
755 the following notice:
756
757 @smalldisplay
758 Copyright @copyright{} 2005 Marko Kreen
759 All rights reserved.
760
761 Redistribution and use in source and binary forms, with or without
762 modification, are permitted provided that the following conditions
763 are met:
764
765 @enumerate
766 @item
767 Redistributions of source code must retain the above copyright
768 notice, this list of conditions and the following disclaimer.
769 @item
770 Redistributions in binary form must reproduce the above copyright
771 notice, this list of conditions and the following disclaimer in the
772 documentation and/or other materials provided with the distribution.
773 @end enumerate
774
775 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
776 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
777 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
778 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
779 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
780 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
781 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
782 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
783 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
784 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
785 SUCH DAMAGE.
786 @end smalldisplay
787
788 @smalldisplay
789 Copyright @copyright{} 1994 by the University of Southern California
790
791 @quotation
792 EXPORT OF THIS SOFTWARE from the United States of America may
793 require a specific license from the United States Government.
794 It is the responsibility of any person or organization contemplating
795 export to obtain such a license before exporting.
796 @end quotation
797
798 WITHIN THAT CONSTRAINT, permission to copy, modify, and distribute
799 this software and its documentation in source and binary forms is
800 hereby granted, provided that any documentation or other materials
801 related to such distribution or use acknowledge that the software
802 was developed by the University of Southern California.
803
804 DISCLAIMER OF WARRANTY.  THIS SOFTWARE IS PROVIDED "AS IS".  The
805 University of Southern California MAKES NO REPRESENTATIONS OR
806 WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
807 limitation, the University of Southern California MAKES NO
808 REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
809 PARTICULAR PURPOSE. The University of Southern
810 California shall not be held liable for any liability nor for any
811 direct, indirect, or consequential damages with respect to any
812 claim by the user or distributor of the ksu software.
813 @end smalldisplay
814
815 @cdivider
816
817 @smalldisplay
818 Copyright @copyright{} 1995
819 The President and Fellows of Harvard University
820
821 This code is derived from software contributed to Harvard by
822 Jeremy Rassen.
823
824 Redistribution and use in source and binary forms, with or without
825 modification, are permitted provided that the following conditions
826 are met:
827
828 @enumerate
829 @item
830 Redistributions of source code must retain the above copyright
831 notice, this list of conditions and the following disclaimer.
832 @item
833 Redistributions in binary form must reproduce the above copyright
834 notice, this list of conditions and the following disclaimer in the
835 documentation and/or other materials provided with the distribution.
836 @item
837 All advertising materials mentioning features or use of this software
838 must display the following acknowledgement:
839 @quotation
840 This product includes software developed by the University of
841 California, Berkeley and its contributors.
842 @end quotation
843 @item
844 Neither the name of the University nor the names of its contributors
845 may be used to endorse or promote products derived from this software
846 without specific prior written permission.
847 @end enumerate
848
849 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
850 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
851 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
852 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
853 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
854 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
855 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
856 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
857 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
858 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
859 SUCH DAMAGE.
860 @end smalldisplay
861
862 @cdivider
863 @smalldisplay
864 Copyright @copyright{} 2008 by the Massachusetts Institute of Technology.
865 Copyright 1995 by Richard P. Basch.  All Rights Reserved.
866 Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.
867
868 @quotation
869 Export of this software from the United States of America may
870 require a specific license from the United States Government.
871 It is the responsibility of any person or organization contemplating
872 export to obtain such a license before exporting.
873 @end quotation
874
875 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
876 distribute this software and its documentation for any purpose and
877 without fee is hereby granted, provided that the above copyright
878 notice appear in all copies and that both that copyright notice and
879 this permission notice appear in supporting documentation, and that
880 the name of Richard P. Basch, Lehman Brothers and M.I.T. not be used
881 in advertising or publicity pertaining to distribution of the software
882 without specific, written prior permission.  Richard P. Basch,
883 Lehman Brothers and M.I.T. make no representations about the suitability
884 of this software for any purpose.  It is provided "as is" without
885 express or implied warranty.
886 @end smalldisplay
887
888 @cdivider
889
890 The following notice applies to @code{src/lib/krb5/krb/strptime.c}:
891
892 @smalldisplay
893 Copyright @copyright{} 1997, 1998 The NetBSD Foundation, Inc.
894 All rights reserved.
895
896 This code was contributed to The NetBSD Foundation by Klaus Klein.
897
898 Redistribution and use in source and binary forms, with or without
899 modification, are permitted provided that the following conditions
900 are met:
901
902 @enumerate
903 @item
904 Redistributions of source code must retain the above copyright
905 notice, this list of conditions and the following disclaimer.
906 @item
907 Redistributions in binary form must reproduce the above copyright
908 notice, this list of conditions and the following disclaimer in the
909 documentation and/or other materials provided with the distribution.
910 @item
911 All advertising materials mentioning features or use of this software
912 must display the following acknowledgement:
913 @quotation
914 This product includes software developed by the NetBSD
915 Foundation, Inc. and its contributors.
916 @end quotation
917 @item
918 Neither the name of The NetBSD Foundation nor the names of its
919 contributors may be used to endorse or promote products derived
920 from this software without specific prior written permission.
921 @end enumerate
922
923 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
924 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
925 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
926 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
927 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
928 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
929 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
930 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
931 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
932 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
933 POSSIBILITY OF SUCH DAMAGE.
934 @end smalldisplay
935
936 @cdivider
937
938 The following notice applies to Unicode library files in
939 @code{src/lib/krb5/unicode}:
940
941 @smalldisplay
942 Copyright 1997, 1998, 1999 Computing Research Labs,
943 New Mexico State University
944
945 Permission is hereby granted, free of charge, to any person obtaining a
946 copy of this software and associated documentation files (the "Software"),
947 to deal in the Software without restriction, including without limitation
948 the rights to use, copy, modify, merge, publish, distribute, sublicense,
949 and/or sell copies of the Software, and to permit persons to whom the
950 Software is furnished to do so, subject to the following conditions:
951
952 The above copyright notice and this permission notice shall be included in
953 all copies or substantial portions of the Software.
954
955 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
956 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
957 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
958 THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
959 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
960 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
961 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
962 @end smalldisplay
963
964 @cdivider
965
966 The following notice applies to @code{src/util/support/strlcpy.c}:
967
968 @smalldisplay
969 Copyright @copyright{} 1998 Todd C. Miller <Todd.Miller@@courtesan.com>
970
971 Permission to use, copy, modify, and distribute this software for any
972 purpose with or without fee is hereby granted, provided that the above
973 copyright notice and this permission notice appear in all copies.
974
975 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
976 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
977 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
978 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
979 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
980 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
981 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
982 @end smalldisplay
983
984 @cdivider
985
986 The following notice applies to @code{src/util/profile/argv_parse.c} and
987 @code{src/util/profile/argv_parse.h}:
988
989 @smalldisplay
990 Copyright 1999 by Theodore Ts'o.
991
992 Permission to use, copy, modify, and distribute this software for
993 any purpose with or without fee is hereby granted, provided that
994 the above copyright notice and this permission notice appear in all
995 copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
996 AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
997 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
998 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
999 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
1000 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1001 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1002 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  (Isn't
1003 it sick that the U.S. culture of lawsuit-happy lawyers requires
1004 this kind of disclaimer?)
1005 @end smalldisplay
1006
1007 @cdivider
1008
1009 The following notice applies to SWIG-generated code in
1010 @code{src/util/profile/profile_tcl.c}:
1011
1012 @smalldisplay
1013 Copyright @copyright{} 1999-2000, The University of Chicago
1014
1015 This file may be freely redistributed without license or fee provided
1016 this copyright message remains intact.
1017 @end smalldisplay
1018
1019 @cdivider
1020
1021 The following notice applies to portiions of @code{src/lib/rpc} and
1022 @code{src/include/gssrpc}:
1023
1024 @smalldisplay
1025 Copyright @copyright{} 2000 The Regents of the University of Michigan.
1026 All rights reserved.
1027
1028 Copyright @copyright{} 2000 Dug Song <dugsong@@UMICH.EDU>.
1029 All rights reserved, all wrongs reversed.
1030
1031 Redistribution and use in source and binary forms, with or without
1032 modification, are permitted provided that the following conditions
1033 are met:
1034
1035 @enumerate
1036 @item
1037 Redistributions of source code must retain the above copyright
1038 notice, this list of conditions and the following disclaimer.
1039 @item
1040 Redistributions in binary form must reproduce the above copyright
1041 notice, this list of conditions and the following disclaimer in the
1042 documentation and/or other materials provided with the distribution.
1043 @item
1044 Neither the name of the University nor the names of its
1045 contributors may be used to endorse or promote products derived
1046 from this software without specific prior written permission.
1047 @end enumerate
1048
1049 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
1050 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1051 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1052 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1053 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1054 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1055 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1056 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1057 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1058 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1059 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1060 @end smalldisplay
1061
1062 @cdivider
1063
1064 Implementations of the MD4 algorithm are subject to the following
1065 notice:
1066
1067 @smalldisplay
1068 Copyright @copyright{} 1990, RSA Data Security, Inc. All rights reserved.
1069
1070 License to copy and use this software is granted provided that
1071 it is identified as the "RSA Data Security, Inc. MD4 Message
1072 Digest Algorithm" in all material mentioning or referencing this
1073 software or this function.
1074
1075 License is also granted to make and use derivative works
1076 provided that such works are identified as "derived from the RSA
1077 Data Security, Inc. MD4 Message Digest Algorithm" in all
1078 material mentioning or referencing the derived work.
1079
1080 RSA Data Security, Inc. makes no representations concerning
1081 either the merchantability of this software or the suitability
1082 of this software for any particular purpose.  It is provided "as
1083 is" without express or implied warranty of any kind.
1084
1085 These notices must be retained in any copies of any part of this
1086 documentation and/or software.
1087 @end smalldisplay
1088
1089 @cdivider
1090
1091 Implementations of the MD5 algorithm are subject to the following
1092 notice:
1093
1094 @smalldisplay
1095 Copyright @copyright{} 1990, RSA Data Security, Inc. All rights reserved.
1096
1097 License to copy and use this software is granted provided that
1098 it is identified as the "RSA Data Security, Inc. MD5 Message-
1099 Digest Algorithm" in all material mentioning or referencing this
1100 software or this function.
1101
1102 License is also granted to make and use derivative works
1103 provided that such works are identified as "derived from the RSA
1104 Data Security, Inc. MD5 Message-Digest Algorithm" in all
1105 material mentioning or referencing the derived work.
1106
1107 RSA Data Security, Inc. makes no representations concerning
1108 either the merchantability of this software or the suitability
1109 of this software for any particular purpose.  It is provided "as
1110 is" without express or implied warranty of any kind.
1111
1112 These notices must be retained in any copies of any part of this
1113 documentation and/or software.
1114 @end smalldisplay
1115
1116 @cdivider
1117
1118 The following notice applies to @code{src/lib/crypto/krb/crc32/crc32.c}:
1119
1120 @smalldisplay
1121 Copyright @copyright{} 1990-2, RSA Data Security, Inc. Created 1990. All
1122 rights reserved.
1123
1124 RSA Data Security, Inc. makes no representations concerning either
1125 the merchantability of this software or the suitability of this
1126 software for any particular purpose. It is provided "as is"
1127 without express or implied warranty of any kind.
1128
1129 These notices must be retained in any copies of any part of this
1130 documentation and/or software.
1131 @end smalldisplay
1132
1133 @cdivider
1134 Portions of @code{src/lib/krb5} are subject to the following notice:
1135
1136 @smalldisplay
1137 Copyright @copyright{} 1994 CyberSAFE Corporation.
1138 Copyright 1990,1991,2007,2008 by the Massachusetts Institute of Technology.
1139 All Rights Reserved.
1140
1141 @quotation
1142 Export of this software from the United States of America may
1143 require a specific license from the United States Government.
1144 It is the responsibility of any person or organization contemplating
1145 export to obtain such a license before exporting.
1146 @end quotation
1147
1148 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
1149 distribute this software and its documentation for any purpose and
1150 without fee is hereby granted, provided that the above copyright
1151 notice appear in all copies and that both that copyright notice and
1152 this permission notice appear in supporting documentation, and that
1153 the name of M.I.T. not be used in advertising or publicity pertaining
1154 to distribution of the software without specific, written prior
1155 permission.  Furthermore if you modify this software you must label
1156 your software as modified software and not distribute it in such a
1157 fashion that it might be confused with the original M.I.T. software.
1158 Neither M.I.T., the Open Computing Security Group, nor
1159 CyberSAFE Corporation make any representations about the suitability of
1160 this software for any purpose.  It is provided "as is" without express
1161 or implied warranty.
1162 @end smalldisplay
1163 @ifclear noticefile
1164
1165 @cdivider
1166
1167 Permission is granted to make and distribute verbatim copies of this
1168 manual provided the copyright notices and this permission notice are
1169 preserved on all copies.
1170
1171 @ignore
1172 Permission is granted to process this file through TeX and print the
1173 results, provided the printed document carries a copying permission
1174 notice identical to this one except for the removal of this paragraph
1175 (this paragraph not being relevant to the printed manual).
1176 @end ignore
1177
1178 Permission is granted to copy and distribute modified versions of this
1179 manual under the conditions for verbatim copying, provided also that the
1180 entire resulting derived work is distributed under the terms of a
1181 permission notice identical to this one.
1182
1183 Permission is granted to copy and distribute translations of this manual
1184 into another language, under the above conditions for modified versions.
1185 @end ifclear
1186 @iftex
1187 @pagealignmacro
1188 @end iftex