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/Structures/DecidableType.v | 16 +++++++++------- theories/Structures/DecidableTypeEx.v | 16 +++++++++------- theories/Structures/Equalities.v | 16 +++++++++------- theories/Structures/EqualitiesFacts.v | 16 +++++++++------- theories/Structures/GenericMinMax.v | 16 +++++++++------- theories/Structures/OrderedType.v | 16 +++++++++------- theories/Structures/OrderedTypeAlt.v | 16 +++++++++------- theories/Structures/OrderedTypeEx.v | 16 +++++++++------- theories/Structures/Orders.v | 16 +++++++++------- theories/Structures/OrdersAlt.v | 16 +++++++++------- theories/Structures/OrdersEx.v | 16 +++++++++------- theories/Structures/OrdersFacts.v | 16 +++++++++------- theories/Structures/OrdersLists.v | 16 +++++++++------- theories/Structures/OrdersTac.v | 16 +++++++++------- 14 files changed, 126 insertions(+), 98 deletions(-) (limited to 'theories/Structures') diff --git a/theories/Structures/DecidableType.v b/theories/Structures/DecidableType.v index d811f04ef..24333ad81 100644 --- a/theories/Structures/DecidableType.v +++ b/theories/Structures/DecidableType.v @@ -1,10 +1,12 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*