home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 28 / develop issue 28 code / macapp debugging / twistdownlists / tdlcopyright.h < prev    next >
Encoding:
Text File  |  1996-10-04  |  608 b   |  18 lines

  1. //----------------------------------------------------------------------------------------
  2. // TDLCopyright.h
  3. // ETO20 MacApp 3.3.1, MPW 3.4.1
  4. // Copyright ©1996 Conrad Kopala
  5. // Twist Down Lists version 2.0a0 7/15/96
  6. //----------------------------------------------------------------------------------------
  7.  
  8. #ifndef __TDLCOPYRIGHT__
  9. #define __TDLCOPYRIGHT__
  10.  
  11. #define TDL_SHORT_VERSION    "2.0a0"
  12. #define TDL_LONG_VERSION        "Twist Down Lists 2.0a0, © Conrad Kopala. 1994-96"
  13. #define TDL_COPYRIGHT        "Twist Down Lists  Copyright © 1994-96 by Conrad Kopala."
  14. #define TDL_VERS_CODE        0x02, 0x00, alpha, 0x00
  15.  
  16.  
  17. #endif
  18.