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/MSets/MSetAVL.v | 16 +++++++++------- theories/MSets/MSetDecide.v | 16 +++++++++------- theories/MSets/MSetEqProperties.v | 16 +++++++++------- theories/MSets/MSetFacts.v | 16 +++++++++------- theories/MSets/MSetGenTree.v | 16 +++++++++------- theories/MSets/MSetInterface.v | 16 +++++++++------- theories/MSets/MSetList.v | 16 +++++++++------- theories/MSets/MSetPositive.v | 16 +++++++++------- theories/MSets/MSetProperties.v | 16 +++++++++------- theories/MSets/MSetRBT.v | 16 +++++++++------- theories/MSets/MSetToFiniteSet.v | 16 +++++++++------- theories/MSets/MSetWeakList.v | 16 +++++++++------- theories/MSets/MSets.v | 16 +++++++++------- 13 files changed, 117 insertions(+), 91 deletions(-) (limited to 'theories/MSets') diff --git a/theories/MSets/MSetAVL.v b/theories/MSets/MSetAVL.v index b30cb6b56..b966f217a 100644 --- a/theories/MSets/MSetAVL.v +++ b/theories/MSets/MSetAVL.v @@ -1,11 +1,13 @@ (* -*- coding: utf-8 -*- *) -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*