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. --- theories/Program/Basics.v | 4 ++-- theories/Program/Combinators.v | 4 ++-- theories/Program/Equality.v | 4 ++-- theories/Program/Program.v | 4 ++-- theories/Program/Subset.v | 4 ++-- theories/Program/Syntax.v | 4 ++-- theories/Program/Tactics.v | 4 ++-- theories/Program/Utils.v | 4 ++-- theories/Program/Wf.v | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'theories/Program') diff --git a/theories/Program/Basics.v b/theories/Program/Basics.v index 2a814873f3..3e282f696a 100644 --- a/theories/Program/Basics.v +++ b/theories/Program/Basics.v @@ -1,8 +1,8 @@ (* -*- coding: utf-8 -*- *) (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(*