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. --- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/tools') diff --git a/doc/tools/coqrst/__init__.py b/doc/tools/coqrst/__init__.py index 2dda7d9216..710a90a6f1 100644 --- a/doc/tools/coqrst/__init__.py +++ b/doc/tools/coqrst/__init__.py @@ -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 ## ##