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/Vectors/Fin.v | 10 ++++++---- theories/Vectors/Vector.v | 10 ++++++---- theories/Vectors/VectorDef.v | 10 ++++++---- theories/Vectors/VectorEq.v | 10 ++++++---- theories/Vectors/VectorSpec.v | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-) (limited to 'theories/Vectors') diff --git a/theories/Vectors/Fin.v b/theories/Vectors/Fin.v index 2955184f6..4088843a1 100644 --- a/theories/Vectors/Fin.v +++ b/theories/Vectors/Fin.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*