From 93a33f710ed9a5eb045d8ee09b6142142b172f18 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 9 Jan 2013 10:35:04 +0000 Subject: Update for release 1.12 git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2097 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- LICENSE | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index a6155925..5fec6cbb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,8 @@ All files in this distribution are part of the CompCert verified compiler. The CompCert verified compiler is Copyright 2004, 2005, 2006, 2007, -2008, 2009, 2010, 2011, 2012 Institut National de Recherche en Informatique -et en Automatique (INRIA). +2008, 2009, 2010, 2011, 2012, 2013 Institut National de Recherche en +Informatique et en Automatique (INRIA). The CompCert verified compiler is distributed under the terms of the INRIA Non-Commercial License Agreement given below. This is a @@ -29,7 +29,9 @@ option) any later version: cfrontend/Cstrategy.v lib/Maps.v cfrontend/Clight.v lib/Parmov.v cfrontend/PrintCsyntax.ml lib/Camlcoq.ml - cfrontend/PrintClight.ml + cfrontend/PrintClight.ml + exportclight/Clightdefs.v + exportclight/ExportClight.ml all files in the runtime/ directory all files in the cparser/ directory -- cgit