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/Relations/Operators_Properties.v | 10 ++++++---- theories/Relations/Relation_Definitions.v | 10 ++++++---- theories/Relations/Relation_Operators.v | 10 ++++++---- theories/Relations/Relations.v | 10 ++++++---- 4 files changed, 24 insertions(+), 16 deletions(-) (limited to 'theories/Relations') diff --git a/theories/Relations/Operators_Properties.v b/theories/Relations/Operators_Properties.v index e8d80f469..e82a67344 100644 --- a/theories/Relations/Operators_Properties.v +++ b/theories/Relations/Operators_Properties.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*