summaryrefslogtreecommitdiff
path: root/disrel.c
diff options
context:
space:
mode:
Diffstat (limited to 'disrel.c')
-rw-r--r--disrel.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/disrel.c b/disrel.c
new file mode 100644
index 0000000..1e28155
--- /dev/null
+++ b/disrel.c
@@ -0,0 +1,28 @@
+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 (PC/IX)";
+
+ /*
+ **
+ ** 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.
+ **
+ */
+