From 629fbc743f8b5e7623a6834f19885b2e379cb782 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 27 Feb 2018 17:02:31 +0100 Subject: Update headers following #6543. --- theories/Program/Basics.v | 10 ++++++---- theories/Program/Combinators.v | 10 ++++++---- theories/Program/Equality.v | 10 ++++++---- theories/Program/Program.v | 10 ++++++---- theories/Program/Subset.v | 10 ++++++---- theories/Program/Syntax.v | 10 ++++++---- theories/Program/Tactics.v | 10 ++++++---- theories/Program/Utils.v | 10 ++++++---- theories/Program/Wf.v | 10 ++++++---- 9 files changed, 54 insertions(+), 36 deletions(-) (limited to 'theories/Program') diff --git a/theories/Program/Basics.v b/theories/Program/Basics.v index ff0d5b91b..f55093ed4 100644 --- a/theories/Program/Basics.v +++ b/theories/Program/Basics.v @@ -1,10 +1,12 @@ (* -*- coding: utf-8 -*- *) (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*