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/cc/ccalgo.ml | 10 ++++++---- plugins/cc/ccalgo.mli | 10 ++++++---- plugins/cc/ccproof.ml | 10 ++++++---- plugins/cc/ccproof.mli | 10 ++++++---- plugins/cc/cctac.ml | 10 ++++++---- plugins/cc/cctac.mli | 11 ++++++----- plugins/cc/g_congruence.ml4 | 10 ++++++---- 7 files changed, 42 insertions(+), 29 deletions(-) (limited to 'plugins/cc') diff --git a/plugins/cc/ccalgo.ml b/plugins/cc/ccalgo.ml index ccef9ab960..5a48189260 100644 --- a/plugins/cc/ccalgo.ml +++ b/plugins/cc/ccalgo.ml @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*