home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / COPYRIGHT.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-07  |  814 b   |  28 lines

  1. /* Copyright.h */
  2.  
  3. /* This copyright data applies to all source files and all binary files. */
  4.  
  5. #ifdef _main_c_
  6.  
  7. char gCopyright1[] = "@(#) \
  8. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED\n\
  9. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF\n\
  10. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n\
  11. \n";
  12.  
  13. char gCopyright2[] = "\
  14. Copyright (c) 1995 Mike Gleason, NCEMRSoft.\n\
  15. All rights reserved.\n\
  16. \n";
  17.  
  18. char gCopyright3[] = "\
  19. Redistribution and use in source and binary forms are permitted provided\n\
  20. that: (1) source distributions retain this entire copyright notice and\n\
  21. comment, and (2) distributions may not be sold for profit on physical\n\
  22. media such as disks, tapes, and CD-ROMS, without expressed written\n\
  23. permission.";
  24.  
  25. #endif
  26.  
  27. /* eof copyright.h */
  28.