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/Bool/Bool.v | 10 ++++++---- theories/Bool/BoolEq.v | 10 ++++++---- theories/Bool/Bvector.v | 10 ++++++---- theories/Bool/DecBool.v | 10 ++++++---- theories/Bool/IfProp.v | 10 ++++++---- theories/Bool/Sumbool.v | 10 ++++++---- theories/Bool/Zerob.v | 10 ++++++---- 7 files changed, 42 insertions(+), 28 deletions(-) (limited to 'theories/Bool') diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index fe050ca26..edf78ed52 100644 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*