remove traces of benchmarks from test/.
[minix.git] / commands / dis88 / disrel.c
blob37f322123f2dec6e962a50fcbd5b618ac325847c
1 static char *copyright =
2 "@(#) Copyright (C) 1987 G. M. Harding, all rights reserved";
4 static char *sccsid =
5 "@(#) disrel.c, Ver. 2.1 created 00:00:00 87/09/01";
7 char *release =
8 "release 2.1 (MINIX)";
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.
18 ** Permission to copy and redistribute is hereby granted,
19 ** provided full source code, with all copyright notices,
20 ** accompanies any redistribution.
22 ** REVISION HISTORY:
24 ** SEP 87:
25 ** After internal shakeout, released on Usenet.
27 ** JUN 88:
28 ** Ported to MINIX