summaryrefslogtreecommitdiff
path: root/dis88/disrel.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-03-24 17:45:55 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:29:43 +0200
commitfe22c37817ce338fbbc90b239320248c270957fa (patch)
treed9550410c4a20bdd382fcc58d2d3d7c5e04e5245 /dis88/disrel.c
parenta7aba15e8efffb1c5d3097656f1a93955a64f01f (diff)
parent42192453ea219b80d0bf9f41e51e36d3d4d0740b (diff)
downloaddev86-fe22c37817ce338fbbc90b239320248c270957fa.tar.gz
Import Dev86-0.0.4.tar.gzv0.0.4
Diffstat (limited to 'dis88/disrel.c')
-rw-r--r--dis88/disrel.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/dis88/disrel.c b/dis88/disrel.c
new file mode 100644
index 0000000..37f3221
--- /dev/null
+++ b/dis88/disrel.c
@@ -0,0 +1,30 @@
+static char *copyright =
+ "@(#) Copyright (C) 1987 G. M. Harding, all rights reserved";
+
+static char *sccsid =
+ "@(#) disrel.c, Ver. 2.1 created 00:00:00 87/09/01";
+
+char *release =
+ "release 2.1 (MINIX)";
+
+ /*
+ **
+ ** This file documents the major revisions to the 8088 sym-
+ ** bolic disassembler. It also contains the release string
+ ** which is output at the head of each disassembly, and the
+ ** copyright string which must be incorporated in any code
+ ** distribution.
+ **
+ ** Permission to copy and redistribute is hereby granted,
+ ** provided full source code, with all copyright notices,
+ ** accompanies any redistribution.
+ **
+ ** REVISION HISTORY:
+ **
+ ** SEP 87:
+ ** After internal shakeout, released on Usenet.
+ **
+ ** JUN 88:
+ ** Ported to MINIX
+ */
+