diff options
Diffstat (limited to 'asmcomp/strmatch.mli')
-rw-r--r-- | asmcomp/strmatch.mli | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/asmcomp/strmatch.mli b/asmcomp/strmatch.mli index 143dae5cb6..4371502c2c 100644 --- a/asmcomp/strmatch.mli +++ b/asmcomp/strmatch.mli @@ -1,14 +1,17 @@ -(***********************************************************************) -(* *) -(* OCaml *) -(* *) -(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) -(* *) -(* Copyright 1996 Institut National de Recherche en Informatique et *) -(* en Automatique. All rights reserved. This file is distributed *) -(* under the terms of the Q Public License version 1.0. *) -(* *) -(***********************************************************************) +(**************************************************************************) +(* *) +(* OCaml *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1996 Institut National de Recherche en Informatique et *) +(* en Automatique. *) +(* *) +(* All rights reserved. This file is distributed under the terms of *) +(* the GNU Lesser General Public License version 2.1, with the *) +(* special exception on linking described in the file LICENSE. *) +(* *) +(**************************************************************************) (* Translation of string matching from closed lambda to C-- *) |