Line | |
---|
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 (MINIX)";
|
---|
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 | ** JUN 88:
|
---|
28 | ** Ported to MINIX
|
---|
29 | */
|
---|
30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.