home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume15 / dis88 / part01 / disrel.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-23  |  742 b   |  29 lines

  1. static char *copyright =
  2.    "@(#) Copyright (C) 1987 G. M. Harding, all rights reserved";
  3.  
  4. static char *sccsid =
  5.    "@(#) disrel.c, Ver. 2.1 created 00:00:00 87/09/01";
  6.  
  7. char *release =
  8.    "release 2.1 (PC/IX)";
  9.  
  10.  /*
  11.  **
  12.  ** This file documents the major revisions to the 8088 sym-
  13.  ** bolic disassembler. It also contains the release string
  14.  ** which is output at the head of each disassembly, and the
  15.  ** copyright string which must be incorporated in any code
  16.  ** distribution.
  17.  **
  18.  ** Permission to copy and redistribute is hereby granted,
  19.  ** provided full source code, with all copyright notices,
  20.  ** accompanies any redistribution.
  21.  **
  22.  ** REVISION HISTORY:
  23.  **
  24.  ** SEP 87:
  25.  **    After internal shakeout, released on Usenet.
  26.  **
  27.  */
  28.  
  29.