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/Logic/Berardi.v | 10 ++++++---- theories/Logic/ChoiceFacts.v | 12 +++++++----- theories/Logic/Classical.v | 10 ++++++---- theories/Logic/ClassicalChoice.v | 10 ++++++---- theories/Logic/ClassicalDescription.v | 10 ++++++---- theories/Logic/ClassicalEpsilon.v | 12 +++++++----- theories/Logic/ClassicalFacts.v | 10 ++++++---- theories/Logic/ClassicalUniqueChoice.v | 10 ++++++---- theories/Logic/Classical_Pred_Type.v | 10 ++++++---- theories/Logic/Classical_Prop.v | 10 ++++++---- theories/Logic/ConstructiveEpsilon.v | 10 ++++++---- theories/Logic/Decidable.v | 10 ++++++---- theories/Logic/Description.v | 10 ++++++---- theories/Logic/Diaconescu.v | 10 ++++++---- theories/Logic/Epsilon.v | 10 ++++++---- theories/Logic/Eqdep.v | 10 ++++++---- theories/Logic/EqdepFacts.v | 10 ++++++---- theories/Logic/Eqdep_dec.v | 10 ++++++---- theories/Logic/ExtensionalFunctionRepresentative.v | 10 ++++++---- theories/Logic/ExtensionalityFacts.v | 10 ++++++---- theories/Logic/FinFun.v | 10 ++++++---- theories/Logic/FunctionalExtensionality.v | 10 ++++++---- theories/Logic/Hurkens.v | 10 ++++++---- theories/Logic/IndefiniteDescription.v | 10 ++++++---- theories/Logic/JMeq.v | 10 ++++++---- theories/Logic/ProofIrrelevance.v | 10 ++++++---- theories/Logic/ProofIrrelevanceFacts.v | 10 ++++++---- theories/Logic/PropExtensionality.v | 10 ++++++---- theories/Logic/PropExtensionalityFacts.v | 10 ++++++---- theories/Logic/PropFacts.v | 10 ++++++---- theories/Logic/RelationalChoice.v | 10 ++++++---- theories/Logic/SetIsType.v | 10 ++++++---- theories/Logic/SetoidChoice.v | 10 ++++++---- theories/Logic/WKL.v | 10 ++++++---- theories/Logic/WeakFan.v | 10 ++++++---- 35 files changed, 212 insertions(+), 142 deletions(-) (limited to 'theories/Logic') diff --git a/theories/Logic/Berardi.v b/theories/Logic/Berardi.v index dac43ad52..c6836a1c7 100644 --- a/theories/Logic/Berardi.v +++ b/theories/Logic/Berardi.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*