1994-09-23 01:45:37 +02:00
/* Copyright.h */
/*
* THIS SOFTWARE IS PROVIDED ` ` AS IS ' ' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES , INCLUDING , WITHOUT LIMITATION , THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .
*
1995-01-03 18:18:21 +01:00
* Copyright ( c ) 1992 - 1995 Mike Gleason , NCEMRSoft .
1994-09-23 01:45:37 +02:00
* Copyright ( c ) 1985 , 1989 Regents of the University of California .
* All rights reserved .
*
* Redistribution and use in source and binary forms are permitted provided
* that : ( 1 ) source distributions retain this entire copyright notice and
* comment , and ( 2 ) distributions may not be sold for profit on physical
* media such as disks , tapes , and CD - ROMS , without expressed written
* permission .
*/
# ifdef _main_c_
# ifndef lint
1995-01-03 18:18:21 +01:00
static char copyright [ ] = " @(#) Copyright (c) 1992, 1993, 1994, 1995 by NCEMRSoft and Copyright (c) 1985, 1989 Regents of the University of California. \n All rights reserved. \n " ;
1994-09-23 01:45:37 +02:00
# endif /* not lint */
# endif /* _main_c_ */
/* eof copyright.h */