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/extraction/big.ml | 4 ++-- plugins/extraction/common.ml | 4 ++-- plugins/extraction/common.mli | 4 ++-- plugins/extraction/extract_env.ml | 4 ++-- plugins/extraction/extract_env.mli | 4 ++-- plugins/extraction/extraction.ml | 4 ++-- plugins/extraction/extraction.mli | 4 ++-- plugins/extraction/g_extraction.mlg | 4 ++-- plugins/extraction/haskell.ml | 4 ++-- plugins/extraction/haskell.mli | 4 ++-- plugins/extraction/miniml.ml | 4 ++-- plugins/extraction/miniml.mli | 4 ++-- plugins/extraction/mlutil.ml | 4 ++-- plugins/extraction/mlutil.mli | 4 ++-- plugins/extraction/modutil.ml | 4 ++-- plugins/extraction/modutil.mli | 4 ++-- plugins/extraction/ocaml.ml | 4 ++-- plugins/extraction/ocaml.mli | 4 ++-- plugins/extraction/scheme.ml | 4 ++-- plugins/extraction/scheme.mli | 4 ++-- plugins/extraction/table.ml | 4 ++-- plugins/extraction/table.mli | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) (limited to 'plugins/extraction') diff --git a/plugins/extraction/big.ml b/plugins/extraction/big.ml index ef76154d75..19055fd425 100644 --- a/plugins/extraction/big.ml +++ b/plugins/extraction/big.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*