1*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
2*0Sstevel@tonic-gate /*
3*0Sstevel@tonic-gate  * Copyright (C) 1989-1994 by the Massachusetts Institute of Technology,
4*0Sstevel@tonic-gate  * Cambridge, MA, USA.  All Rights Reserved.
5*0Sstevel@tonic-gate  *
6*0Sstevel@tonic-gate  * This software is being provided to you, the LICENSEE, by the
7*0Sstevel@tonic-gate  * Massachusetts Institute of Technology (M.I.T.) under the following
8*0Sstevel@tonic-gate  * license.  By obtaining, using and/or copying this software, you agree
9*0Sstevel@tonic-gate  * that you have read, understood, and will comply with these terms and
10*0Sstevel@tonic-gate  * conditions:
11*0Sstevel@tonic-gate  *
12*0Sstevel@tonic-gate  * Export of this software from the United States of America may
13*0Sstevel@tonic-gate  * require a specific license from the United States Government.
14*0Sstevel@tonic-gate  * It is the responsibility of any person or organization contemplating
15*0Sstevel@tonic-gate  * export to obtain such a license before exporting.
16*0Sstevel@tonic-gate  *
17*0Sstevel@tonic-gate  * WITHIN THAT CONSTRAINT, permission to use, copy, modify and distribute
18*0Sstevel@tonic-gate  * this software and its documentation for any purpose and without fee or
19*0Sstevel@tonic-gate  * royalty is hereby granted, provided that you agree to comply with the
20*0Sstevel@tonic-gate  * following copyright notice and statements, including the disclaimer, and
21*0Sstevel@tonic-gate  * that the same appear on ALL copies of the software and documentation,
22*0Sstevel@tonic-gate  * including modifications that you make for internal use or for
23*0Sstevel@tonic-gate  * distribution:
24*0Sstevel@tonic-gate  *
25*0Sstevel@tonic-gate  * THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS
26*0Sstevel@tonic-gate  * OR WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
27*0Sstevel@tonic-gate  * limitation, M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES OF
28*0Sstevel@tonic-gate  * MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
29*0Sstevel@tonic-gate  * THE LICENSED SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
30*0Sstevel@tonic-gate  * PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
31*0Sstevel@tonic-gate  *
32*0Sstevel@tonic-gate  * The name of the Massachusetts Institute of Technology or M.I.T. may NOT
33*0Sstevel@tonic-gate  * be used in advertising or publicity pertaining to distribution of the
34*0Sstevel@tonic-gate  * software.  Title to copyright in this software and any associated
35*0Sstevel@tonic-gate  * documentation shall at all times remain with M.I.T., and USER agrees to
36*0Sstevel@tonic-gate  * preserve same.
37*0Sstevel@tonic-gate  */
38