1 * This software was written by Mark Brukhartz at Lachman Associates,
2 * Inc.. Additional code was written by a large cast of people.
4 * Licensing and (re)distribution
5 * ------------------------------
7 * THE SUMMARY INFORMATION BELOW WAS WRITTEN FOR THE BENEFIT OF
8 * SOFTWARE DISTRIBUTORS
10 * Because of historical reasons, different parts of this software
11 * package are covered by different licenses. However:
13 * A) This software package as a whole may be re-distributed by any
14 * method that satisfies the conditions of both the Perl "Artistic
15 * License" and the GNU Library General Public License.
17 * B) According to the theory.html file of the Sunsite Archive
18 * Maintainers, this implies that the correct LSM template field
21 * Copying-policy: LGPL
23 * C) This software package can also be re-distributed under
24 * particular conditions that are _weaker_ than the Perl "Artistic
25 * License" combined with the GNU Library General Public License.
26 * Redistribution need only satisfy all four license notices below.
28 * Disclaimer: I am not a lawyer, and neither are the Sunsite Archive
31 * END OF SUMMARY INFORMATION
33 * ------------------------------------------------------------------
35 * License notice 1, covering part of this software package.
37 * [Covers the original 1985 afio code]
39 * Copyright (c) 1985 Lachman Associates, Inc..
41 * This software was written by Mark Brukhartz at Lachman Associates,
42 * Inc.. It may be distributed within the following restrictions:
43 * (1) It may not be sold at a profit.
44 * (2) This credit and notice must remain intact.
45 * This software may be distributed with other software by a commercial
46 * vendor, provided that it is included at no additional charge.
49 * [Note: it is believed that condition 5 of the Perl "Artistic
50 * License" implies the intent of restriction (1) above.]
54 * ** License notice 2, covering part of this software package.
56 * [Covers the tempnam function]
58 * Copyright: Copyright (c) 1989 by Monty Walls.
59 * Not derived from licensed software.
61 * Permission to copy and/or distribute granted under the
62 * following conditions:
64 * 1). This notice must remain intact.
65 * 2). The author is not responsible for the consequences of use
66 * this software, no matter how awful, even if they
67 * arise from defects in it.
68 * 3). Altered version must not be represented as being the
73 * ** License notice 3, covering part of this software package.
75 * [Covers the contents of the gnu.fnmatch.tar.gz file]
77 * Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
79 * This library is free software; you can redistribute it and/or
80 * modify it under the terms of the GNU Library General Public License as
81 * published by the Free Software Foundation; either version 2 of the
82 * License, or (at your option) any later version.
84 * This library is distributed in the hope that it will be useful,
85 * but WITHOUT ANY WARRANTY; without even the implied warranty of
86 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
87 * Library General Public License for more details.
89 * You should have received a copy of the GNU Library General Public
90 * License along with this library; see the file COPYING.LIB. If
91 * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
92 * Cambridge, MA 02139, USA.
96 * ** License notice 4, covering part of this software package.
98 * [Covers the remainder of this software package]
100 * Additional code was written by a large cast of people.
102 * All additional code may be redistributed under the conditions of
105 * Note that the authors of the additional code retain the right to
106 * allow for the re-distribution of their code under weaker (and less
107 * exotic) conditions.
113 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
114 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
115 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
118 * [End of licensing and redistribution section]