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/Sorting/Heap.v | 10 ++++++---- theories/Sorting/Mergesort.v | 10 ++++++---- theories/Sorting/PermutEq.v | 10 ++++++---- theories/Sorting/PermutSetoid.v | 10 ++++++---- theories/Sorting/Permutation.v | 10 ++++++---- theories/Sorting/Sorted.v | 10 ++++++---- theories/Sorting/Sorting.v | 10 ++++++---- 7 files changed, 42 insertions(+), 28 deletions(-) (limited to 'theories/Sorting') diff --git a/theories/Sorting/Heap.v b/theories/Sorting/Heap.v index eaadb440f..8f583be97 100644 --- a/theories/Sorting/Heap.v +++ b/theories/Sorting/Heap.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*