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/Sets/Classical_sets.v | 10 ++++++---- theories/Sets/Constructive_sets.v | 10 ++++++---- theories/Sets/Cpo.v | 10 ++++++---- theories/Sets/Ensembles.v | 10 ++++++---- theories/Sets/Finite_sets.v | 10 ++++++---- theories/Sets/Finite_sets_facts.v | 10 ++++++---- theories/Sets/Image.v | 10 ++++++---- theories/Sets/Infinite_sets.v | 10 ++++++---- theories/Sets/Integers.v | 10 ++++++---- theories/Sets/Multiset.v | 10 ++++++---- theories/Sets/Partial_Order.v | 10 ++++++---- theories/Sets/Permut.v | 10 ++++++---- theories/Sets/Powerset.v | 10 ++++++---- theories/Sets/Powerset_Classical_facts.v | 10 ++++++---- theories/Sets/Powerset_facts.v | 10 ++++++---- theories/Sets/Relations_1.v | 10 ++++++---- theories/Sets/Relations_1_facts.v | 10 ++++++---- theories/Sets/Relations_2.v | 10 ++++++---- theories/Sets/Relations_2_facts.v | 10 ++++++---- theories/Sets/Relations_3.v | 10 ++++++---- theories/Sets/Relations_3_facts.v | 10 ++++++---- theories/Sets/Uniset.v | 10 ++++++---- 22 files changed, 132 insertions(+), 88 deletions(-) (limited to 'theories/Sets') diff --git a/theories/Sets/Classical_sets.v b/theories/Sets/Classical_sets.v index 68ef08e60..b68022f8f 100644 --- a/theories/Sets/Classical_sets.v +++ b/theories/Sets/Classical_sets.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*