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/Lists/List.v | 10 ++++++---- theories/Lists/ListDec.v | 10 ++++++---- theories/Lists/ListSet.v | 10 ++++++---- theories/Lists/ListTactics.v | 10 ++++++---- theories/Lists/SetoidList.v | 16 +++++++++------- theories/Lists/SetoidPermutation.v | 16 +++++++++------- theories/Lists/StreamMemo.v | 10 ++++++---- theories/Lists/Streams.v | 10 ++++++---- 8 files changed, 54 insertions(+), 38 deletions(-) (limited to 'theories/Lists') diff --git a/theories/Lists/List.v b/theories/Lists/List.v index eae2c52de..eba7eb943 100644 --- a/theories/Lists/List.v +++ b/theories/Lists/List.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*