/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/regex.c,v 1.7 1988/08/15 20:53:59 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/regex.c,v 1.8 1989/05/01 19:38:27 cph Rel $
-Copyright (c) 1987, 1988 Massachusetts Institute of Technology
+Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* Regular expression matching and search.
- Translated from GNU Emacs. */
+/* Regular expression matching and search. */
+
+/* NOTE: This program was created by translation from the regular
+expression code of GNU Emacs; it was translated from the original C to
+68000 assembly language (in 1986), and then translated back from 68000
+assembly language to C (in 1987). Users should be aware that the GNU
+GENERAL PUBLIC LICENSE may apply to this code. A copy of that license
+should have been included along with this file. */
#include "scheme.h"
#include "char.h"
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/regex.h,v 1.2 1988/08/15 20:54:12 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/regex.h,v 1.3 1989/05/01 19:38:37 cph Rel $
-Copyright (c) 1987, 1988 Massachusetts Institute of Technology
+Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* Translated from GNU Emacs. */
+/* NOTE: This program was created by translation from the regular
+expression code of GNU Emacs; it was translated from the original C to
+68000 assembly language (in 1986), and then translated back from 68000
+assembly language to C (in 1987). Users should be aware that the GNU
+GENERAL PUBLIC LICENSE may apply to this code. A copy of that license
+should have been included along with this file. */
\f
/* Structure to represent a buffer of text to match against.
This contains the information that an editor buffer would have
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.c,v 1.12 1989/04/15 00:15:52 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.c,v 1.13 1989/05/01 19:38:42 cph Exp $
Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* Primitives to support Edwin syntax tables, word and list parsing.
- Translated from GNU Emacs. */
+/* Primitives to support Edwin syntax tables, word and list parsing. */
+
+/* NOTE: This program was created by translation from the syntax table
+code of GNU Emacs; it was translated from the original C to 68000
+assembly language (in 1986), and then translated back from 68000
+assembly language to C (in 1987). Users should be aware that the GNU
+GENERAL PUBLIC LICENSE may apply to this code. A copy of that license
+should have been included along with this file. */
#include "scheme.h"
#include "prims.h"
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.h,v 1.3 1988/08/15 20:56:14 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.h,v 1.4 1989/05/01 19:38:49 cph Exp $
-Copyright (c) 1987, 1988 Massachusetts Institute of Technology
+Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
MIT in each case. */
/* Definitions for Edwin syntax tables. */
+
+/* NOTE: This program was created by translation from the syntax table
+code of GNU Emacs; it was translated from the original C to 68000
+assembly language (in 1986), and then translated back from 68000
+assembly language to C (in 1987). Users should be aware that the GNU
+GENERAL PUBLIC LICENSE may apply to this code. A copy of that license
+should have been included along with this file. */
\f
/* CODE is the syntax code for the character. */