From 187dc15532f0c6f380d7bcb07adc2180c29fedc2 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 15 Mar 2001 13:38:59 +0000 Subject: entetes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1469 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coq-tex.ml | 7 +++++++ tools/coq_makefile.ml | 7 +++++++ tools/coqdep.ml | 7 +++++++ tools/coqdep_lexer.mll | 7 +++++++ tools/gallina.ml | 7 +++++++ tools/gallina_lexer.mll | 7 +++++++ 6 files changed, 42 insertions(+) (limited to 'tools') diff --git a/tools/coq-tex.ml b/tools/coq-tex.ml index 69882c0ceb..e5355a7aef 100644 --- a/tools/coq-tex.ml +++ b/tools/coq-tex.ml @@ -1,3 +1,10 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*