1 #ifdef __COPYRIGHT_H__
2 #define __COPYRIGHT_H__
3 
4 /*
5  * XBoing - An X11 blockout style computer game
6  *
7  * (c) Copyright 1993-1997, Justin C. Kibell, All Rights Reserved
8  *
9  * The X Consortium, and any party obtaining a copy of these files from
10  * the X Consortium, directly or indirectly, is granted, free of charge, a
11  * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
12  * nonexclusive right and license to deal in this software and
13  * documentation files (the "Software"), including without limitation the
14  * rights to use, copy, modify, merge, publish, distribute, sublicense,
15  * and/or sell copies of the Software, and to permit persons who receive
16  * copies from any such party to do so.  This license includes without
17  * limitation a license to do the foregoing actions under any patents of
18  * the party supplying this software to the X Consortium.
19  *
20  * In no event shall the author be liable to any party for direct, indirect,
21  * special, incidental, or consequential damages arising out of the use of
22  * this software and its documentation, even if the author has been advised
23  * of the possibility of such damage.
24  *
25  * The author specifically disclaims any warranties, including, but not limited
26  * to, the implied warranties of merchantability and fitness for a particular
27  * purpose.  The software provided hereunder is on an "AS IS" basis, and the
28  * author has no obligation to provide maintenance, support, updates,
29  * enhancements, or modifications.
30  *
31  *  Author: Justin Christopher Kibell
32  *   email: jck@catt.rmit.edu.au
33  *   phone: 61 3 9282 2456 b/h
34  * Address: PO BOX 260, Eltham 3095, Victoria, Australia
35  */
36 
37 /*
38  * =========================================================================
39  *
40  * $Id: copyright.h,v 1.1.1.1 1994/12/16 01:36:51 jck Exp $
41  * $Source: /usr5/legends/jck/xb/master/xboing/include/copyright.h,v $
42  * $Revision: 1.1.1.1 $
43  * $Date: 1994/12/16 01:36:51 $
44  *
45  * $Log: copyright.h,v $
46  * Revision 1.1.1.1  1994/12/16  01:36:51  jck
47  * The XBoing distribution requires configuration management. This is why the
48  * cvs utility is being used. This is the initial import of all source etc..
49  *
50  *
51  * =========================================================================
52  */
53 
54 #endif
55