From 629fbc743f8b5e7623a6834f19885b2e379cb782 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 27 Feb 2018 17:02:31 +0100 Subject: Update headers following #6543. --- parsing/cLexer.ml4 | 10 ++++++---- parsing/cLexer.mli | 10 ++++++---- parsing/egramcoq.ml | 10 ++++++---- parsing/egramcoq.mli | 10 ++++++---- parsing/egramml.ml | 10 ++++++---- parsing/egramml.mli | 10 ++++++---- parsing/g_constr.ml4 | 10 ++++++---- parsing/g_prim.ml4 | 10 ++++++---- parsing/g_proofs.ml4 | 10 ++++++---- parsing/g_vernac.ml4 | 10 ++++++---- parsing/pcoq.ml | 10 ++++++---- parsing/pcoq.mli | 10 ++++++---- parsing/tok.ml | 10 ++++++---- parsing/tok.mli | 10 ++++++---- 14 files changed, 84 insertions(+), 56 deletions(-) (limited to 'parsing') diff --git a/parsing/cLexer.ml4 b/parsing/cLexer.ml4 index f26398fa9..e9c6ebfa0 100644 --- a/parsing/cLexer.ml4 +++ b/parsing/cLexer.ml4 @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*