home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / ncftp / ncftp-1.9.5.tar.gz / ncftp-1.9.5.tar / ncftp-1.9.5 / copyright.h < prev    next >
Text File  |  1995-10-01  |  964b  |  26 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-1995 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 may not be sold for profit on physical
  15.  * media such as disks, tapes, and CD-ROMS, without expressed written
  16.  * permission.
  17.  */
  18.  
  19. #ifdef _main_c_
  20. #ifndef lint
  21. 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";
  22. #endif /* not lint */
  23. #endif /* _main_c_ */
  24.  
  25. /* eof copyright.h */
  26.