diff options
Diffstat (limited to 'tools/lexer299.mll')
-rw-r--r-- | tools/lexer299.mll | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/tools/lexer299.mll b/tools/lexer299.mll index e7709602d8..6ff82a893b 100644 --- a/tools/lexer299.mll +++ b/tools/lexer299.mll @@ -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. *) +(* *) +(**************************************************************************) (* The lexer definition *) |