home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume39 / ncftp / part03 / copyright.h next >
Encoding:
C/C++ Source or Header  |  1993-08-25  |  1.0 KB  |  31 lines

  1. /* Copyright.h */
  2.  
  3. /*  $RCSfile: copyright.h,v $
  4.  *  $Revision: 14020.12 $
  5.  *  $Date: 93/06/02 13:43:03 $
  6.  */
  7.  
  8. /*
  9.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  10.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  11.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  12.  *
  13.  * Copyright (c) 1992, 1993 Mike Gleason, NCEMRSoft.
  14.  * Copyright (c) 1985, 1989 Regents of the University of California.
  15.  * All rights reserved.
  16.  *
  17.  * Redistribution and use in source and binary forms are permitted provided
  18.  * that: (1) source distributions retain this entire copyright notice and
  19.  * comment, and (2) distributions may not be sold for profit on physicaical
  20.  * media such as disks, tapes, and CD-ROMS, without expressed written
  21.  * permission.
  22.  */
  23.  
  24. #ifdef _main_c_
  25. #ifndef lint
  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 /* not lint */
  28. #endif /* _main_c_ */
  29.  
  30. /* eof copyright.h */
  31.