diff options
| author | Théo Zimmermann | 2020-03-18 11:45:56 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-18 11:45:56 +0100 |
| commit | e92ae479c6f370a865deff196df60efffd1c9125 (patch) | |
| tree | 6a5d1cad8f139cf3a6cb5f15e5d0a038f4eee901 /dev/header.ml | |
| parent | 693c0fb3ad7344aadc840ab7124782e64997b739 (diff) | |
Remove dates in headers.
Cf. discussion at #11559 and decision of Coq Call 2020-02-26.
Diffstat (limited to 'dev/header.ml')
| -rw-r--r-- | dev/header.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/header.ml b/dev/header.ml index 87553dcb56..b72d544151 100644 --- a/dev/header.ml +++ b/dev/header.ml @@ -1,7 +1,7 @@ (************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) -(* <O___,, * (see CREDITS file for the list of authors) *) +(* v * Copyright INRIA, CNRS and contributors *) +(* <O___,, * (see version control and CREDITS file for authors & dates) *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) |
