From 7521031c01976b045f81b6123f9ee9be77122a55 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 6 Jun 2019 11:22:08 +0200 Subject: Update py-style headers to new year. --- Makefile | 2 +- Makefile.build | 2 +- Makefile.checker | 2 +- Makefile.ci | 2 +- Makefile.common | 2 +- Makefile.dev | 2 +- Makefile.doc | 2 +- Makefile.ide | 2 +- Makefile.install | 2 +- dev/header.py | 2 +- doc/tools/coqrst/__init__.py | 2 +- doc/tools/coqrst/checkdeps.py | 2 +- doc/tools/coqrst/coqdoc/__init__.py | 2 +- doc/tools/coqrst/coqdoc/main.py | 2 +- doc/tools/coqrst/notations/Makefile | 2 +- doc/tools/coqrst/notations/html.py | 2 +- doc/tools/coqrst/notations/parsing.py | 2 +- doc/tools/coqrst/notations/plain.py | 2 +- doc/tools/coqrst/notations/regexp.py | 2 +- doc/tools/coqrst/notations/sphinx.py | 2 +- doc/tools/coqrst/repl/ansicolors.py | 2 +- doc/tools/coqrst/repl/coqtop.py | 2 +- test-suite/Makefile | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index c4404d13c7..a1ffbac10d 100644 --- a/Makefile +++ b/Makefile @@ -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 ## ##