From 877b4347139b187bb2e5151526ae17307d246a12 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 27 Jan 2008 11:19:58 +0000 Subject: Ajout license, README, copyright notices git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@489 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- caml/CMlexer.mll | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'caml/CMlexer.mll') diff --git a/caml/CMlexer.mll b/caml/CMlexer.mll index 7951982f..ba67a699 100644 --- a/caml/CMlexer.mll +++ b/caml/CMlexer.mll @@ -1,4 +1,17 @@ -(* $Id: CMlexer.mll,v 1.3 2005/03/21 15:53:00 xleroy Exp $ *) +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Xavier Leroy, INRIA Paris-Rocquencourt *) +(* *) +(* Copyright Institut National de Recherche en Informatique et en *) +(* Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU General Public License as published by *) +(* the Free Software Foundation, either version 2 of the License, or *) +(* (at your option) any later version. This file is also distributed *) +(* under the terms of the INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) { open Camlcoq -- cgit