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. --- interp/constrexpr.ml | 4 ++-- interp/constrexpr_ops.ml | 4 ++-- interp/constrexpr_ops.mli | 4 ++-- interp/constrextern.ml | 4 ++-- interp/constrextern.mli | 4 ++-- interp/constrintern.ml | 4 ++-- interp/constrintern.mli | 4 ++-- interp/decls.ml | 4 ++-- interp/decls.mli | 4 ++-- interp/deprecation.ml | 4 ++-- interp/deprecation.mli | 4 ++-- interp/dumpglob.ml | 4 ++-- interp/dumpglob.mli | 4 ++-- interp/genintern.ml | 4 ++-- interp/genintern.mli | 4 ++-- interp/impargs.ml | 4 ++-- interp/impargs.mli | 4 ++-- interp/implicit_quantifiers.ml | 4 ++-- interp/implicit_quantifiers.mli | 4 ++-- interp/modintern.ml | 4 ++-- interp/modintern.mli | 4 ++-- interp/notation.ml | 4 ++-- interp/notation.mli | 4 ++-- interp/notation_ops.ml | 4 ++-- interp/notation_ops.mli | 4 ++-- interp/notation_term.ml | 4 ++-- interp/numTok.ml | 10 ++++++++++ interp/numTok.mli | 10 ++++++++++ interp/reserve.ml | 4 ++-- interp/reserve.mli | 4 ++-- interp/smartlocate.ml | 4 ++-- interp/smartlocate.mli | 4 ++-- interp/stdarg.ml | 4 ++-- interp/stdarg.mli | 4 ++-- interp/syntax_def.ml | 4 ++-- interp/syntax_def.mli | 4 ++-- 36 files changed, 88 insertions(+), 68 deletions(-) (limited to 'interp') diff --git a/interp/constrexpr.ml b/interp/constrexpr.ml index 4bdacda529..8732b0e2c6 100644 --- a/interp/constrexpr.ml +++ b/interp/constrexpr.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*