home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / include / version.h < prev   
Encoding:
C/C++ Source or Header  |  1990-11-21  |  921 b   |  32 lines

  1.  
  2. /*
  3.  *  VERSION.H
  4.  *
  5.  *  $Header: Beta:src/uucp/src/include/RCS/version.h,v 1.1 90/02/02 12:15:46 dillon Exp Locker: dillon $
  6.  *
  7.  *  Major version number (minor version numbers kept in subsidary
  8.  *  files.
  9.  */
  10.  
  11. #ifndef _CONFIG_H
  12. #include "config.h"
  13. #endif
  14.  
  15. #define VERSION "AmigaUUCP Plus 1.00"
  16.  
  17. #define COPYRIGHT \
  18.    "(C) Copyright 1987 by John Gilmore\n"   \
  19.    "Copying and use of this program are controlled by the terms of the Free\n" \
  20.    "Software Foundation's GNU Emacs General Public License.\n"                \
  21.    "Amiga Changes Copyright 1988 by William Loftus. All rights reserved.\n"     \
  22.    "Additional chgs Copyright 1989 by Matthew Dillon, All Rights Reserved.\n"
  23.  
  24. #define DCOPYRIGHT \
  25.     "(c)Copyright 1990, Matthew Dillon, all rights reserved\n"
  26.  
  27. #define FCOPYRIGHT \
  28.     "Copyright (C) 1990 Ingo Feulner\n"
  29.  
  30. #define IDENT(subv)   static char *Ident = "@($)" __FILE__ " " VERSION subv " " __DATE__
  31.  
  32.