From a99776e10e0b2198d2b811ad82631111fb450f8a Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Wed, 18 Mar 2020 12:14:26 +0100 Subject: Update headers in the whole code base. Add headers to a few files which were missing them. --- plugins/cc/ccalgo.ml | 4 ++-- plugins/cc/ccalgo.mli | 4 ++-- plugins/cc/ccproof.ml | 4 ++-- plugins/cc/ccproof.mli | 4 ++-- plugins/cc/cctac.ml | 4 ++-- plugins/cc/cctac.mli | 4 ++-- plugins/cc/g_congruence.mlg | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'plugins/cc') diff --git a/plugins/cc/ccalgo.ml b/plugins/cc/ccalgo.ml index f9078c4bdc..74043d6bc8 100644 --- a/plugins/cc/ccalgo.ml +++ b/plugins/cc/ccalgo.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*