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. --- plugins/firstorder/formula.ml | 10 ++++++---- plugins/firstorder/formula.mli | 10 ++++++---- plugins/firstorder/g_ground.ml4 | 10 ++++++---- plugins/firstorder/ground.ml | 10 ++++++---- plugins/firstorder/ground.mli | 10 ++++++---- plugins/firstorder/instances.ml | 10 ++++++---- plugins/firstorder/instances.mli | 10 ++++++---- plugins/firstorder/rules.ml | 10 ++++++---- plugins/firstorder/rules.mli | 10 ++++++---- plugins/firstorder/sequent.ml | 10 ++++++---- plugins/firstorder/sequent.mli | 10 ++++++---- plugins/firstorder/unify.ml | 10 ++++++---- plugins/firstorder/unify.mli | 10 ++++++---- 13 files changed, 78 insertions(+), 52 deletions(-) (limited to 'plugins/firstorder') diff --git a/plugins/firstorder/formula.ml b/plugins/firstorder/formula.ml index 4c59996aa..047fc9fbf 100644 --- a/plugins/firstorder/formula.ml +++ b/plugins/firstorder/formula.ml @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*