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/Init/Datatypes.v | 10 ++++++---- theories/Init/Decimal.v | 10 ++++++---- theories/Init/Logic.v | 10 ++++++---- theories/Init/Logic_Type.v | 10 ++++++---- theories/Init/Nat.v | 10 ++++++---- theories/Init/Notations.v | 10 ++++++---- theories/Init/Peano.v | 10 ++++++---- theories/Init/Prelude.v | 10 ++++++---- theories/Init/Specif.v | 10 ++++++---- theories/Init/Tactics.v | 10 ++++++---- theories/Init/Wf.v | 10 ++++++---- 11 files changed, 66 insertions(+), 44 deletions(-) (limited to 'theories/Init') diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index 22e10e2e4..faa4331e8 100644 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*