1The Xmt library and all its supporting programs and documentation are
2
3    Copyright (c) 1992 through 2001 by David Flanagan.
4    All Rights Reserved.
5
6This is software provided at no charge. It is Open Source software as
7defined by OpenSource.org. There is no requirement to purchase
8anything. Please read the file LICENSE for the details.  There is NO
9WARRANTY for this software.  Please see the file NO_WARRANTY for
10details.
11
12Portions of the Xmt library are derived from other sources, and fall
13under additional copyrights and restrictions.  Where code has been used
14or modified from other sources, it is noted at the top of the file, or
15immediately above the use of that code.
16
17Some code is modified from the X11R5 distribution, and is copyright MIT
18and DEC.  Some code is modified from the XPM distribution from Groupe
19Bull.  Some is derived from work originally done by the author at MIT
20Project Athena.  The copyright notices on these pieces of the library
21are given below.  Note, however, all of the Xmt library, including these
22derived parts, falls under the copyright above.
23
24The MIT and Digital copyright for X11R5 code:
25
26    Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts
27    and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
28
29			    All Rights Reserved
30
31    Permission to use, copy, modify, and distribute this software and its
32    documentation for any purpose and without fee is hereby granted,
33    provided that the above copyright notice appear in all copies and that
34    both that copyright notice and this permission notice appear in
35    supporting documentation, and that the names of Digital or MIT not be
36    used in advertising or publicity pertaining to distribution of the
37    software without specific, written prior permission.
38
39    DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
40    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
41    DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
42    ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
43    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
44    ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
45    SOFTWARE.
46
47The Groupe Bull copyright for the Xpm code.
48
49    Copyright 1990, 1991 GROUPE BULL
50
51    Permission to use, copy, modify, and distribute this software and its
52    documentation for any purpose and without fee is hereby granted, provided
53    that the above copyright notice appear in all copies and that both that
54    copyright notice and this permission notice appear in supporting
55    documentation, and that the name of GROUPE BULL not be used in advertising
56    or publicity pertaining to distribution of the software without specific,
57    written prior permission.  GROUPE BULL makes no representations about the
58    suitability of this software for any purpose.  It is provided "as is"
59    without express or implied warranty.
60
61       GROUPE BULL disclaims all warranties with regard to this software,
62    including all implied warranties of merchantability and fitness,
63    in no event shall GROUPE BULL be liable for any special,
64    indirect or consequential damages or any damages
65    whatsoever resulting from loss of use, data or profits,
66    whether in an action of contract, negligence or other tortious
67    action, arising out of or in connection with the use
68    or performance of this software.
69
70    Arnaud LE HORS   BULL Research FRANCE -- Koala Project
71		     (XPM - X PixMap format version 2 & 3)
72
73The MIT copyright for Project Athena code.  Note that none of the
74software in the Xmt library uses encryption, so the clause pertaining to
75encryption does not apply.
76
77     Copyright (C) 1990 by the Massachusetts Institute of Technology
78
79       Export of software employing encryption from the United States of
80       America is assumed to require a specific license from the United
81       States Government.  It is the responsibility of any person or
82       organization contemplating export to obtain such a license before
83       exporting.
84
85    WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
86    distribute this software and its documentation for any purpose and
87    without fee is hereby granted, provided that the above copyright
88    notice appear in all copies and that both that copyright notice and
89    this permission notice appear in supporting documentation, and that
90    the name of M.I.T. not be used in advertising or publicity pertaining
91    to distribution of the software without specific, written prior
92    permission.  M.I.T. makes no representations about the suitability of
93    this software for any purpose.  It is provided "as is" without express
94    or implied warranty.
95