Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / boost / copyright
1 This software is a collection of libraries from the Boost.org site.
2 The libraries use various licenses that fall under these guidelines:
3
4 License requirements
5
6     Must be simple to read and understand. 
7
8     Must grant permission to copy, use and modify the software for any
9     use (commercial and non-commercial) for no fee.
10
11     Must require that the license appear on all copies of the software
12     source code.
13
14     Must not require that the license appear with executables or other
15     binary uses of the library.
16
17     Must not require that the source code be available for execution
18     or other binary uses of the library.
19
20     May restrict the use of the name and description of the library to
21     the standard version found on the Boost web site.
22
23
24 The individual copyright and license statements generally appear in
25 library headers, though a few appear in other files.  As of
26 2003-03-30, the licenses are as follows.  The header from which the
27 license statement was taken is indicated, where applicable.
28
29
30         any <boost/any.hpp>
31         -------------------
32
33 // Copyright Kevlin Henney, 2000, 2001, 2002. All rights reserved.
34 //
35 // Permission to use, copy, modify, and distribute this software for any
36 // purpose is hereby granted without fee, provided that this copyright and
37 // permissions notice appear in all copies and derivatives.
38 //
39 // This software is provided "as is" without express or implied warranty.
40
41
42         array <boost/array.hpp>
43         -----------------------
44
45  * (C) Copyright Nicolai M. Josuttis 2001.
46  * Permission to copy, use, modify, sell and distribute this software
47  * is granted provided this copyright notice appears in all copies.
48  * This software is provided "as is" without express or implied
49  * warranty, and with no claim as to its suitability for any purpose.
50
51
52         bind and mem_fn <boost/bind.hpp>
53         --------------------------------
54
55 //  Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
56 //  Copyright (c) 2001 David Abrahams
57 //
58 //  Permission to copy, use, modify, sell and distribute this software
59 //  is granted provided this copyright notice appears in all copies.
60 //  This software is provided "as is" without express or implied
61 //  warranty, and with no claim as to its suitability for any purpose.
62
63
64         call_traits <boost/call_traits.hpp>
65         -----------------------------------
66
67 //  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
68 //  Use, modification and distribution are subject to the Boost Software License,
69 //  Version 1.0.  
70
71 Terms of the Boost Software License appear later in this file.
72
73
74         compatibility <boost/compatibility/*>
75         -------------------------------------
76
77 The headers are automatically generated.  The script which generates them
78 (libs/compatibility/generate_cpp_c_headers.py in boost source) has the
79 following license.
80
81 # Copyright (c) 2001 Ralf W. Grosse-Kunstleve. Permission to copy,
82 # use, modify, sell and distribute this script is granted provided this
83 # copyright notice appears in all copies. This document is provided "as
84 # is" without express or implied warranty, and with no claim as to its
85 # suitability for any purpose.
86
87
88         compressed_pair <boost/compressed_pair.hpp>
89         -------------------------------------------
90
91 //  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
92 //  Use, modification and distribution are subject to the Boost Software License,
93 //  Version 1.0.
94
95 Terms of the Boost Software License appear later in this file.
96  
97
98         concept_check <boost/concept_check.hpp>
99         ---------------------------------------
100
101 // (C) Copyright Jeremy Siek 2000. Permission to copy, use, modify,
102 // sell and distribute this software is granted provided this
103 // copyright notice appears in all copies. This software is provided
104 // "as is" without express or implied warranty, and with no claim as
105 // to its suitability for any purpose.
106
107
108         config <boost/config.hpp>
109         -------------------------
110
111 //  (C) Copyright John Maddock 2002.
112 //  Use, modification and distribution are subject to the
113 //  Boost Software License, Version 1.0.
114
115 Terms of the Boost Software License appear later in this file.
116
117
118         conversion <boost/cast.hpp>
119         ---------------------------
120
121 //  (C) Copyright boost.org 1999. Permission to copy, use, modify, sell
122 //  and distribute this software is granted provided this copyright
123 //  notice appears in all copies. This software is provided "as is" without
124 //  express or implied warranty, and with no claim as to its suitability for
125 //  any purpose.
126
127
128         crc <boost/crc.hpp>
129         -------------------
130
131 //  Copyright 2001 Daryle Walker.  Use, modification, and distribution are
132 //  subject to the Boost Software License, Version 1.0.
133
134 Terms of the Boost Software License appear later in this file.
135
136
137         date_time <boost/date_time/date.hpp>
138         ------------------------------------
139
140 /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
141  * Use, modification and distribution is subject to the
142  * Boost Software License, Version 1.0.
143
144 Terms of the Boost Software License appear later in this file.
145
146
147         dynamic_bitset <boost/dynamic_bitset.hpp>
148         -----------------------------------------
149
150 // (C) Copyright Chuck Allison and Jeremy Siek 2001, 2002.
151 //
152 // Permission to copy, use, modify, sell and distribute this software
153 // is granted provided this copyright notice appears in all
154 // copies. This software is provided "as is" without express or
155 // implied warranty, and with no claim as to its suitability for any
156 // purpose.
157
158
159         enable_if <boost/utility/enable_if.hpp>
160         ---------------------------------------
161
162 // Copyright 2003 © The Trustees of Indiana University.
163
164 // Use, modification, and distribution is subject to the Boost Software
165 // License, Version 1.0.
166
167 Terms of the Boost Software License appear later in this file.
168
169
170         filesystem <boost/filesystem/path.hpp>
171         --------------------------------------
172
173 //  © Copyright Beman Dawes 2002-2003
174 //  Use, modification, and distribution is subject to the Boost Software
175 //  License, Version 1.0.
176
177 Terms of the Boost Software License appear later in this file.
178  
179  
180         format <boost/format.hpp>
181         -------------------------
182
183 //  (C) Samuel Krempp 2001
184 //  Permission to copy, use, modify, sell and
185 //  distribute this software is granted provided this copyright notice appears
186 //  in all copies. This software is provided "as is" without express or implied
187 //  warranty, and with no claim as to its suitability for any purpose.
188
189
190         function <boost/function.hpp>
191         -----------------------------
192
193 //  Copyright Doug Gregor 2001-2003. Use, modification and
194 //  distribution is subject to the Boost Software License, Version
195 //  1.0.
196
197 Terms of the Boost Software License appear later in this file.
198
199
200         functional <boost/functional.hpp>
201         ---------------------------------
202
203 // Copyright (c) 2000
204 // Cadenza New Zealand Ltd
205 //
206 // Permission to use, copy, modify, distribute and sell this software
207 // and its documentation for any purpose is hereby granted without
208 // fee, provided that the above copyright notice appears in all copies
209 // and that both the copyright notice and this permission notice
210 // appear in supporting documentation.  Cadenza New Zealand Ltd makes
211 // no representations about the suitability of this software for any
212 // purpose.  It is provided "as is" without express or implied
213 // warranty.
214
215
216         graph
217         -----
218
219 See Boost.Graph section, below.  All Debian modifications to
220 Boost.Graph are hereby placed in the Public Domain.
221
222
223         integer <boost/integer.hpp>
224         ---------------------------
225
226 //  Copyright Beman Dawes 1999.
227 //  See accompanying license for terms and conditions of use.
228
229 Terms of the Boost Software License appear later in this file.
230
231
232         interval <boost/numeric/interval.hpp>
233         -------------------------------------
234
235  * Copyright Jens Maurer 2000
236  * Copyright Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion 2002
237  * Permission to use, copy, modify, sell, and distribute this software
238  * is hereby granted without fee provided that the above copyright notice
239  * appears in all copies and that both that copyright notice and this
240  * permission notice appear in supporting documentation,
241  *
242  * None of the above authors nor Polytechnic University make any
243  * representation about the suitability of this software for any
244  * purpose. It is provided "as is" without express or implied warranty.
245
246
247         io_state_savers <boost/io/ios_state.hpp>
248         ----------------------------------------
249
250 //  Copyright 2002 Daryle Walker.  Use, modification, and distribution are
251 //  subject to the Boost Software License, Version 1.0.
252
253 Terms of the Boost Software License appear later in this file.
254  
255
256         iterators <boost/iterator/iterator_adaptor.hpp>
257         -----------------------------------------------
258
259 // (C) Copyright David Abrahams 2002.
260 // (C) Copyright Jeremy Siek    2002.
261 // (C) Copyright Thomas Witt    2002.
262 // Permission to copy, use, modify,
263 // sell and distribute this software is granted provided this
264 // copyright notice appears in all copies. This software is provided
265 // "as is" without express or implied warranty, and with no claim as
266 // to its suitability for any purpose.
267
268
269         lambda <boost/lambda/lambda.hpp>
270         --------------------------------
271
272 // Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
273 //
274 // Permission to copy, use, sell and distribute this software is granted
275 // provided this copyright notice appears in all copies. 
276 // Permission to modify the code and to distribute modified code is granted
277 // provided this copyright notice appears in all copies, and a notice 
278 // that the code was modified is included with the copyright notice.
279 //
280 // This software is provided "as is" without express or implied warranty, 
281 // and with no claim as to its suitability for any purpose.
282
283
284         math <boost/math_fwd.hpp>
285         -------------------------
286
287 //  (C) Copyright boost.org 2001-2002.  Permission to copy, use, modify, sell
288 //  and distribute this software is granted provided this copyright
289 //  notice appears in all copies.  This software is provided "as is" without
290 //  express or implied warranty, and with no claim as to its suitability for
291 //  any purpose.
292
293
294         math/common_factor <boost/math/common_factor.hpp>
295         -------------------------------------------------
296
297 //  (C) Copyright Daryle Walker 2001-2002.  Permission to copy, use, modify,
298 //  sell and distribute this software is granted provided this copyright notice
299 //  appears in all copies.  This software is provided "as is" without express
300 //  or implied warranty, and with no claim as to its suitability for any
301 //  purpose.
302
303
304         math/octonion <boost/math/octonion.hpp>
305         ---------------------------------------
306
307 //  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
308 //  distribute this software is granted provided this copyright notice appears
309 //  in all copies. This software is provided "as is" without express or implied
310 //  warranty, and with no claim as to its suitability for any purpose.
311
312
313         math/quaternion <boost/math/quaternion.hpp>
314         -------------------------------------------
315
316 //  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
317 //  distribute this software is granted provided this copyright notice appears
318 //  in all copies. This software is provided "as is" without express or implied
319 //  warranty, and with no claim as to its suitability for any purpose.
320
321
322         math/special_functions <boost/math/special_functions/acosh.hpp>
323         ---------------------------------------------------------------
324
325 //  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
326 //  distribute this software is granted provided this copyright notice appears
327 //  in all copies. This software is provided "as is" without express or implied
328 //  warranty, and with no claim as to its suitability for any purpose.
329
330
331         mpl <boost/mpl/apply.hpp>
332         -------------------------
333
334 // Copyright (c) 2000-03
335 // Aleksey Gurtovoy
336 //
337 // Permission to use, copy, modify, distribute and sell this software
338 // and its documentation for any purpose is hereby granted without fee,
339 // provided that the above copyright notice appears in all copies and
340 // that both the copyright notice and this permission notice appear in
341 // supporting documentation. No representations are made about the
342 // suitability of this software for any purpose. It is provided "as is"
343 // without express or implied warranty.
344
345
346         multi_array <boost/multi_array.hpp>
347         -----------------------------------
348
349 // Copyright 2002 The Trustees of Indiana University.
350
351 // Use, modification and distribution is subject to the Boost Software
352 // License, Version 1.0.
353
354 Terms of the Boost Software License appear later in this file.
355
356
357         operators <boost/operators.hpp>
358         -------------------------------
359
360 //  (C) Copyright David Abrahams, Jeremy Siek, and Daryle Walker 1999-2001.
361 //  Permission to copy, use, modify, sell and distribute this software is
362 //  granted provided this copyright notice appears in all copies.  This
363 //  software is provided "as is" without express or implied warranty, and
364 //  with no claim as to its suitability for any purpose.
365
366
367         optional <boost/optional.hpp>
368         -----------------------------
369
370 // Use, modification, and distribution is subject to the Boost Software
371 // License, Version 1.0.
372
373 Terms of the Boost Software License appear later in this file.
374
375
376         pool (libs/pool/doc/copyright.html)
377         -----------------------------------
378
379 // Copyright (C) 2000, 2001 Stephen Cleary
380
381   Permission to copy, use, and distribute this software and its
382   documentation is granted, provided that the above copyright notice
383   appears in all copies and that that copyright notice appear in
384   supporting documentation.
385
386   Permission to modify the software and its documentation, and to
387   distribute modified software and documentation is granted, provided
388   that: the above copyright notice appears in all copies
389   <STRONG>AND</STRONG> that copyright notice appears in supporting
390   documentation, <STRONG>AND</STRONG> a notice that the software was
391   modified appears with the copyright notice.
392
393
394         preprocessor <boost/preprocessor.hpp>
395         -------------------------------------
396
397 # /* Copyright (C) 2001
398 #  * Housemarque Oy
399 #  * http://www.housemarque.com
400 #  *
401 #  * Permission to copy, use, modify, sell and distribute this software is
402 #  * granted provided this copyright notice appears in all copies. This
403 #  * software is provided "as is" without express or implied warranty, and
404 #  * with no claim as to its suitability for any purpose.
405 #  */
406 #
407 # /* Revised by Paul Mensonides (2002) */
408
409
410         property_map <boost/property_map.hpp>
411         -------------------------------------
412
413 //  (C) Copyright Jeremy Siek 1999-2001. Permission to copy, use, modify,
414 //  sell and distribute this software is granted provided this
415 //  copyright notice appears in all copies. This software is provided
416 //  "as is" without express or implied warranty, and with no claim as
417 //  to its suitability for any purpose.
418
419
420         python <boost/python.hpp>
421         -------------------------
422
423 // Copyright David Abrahams 2002. Permission to copy, use,
424 // modify, sell and distribute this software is granted provided this
425 // copyright notice appears in all copies. This software is provided
426 // "as is" without express or implied warranty, and with no claim as
427 // to its suitability for any purpose.
428
429
430         random <boost/random.hpp>
431         -------------------------
432
433  * Copyright Jens Maurer 2000-2001
434  * Permission to use, copy, modify, sell, and distribute this software
435  * is hereby granted without fee provided that the above copyright notice
436  * appears in all copies and that both that copyright notice and this
437  * permission notice appear in supporting documentation,
438  *
439  * Jens Maurer makes no representations about the suitability of this
440  * software for any purpose. It is provided "as is" without express or
441  * implied warranty.
442
443
444         rational <boost/rational.hpp>
445         -----------------------------
446
447 //  (C) Copyright Paul Moore 1999. Permission to copy, use, modify, sell and
448 //  distribute this software is granted provided this copyright notice appears
449 //  in all copies. This software is provided "as is" without express or
450 //  implied warranty, and with no claim as to its suitability for any purpose.
451
452
453         ref <boost/ref.hpp>
454         -------------------
455
456 //  Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
457 //  Copyright (C) 2001, 2002 Peter Dimov
458 //  Copyright (C) 2002 David Abrahams
459 //
460 //  Permission to copy, use, modify, sell and distribute this software
461 //  is granted provided this copyright notice appears in all copies.
462 //  This software is provided "as is" without express or implied
463 //  warranty, and with no claim as to its suitability for any purpose.
464
465
466         regex <boost/regex.hpp>
467         -----------------------
468
469  * Copyright (c) 1998-2002
470  * Dr John Maddock
471  *
472  * Use, modification and distribution are subject to the
473  * Boost Software License, Version 1.0.
474
475 Terms of the Boost Software License appear later in this file.
476
477
478         signals <boost/signal.hpp>
479         --------------------------
480
481 // Copyright Doug Gregor 2001-2003. Use, modification and
482 // distribution is subject to the Boost Software License, Version
483 // 1.0.
484
485 Terms of the Boost Software License appear later in this file.
486
487
488         smart_ptr <boost/smart_ptr.hpp>
489         -------------------------------
490
491 //  Copyright (c) 1998-2002 boost.org
492 //  Copyright (c) 2003 Peter Dimov
493 //
494 //  Permission to copy, use, modify, sell and distribute this software
495 //  is granted provided this copyright notice appears in all copies.
496 //  This software is provided "as is" without express or implied
497 //  warranty, and with no claim as to its suitability for any purpose.
498
499
500         static_assert <boost/static_assert.hpp>
501         ---------------------------------------
502
503 //  (C) Copyright John Maddock 2000.
504 //  Use, modification and distribution are subject to the
505 //  Boost Software License, Version 1.0.
506
507 Terms of the Boost Software License appear later in this file.
508
509
510         spirit <boost/spirit.hpp>
511         -------------------------
512
513     Copyright (c) 1998-2003 Joel de Guzman
514     Copyright (c) 2001-2003 Daniel Nuffer
515     Copyright (c) 2001-2003 Hartmut Kaiser
516     Copyright (c) 2002-2003 Martin Wille
517     Copyright (c) 2002 Juan Carlos Arevalo-Baeza
518     Copyright (c) 2002 Raghavendra Satish
519     Copyright (c) 2002 Jeff Westfahl
520     Copyright (c) 2001 Bruce Florman
521     Copyright (c) 2003 Giovanni Bajo
522     Copyright (c) 2003 Vaclav Vesely
523     Copyright (c) 2003 Jonathan de Halleux
524     http://spirit.sourceforge.net/
525
526     Use, modification and distribution is subject to the Boost Software
527     License, Version 1.0.
528
529 Terms of the Boost Software License appear later in this file.
530
531
532         test <boost/test/test_tools.hpp>
533         --------------------------------
534
535 //  (C) Copyright Gennadiy Rozental 2001-2003.
536 //  (C) Copyright Ullrich Koethe 2001.
537 //  Use, modification, and distribution are subject to the
538 //  Boost Software License, Version 1.0.
539
540 Terms of the Boost Software License appear later in this file.
541
542
543         thread <boost/thread.hpp>
544         -------------------------
545
546 // Copyright (C) 2001-2003
547 // William E. Kempf
548 //
549 // Permission to use, copy, modify, distribute and sell this software
550 // and its documentation for any purpose is hereby granted without fee,
551 // provided that the above copyright notice appear in all copies and
552 // that both that copyright notice and this permission notice appear
553 // in supporting documentation.  William E. Kempf makes no representations
554 // about the suitability of this software for any purpose.
555 // It is provided "as is" without express or implied warranty.
556
557
558         timer <boost/timer.hpp>
559         -----------------------
560
561 //  Copyright Beman Dawes 1994-99.
562 //  See accompanying license for terms and conditions of use.
563
564 Terms of the Boost Software License appear later in this file.
565
566
567         tokenizer <boost/tokenizer.hpp>
568         -------------------------------
569
570 // © Copyright Jeremy Siek and John R. Bandela 2001. 
571  
572 // Permission to copy, use, modify, sell and distribute this software
573 // is granted provided this copyright notice appears in all
574 // copies. This software is provided "as is" without express or
575 // implied warranty, and with no claim as to its suitability for any
576 // purpose.
577
578
579         tuple <boost/tuple/tuple.hpp>
580         -----------------------------
581
582 // Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
583 //
584 // Permission to copy, use, sell and distribute this software is granted
585 // provided this copyright notice appears in all copies. 
586 // Permission to modify the code and to distribute modified code is granted
587 // provided this copyright notice appears in all copies, and a notice 
588 // that the code was modified is included with the copyright notice.
589 //
590 // This software is provided "as is" without express or implied warranty, 
591 // and with no claim as to its suitability for any purpose.
592
593
594         type_traits <boost/type_traits.hpp>
595         -----------------------------------
596
597 //  (C) Copyright John Maddock 2000.
598 //  Use, modification and distribution are subject to the Boost Software License,
599 //  Version 1.0.
600
601 Terms of the Boost Software License appear later in this file.
602
603
604         uBLAS <boost/numeric/ublas/blas.hpp>
605         ------------------------------------
606
607 //  Copyright (c) 2000-2002
608 //  Joerg Walter, Mathias Koch
609 //
610 //  Permission to use, copy, modify, distribute and sell this software
611 //  and its documentation for any purpose is hereby granted without fee,
612 //  provided that the above copyright notice appear in all copies and
613 //  that both that copyright notice and this permission notice appear
614 //  in supporting documentation.  The authors make no representations
615 //  about the suitability of this software for any purpose.
616 //  It is provided "as is" without express or implied warranty.
617
618
619         utility <boost/utility.hpp>
620         ---------------------------
621
622 //  Copyright 1999-2003 Boost.org.  Use, modification, and distribution are
623 //  subject to the Boost Software License, Version 1.0.
624
625 Terms of the Boost Software License appear later in this file.
626
627
628         value_initialized <boost/utility/value_init.hpp
629         -----------------------------------------------
630
631 // (C) 2002, Fernando Luis Cacciola Carballal.
632 //
633 // This material is provided "as is", with absolutely no warranty expressed
634 // or implied. Any use is at your own risk.
635 //
636 // Permission to use or copy this software for any purpose is hereby granted
637 // without fee, provided the above notices are retained on all copies.
638 // Permission to modify the code and to distribute modified code is granted,
639 // provided the above notices are retained, and a notice that the code was
640 // modified is included with the above copyright notice.
641
642
643         variant <boost/variant.hpp>
644         ---------------------------
645
646 // Copyright (c) 2003
647 // Eric Friedman, Itay Maman
648 //
649 // Permission to use, copy, modify, distribute and sell this software
650 // and its documentation for any purpose is hereby granted without fee,
651 // provided that the above copyright notice appears in all copies and
652 // that both the copyright notice and this permission notice appear in
653 // supporting documentation. No representations are made about the
654 // suitability of this software for any purpose. It is provided "as is"
655 // without express or implied warranty.
656
657
658
659         Boost Software License - Version 1.0
660         ------------------------------------
661
662 Boost Software License - Version 1.0 - August 17th, 2003
663
664 Permission is hereby granted, free of charge, to any person or organization
665 obtaining a copy of the software and accompanying documentation covered by
666 this license (the "Software") to use, reproduce, display, distribute,
667 execute, and transmit the Software, and to prepare derivative works of the
668 Software, and to permit third-parties to whom the Software is furnished to
669 do so, all subject to the following:
670
671 The copyright notices in the Software and this entire statement, including
672 the above license grant, this restriction and the following disclaimer,
673 must be included in all copies of the Software, in whole or in part, and
674 all derivative works of the Software, unless such copies or derivative
675 works are solely in the form of machine-executable object code generated by
676 a source language processor.
677
678 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
679 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
680 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
681 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
682 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
683 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
684 DEALINGS IN THE SOFTWARE.
685
686
687         Boost.Graph Licence
688         -------------------
689
690 COPYRIGHT NOTICE:
691
692 Copyright 1997-2000, University of Notre Dame.
693 Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
694
695 The Boost Graph Library "Artistic License"
696
697 Preamble
698
699 The intent of this document is to state the conditions under which a
700 Package may be copied, such that the Copyright Holder maintains some
701 semblance of artistic control over the development of the package,
702 while giving the users of the package the right to use and distribute
703 the Package in a more-or-less free fashion, plus the right to make
704 reasonable modifications.
705
706 Definitions
707
708 "Package" refers to the collection of files distributed by the
709 Copyright Holder, and derivatives of that collection of files created
710 through textual modification.
711
712 "Standard Version" refers to such a Package if it has not been
713 modified, or has been modified in accordance with the wishes of the
714 Copyright Holder as specified below.
715
716 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 
717
718 "You" is you, if you're thinking about copying or distributing this Package. 
719
720 "Reasonable copying fee" is whatever you can justify on the basis of
721 media cost, duplication charges, time of people involved, and so
722 on. (You will not be required to justify it to the Copyright Holder,
723 but only to the computing community at large as a market that must
724 bear the fee.)
725
726 "Freely Available" means that no fee is charged for the item itself,
727 though there may be fees involved in handling the item. It also means
728 that recipients of the item may redistribute it under the same
729 conditions they received it.
730
731 1. You may make and give away verbatim copies of the source form of
732 the Standard Version of this Package without restriction, provided
733 that you duplicate all of the original copyright notices and
734 associated disclaimers.
735
736 2. You may apply bug fixes, portability fixes and other modifications
737 derived from the Public Domain or from the Copyright Holder. A Package
738 modified in such a way shall still be considered the Standard Version. 
739
740 3. You may otherwise modify your copy of this Package in any way,
741 provided that you insert a prominent notice in each changed file
742 stating how and when you changed that file, and provided that you do
743 at least ONE of the following:
744
745   a. place your modifications in the Public Domain or otherwise make
746     them Freely Available, such as by posting said modifications to Usenet
747     or an equivalent medium, or placing the modifications on a major
748     archive site such as uunet.uu.net, or by allowing the Copyright Holder
749     to include your modifications in the Standard Version of the Package.
750   b. use the modified Package only within your corporation or organization. 
751   c. rename any non-standard types and functions so the names do not
752     conflict with Standard Vibrary, which must also be provided, and
753     provide a separate documentation for each non-standard type of function
754     that clearly documents how it differs from the Standard Version.
755   d. make other distribution arrangements with the Copyright Holder. 
756
757 4. You may charge a reasonable copying fee for any distribution of this
758 Package. You may charge any fee you choose for support of this
759 Package. You may not charge a fee for this Package itself. However,
760 you may distribute this Package in aggregate with other (possibly
761 commercial) programs as part of a larger (possibly commercial)
762 software distribution provided that you do not advertise this Package
763 as a product of your own. 
764
765 5. The name of the Copyright Holder may not be used to endorse or
766 promote products derived from this software without specific prior
767 written permission.
768
769 DISCLAIMER:
770
771 LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
772 By way of example, but not limitation, Licensor MAKES NO
773 REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
774 PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
775 OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
776 OR OTHER RIGHTS.
777
778 The Authors and the University of Notre Dame du Lac shall not be held
779 liable for any liability nor for any direct, indirect or consequential
780 damages with respect to any claim by LICENSEE or any third party on
781 account of or arising from this Agreement or use of this software.
782
783 Any disputes arising out of this Agreement or LICENSEE'S use of the
784 software at any time shall be resolved by the courts of the state of
785 Indiana.  LICENSEE hereby consents to the jurisdiction of the Indiana
786 courts and waives the right to challenge the jurisdiction thereof in
787 any dispute arising out of this Agreement or Licensee's use of the
788 software.
789