1 #ifndef _JIM_COPYRIGHT_
2 /*
3  * Copyright 1989, 1990, 1991 Jim Frost
4  *
5  * Permission to use, copy, modify, distribute, and sell this software
6  * and its documentation for any purpose is hereby granted without fee,
7  * provided that the above copyright notice appear in all copies and
8  * that both that copyright notice and this permission notice appear
9  * in supporting documentation.  The author makes no representations
10  * about the suitability of this software for any purpose.  It is
11  * provided "as is" without express or implied warranty.
12  *
13  * THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
15  * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
16  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17  * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
18  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
19  * USE OR PERFORMANCE OF THIS SOFTWARE.
20  */
21 
22 #ifndef __SABER__
23 static const char *Copyright = "Copyright 1989, 1990, 1991, 1992 Jim Frost";
24 #endif
25 #define _JIM_COPYRIGHT_
26 #endif
27