/*
 * xgraph - program to graphically display numerical data
 *
 * David Harrison
 * University of California, Berkeley
 * 1989
 *
 * Copyright (c) 1988, 1989, Regents of the University of California.
 * All rights reserved.
 *
 * Use and copying of this software and preparation of derivative works
 * based upon this software are permitted.  However, any distribution of
 * this software or derivative works must include the above copyright
 * notice.
 *
 * This software is made available AS IS, and neither the Electronics
 * Research Laboratory or the University of California make any
 * warranty about the software, its performance or its conformity to
 * any specification.
 */

#ifndef _RIGHTS_
#define _RIGHTS_

static char copyright[] = "Copyright (c) 1989, Regents of the University of California.  All rights reserved.";

#endif /* _RIGHTS_ */
