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/FSets/FMapAVL.v | 16 +++++++++------- theories/FSets/FMapFacts.v | 16 +++++++++------- theories/FSets/FMapFullAVL.v | 16 +++++++++------- theories/FSets/FMapInterface.v | 16 +++++++++------- theories/FSets/FMapList.v | 16 +++++++++------- theories/FSets/FMapPositive.v | 16 +++++++++------- theories/FSets/FMapWeakList.v | 16 +++++++++------- theories/FSets/FMaps.v | 16 +++++++++------- theories/FSets/FSetAVL.v | 16 +++++++++------- theories/FSets/FSetBridge.v | 16 +++++++++------- theories/FSets/FSetCompat.v | 16 +++++++++------- theories/FSets/FSetDecide.v | 16 +++++++++------- theories/FSets/FSetEqProperties.v | 16 +++++++++------- theories/FSets/FSetFacts.v | 16 +++++++++------- theories/FSets/FSetInterface.v | 16 +++++++++------- theories/FSets/FSetList.v | 16 +++++++++------- theories/FSets/FSetPositive.v | 16 +++++++++------- theories/FSets/FSetProperties.v | 16 +++++++++------- theories/FSets/FSetToFiniteSet.v | 16 +++++++++------- theories/FSets/FSetWeakList.v | 16 +++++++++------- theories/FSets/FSets.v | 16 +++++++++------- 21 files changed, 189 insertions(+), 147 deletions(-) (limited to 'theories/FSets') diff --git a/theories/FSets/FMapAVL.v b/theories/FSets/FMapAVL.v index 4a790296b..3485b9c68 100644 --- a/theories/FSets/FMapAVL.v +++ b/theories/FSets/FMapAVL.v @@ -1,10 +1,12 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*