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. --- tools/coqdoc/alpha.ml | 4 ++-- tools/coqdoc/alpha.mli | 4 ++-- tools/coqdoc/cdglobals.ml | 4 ++-- tools/coqdoc/cpretty.mli | 4 ++-- tools/coqdoc/cpretty.mll | 4 ++-- tools/coqdoc/index.ml | 4 ++-- tools/coqdoc/index.mli | 4 ++-- tools/coqdoc/main.ml | 4 ++-- tools/coqdoc/output.ml | 4 ++-- tools/coqdoc/output.mli | 4 ++-- tools/coqdoc/tokens.ml | 4 ++-- tools/coqdoc/tokens.mli | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'tools/coqdoc') diff --git a/tools/coqdoc/alpha.ml b/tools/coqdoc/alpha.ml index 4def233ff8..e328471bc5 100644 --- a/tools/coqdoc/alpha.ml +++ b/tools/coqdoc/alpha.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*