From 42e09b6d888a29cc6273b8e77d5f9a2e5582abc4 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 6 Jun 2019 11:22:08 +0200 Subject: Update ml-style headers to new year. --- theories/Structures/DecidableType.v | 2 +- theories/Structures/DecidableTypeEx.v | 2 +- theories/Structures/Equalities.v | 2 +- theories/Structures/EqualitiesFacts.v | 2 +- theories/Structures/GenericMinMax.v | 2 +- theories/Structures/OrderedType.v | 2 +- theories/Structures/OrderedTypeAlt.v | 2 +- theories/Structures/OrderedTypeEx.v | 2 +- theories/Structures/Orders.v | 2 +- theories/Structures/OrdersAlt.v | 2 +- theories/Structures/OrdersEx.v | 2 +- theories/Structures/OrdersFacts.v | 2 +- theories/Structures/OrdersLists.v | 2 +- theories/Structures/OrdersTac.v | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'theories/Structures') diff --git a/theories/Structures/DecidableType.v b/theories/Structures/DecidableType.v index f82ca5fa3c..8307308414 100644 --- a/theories/Structures/DecidableType.v +++ b/theories/Structures/DecidableType.v @@ -1,6 +1,6 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) (*