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 --- ide/blaster_window.ml | 14 +++++++------- ide/command_windows.ml | 14 +++++++------- ide/command_windows.mli | 14 +++++++------- ide/config_lexer.mll | 14 +++++++------- ide/config_parser.mly | 10 +++++----- ide/coq.ml | 14 +++++++------- ide/coq.mli | 14 +++++++------- ide/coq_commands.ml | 14 +++++++------- ide/coq_tactics.ml | 14 +++++++------- ide/coq_tactics.mli | 14 +++++++------- ide/coqide.ml | 14 +++++++------- ide/coqide.mli | 14 +++++++------- ide/extract_index.mll | 14 +++++++------- ide/find_phrase.mll | 14 +++++++------- ide/highlight.mll | 14 +++++++------- ide/ideutils.ml | 14 +++++++------- ide/ideutils.mli | 14 +++++++------- ide/preferences.ml | 14 +++++++------- ide/preferences.mli | 14 +++++++------- ide/undo.ml | 14 +++++++------- ide/undo.mli | 14 +++++++------- ide/utf8.v | 14 +++++++------- ide/utf8_convert.mll | 14 +++++++------- 23 files changed, 159 insertions(+), 159 deletions(-) (limited to 'ide') diff --git a/ide/blaster_window.ml b/ide/blaster_window.ml index d02243d118..895c57ccd2 100644 --- a/ide/blaster_window.ml +++ b/ide/blaster_window.ml @@ -1,10 +1,10 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*