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/firstorder/formula.ml | 4 ++-- plugins/firstorder/formula.mli | 4 ++-- plugins/firstorder/g_ground.mlg | 4 ++-- plugins/firstorder/ground.ml | 4 ++-- plugins/firstorder/ground.mli | 4 ++-- plugins/firstorder/instances.ml | 4 ++-- plugins/firstorder/instances.mli | 4 ++-- plugins/firstorder/rules.ml | 4 ++-- plugins/firstorder/rules.mli | 4 ++-- plugins/firstorder/sequent.ml | 4 ++-- plugins/firstorder/sequent.mli | 4 ++-- plugins/firstorder/unify.ml | 4 ++-- plugins/firstorder/unify.mli | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) (limited to 'plugins/firstorder') diff --git a/plugins/firstorder/formula.ml b/plugins/firstorder/formula.ml index 38dd8992bc..c76287d288 100644 --- a/plugins/firstorder/formula.ml +++ b/plugins/firstorder/formula.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*