1 /*
2  * xgraph - program to graphically display numerical data
3  *
4  * David Harrison
5  * University of California, Berkeley
6  * 1989
7  *
8  * Copyright (c) 1988, 1989, Regents of the University of California.
9  * All rights reserved.
10  *
11  * Use and copying of this software and preparation of derivative works
12  * based upon this software are permitted.  However, any distribution of
13  * this software or derivative works must include the above copyright
14  * notice.
15  *
16  * This software is made available AS IS, and neither the Electronics
17  * Research Laboratory or the University of California make any
18  * warranty about the software, its performance or its conformity to
19  * any specification.
20  */
21 
22 #ifndef _RIGHTS_
23 #define _RIGHTS_
24 
25 static char copyright[] = "Copyright (c) 1989, Regents of the University of California.  All rights reserved.";
26 
27 #endif /* _RIGHTS_ */
28