home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / ncftp / part04 / copyright.h < prev    next >
C/C++ Source or Header  |  1993-01-24  |  1KB  |  31 lines

  1. /* copyright.h */
  2.  
  3. /*
  4.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  5.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  6.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  7.  *
  8.  * Copyright (c) 1992, 1993 Mike Gleason, NCEMRSoft.
  9.  * Copyright (c) 1985, 1989 Regents of the University of California.
  10.  * All rights reserved.
  11.  *
  12.  * Redistribution and use in source and binary forms are permitted provided
  13.  * that: (1) source distributions retain this entire copyright notice and
  14.  * comment, and (2) distributions including binaries display the following
  15.  * acknowledgement:  ``This product includes software developed by the
  16.  * University of California, Berkeley and its contributors'' in the
  17.  * documentation or other materials provided with the distribution and in
  18.  * all advertising materials mentioning features or use of this software.
  19.  * Neither the name of the University nor the names of its contributors may
  20.  * be used to endorse or promote products derived from this software without
  21.  * specific prior written permission.
  22.  */
  23.  
  24. #ifndef lint
  25. #ifdef _main_c_
  26. static char copyright[] = "@(#) Copyright (c) 1992, 1993 by NCEMRSoft and Copyright (c) 1985, 1989 Regents of the University of California.\n All rights reserved.\n";
  27. #endif
  28. #endif /* not lint */
  29.  
  30. /* eof copyright.h */
  31.