"Fossies" - the Fresh Open Source Software Archive 
Member "xearth-1.1/kljcpyrt.h" (7 Nov 1999, 1949 Bytes) of package /linux/misc/old/xearth-1.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 #ifndef _KLJ_COPYRIGHT_
2 #define _KLJ_COPYRIGHT_
3
4 /*
5 * Copyright (C) 1989, 1990, 1993-1995, 1999 Kirk Lauritz Johnson
6 *
7 * Parts of the source code (as marked) are:
8 * Copyright (C) 1989, 1990, 1991 by Jim Frost
9 * Copyright (C) 1992 by Jamie Zawinski <jwz@lucid.com>
10 *
11 * Permission to use, copy, modify and freely distribute xearth for
12 * non-commercial and not-for-profit purposes is hereby granted
13 * without fee, provided that both the above copyright notice and this
14 * permission notice appear in all copies and in supporting
15 * documentation.
16 *
17 * Unisys Corporation holds worldwide patent rights on the Lempel Zev
18 * Welch (LZW) compression technique employed in the CompuServe GIF
19 * image file format as well as in other formats. Unisys has made it
20 * clear, however, that it does not require licensing or fees to be
21 * paid for freely distributed, non-commercial applications (such as
22 * xearth) that employ LZW/GIF technology. Those wishing further
23 * information about licensing the LZW patent should contact Unisys
24 * directly at (lzw_info@unisys.com) or by writing to
25 *
26 * Unisys Corporation
27 * Welch Licensing Department
28 * M/S-C1SW19
29 * P.O. Box 500
30 * Blue Bell, PA 19424
31 *
32 * The author makes no representations about the suitability of this
33 * software for any purpose. It is provided "as is" without express or
34 * implied warranty.
35 *
36 * THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
38 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT
39 * OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
40 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
41 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
42 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
43 */
44
45 static const char *Copyright =
46 "Copyright (C) 1989, 1990, 1993-1995, 1999 Kirk Lauritz Johnson";
47
48 #endif