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. --- lib/acyclicGraph.ml | 4 ++-- lib/acyclicGraph.mli | 4 ++-- lib/aux_file.ml | 4 ++-- lib/aux_file.mli | 4 ++-- lib/cAst.ml | 4 ++-- lib/cAst.mli | 4 ++-- lib/cErrors.ml | 4 ++-- lib/cErrors.mli | 4 ++-- lib/cProfile.ml | 4 ++-- lib/cProfile.mli | 4 ++-- lib/cWarnings.ml | 4 ++-- lib/cWarnings.mli | 4 ++-- lib/control.ml | 4 ++-- lib/control.mli | 4 ++-- lib/coqProject_file.ml | 4 ++-- lib/coqProject_file.mli | 4 ++-- lib/dAst.ml | 4 ++-- lib/dAst.mli | 4 ++-- lib/envars.ml | 4 ++-- lib/envars.mli | 4 ++-- lib/explore.ml | 4 ++-- lib/explore.mli | 4 ++-- lib/feedback.ml | 4 ++-- lib/feedback.mli | 4 ++-- lib/flags.ml | 4 ++-- lib/flags.mli | 4 ++-- lib/future.ml | 4 ++-- lib/future.mli | 4 ++-- lib/genarg.ml | 4 ++-- lib/genarg.mli | 4 ++-- lib/hook.ml | 4 ++-- lib/hook.mli | 4 ++-- lib/loc.ml | 4 ++-- lib/loc.mli | 4 ++-- lib/pp.ml | 4 ++-- lib/pp.mli | 4 ++-- lib/pp_diff.ml | 4 ++-- lib/pp_diff.mli | 4 ++-- lib/remoteCounter.ml | 4 ++-- lib/remoteCounter.mli | 4 ++-- lib/rtree.ml | 4 ++-- lib/rtree.mli | 4 ++-- lib/spawn.ml | 4 ++-- lib/spawn.mli | 4 ++-- lib/stateid.ml | 4 ++-- lib/stateid.mli | 4 ++-- lib/system.ml | 4 ++-- lib/system.mli | 4 ++-- lib/util.ml | 4 ++-- lib/util.mli | 4 ++-- lib/xml_datatype.mli | 4 ++-- 51 files changed, 102 insertions(+), 102 deletions(-) (limited to 'lib') diff --git a/lib/acyclicGraph.ml b/lib/acyclicGraph.ml index 669605dec7..dc5241b89e 100644 --- a/lib/acyclicGraph.ml +++ b/lib/acyclicGraph.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*