From dcaf93a7432304b3479ed191607aa4cd2966baf3 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 18 Aug 2010 09:11:26 +0000 Subject: Copyright banner git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1469 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- cfrontend/C2C.ml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cfrontend') diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml index f62099a4..feac4f0c 100644 --- a/cfrontend/C2C.ml +++ b/cfrontend/C2C.ml @@ -1,3 +1,15 @@ +(* *********************************************************************) +(* *) +(* 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 INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) + open Printf open Cparser -- cgit