diff options
Diffstat (limited to 'scripts/coqc.ml')
-rw-r--r-- | scripts/coqc.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml index cc8e5a1a..d5544b94 100644 --- a/scripts/coqc.ml +++ b/scripts/coqc.ml @@ -1,12 +1,12 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011 *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: coqc.ml 14015 2011-04-15 17:48:45Z letouzey $ *) +(* $Id: coqc.ml 14641 2011-11-06 11:59:10Z herbelin $ *) (* Afin de rendre Coq plus portable, ce programme Caml remplace le script coqc. |