From 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 16 Jul 2004 20:01:26 +0000 Subject: Nouvelle en-tĂȘte git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/constrextern.ml | 16 ++++++++-------- interp/constrextern.mli | 14 +++++++------- interp/constrintern.ml | 14 +++++++------- interp/constrintern.mli | 14 +++++++------- interp/coqlib.ml | 14 +++++++------- interp/coqlib.mli | 14 +++++++------- interp/genarg.ml | 14 +++++++------- interp/genarg.mli | 14 +++++++------- interp/modintern.ml | 14 +++++++------- interp/modintern.mli | 14 +++++++------- interp/ppextend.ml | 14 +++++++------- interp/ppextend.mli | 14 +++++++------- interp/reserve.ml | 14 +++++++------- interp/reserve.mli | 14 +++++++------- interp/symbols.ml | 14 +++++++------- interp/symbols.mli | 14 +++++++------- interp/syntax_def.ml | 14 +++++++------- interp/syntax_def.mli | 14 +++++++------- interp/topconstr.ml | 14 +++++++------- interp/topconstr.mli | 14 +++++++------- 20 files changed, 141 insertions(+), 141 deletions(-) (limited to 'interp') diff --git a/interp/constrextern.ml b/interp/constrextern.ml index e0b5a99cdb..372b6c4ed9 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -1,10 +1,10 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*