From 597020d4ce90505dad8b850eadafd20f06bf1dc9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 28 May 2019 07:00:40 +0200 Subject: Fixup all headers and some more minor problems. --- pygments/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/plugin.py') diff --git a/pygments/plugin.py b/pygments/plugin.py index 08d9b5b4..3d185efc 100644 --- a/pygments/plugin.py +++ b/pygments/plugin.py @@ -32,7 +32,7 @@ yourfilter = yourfilter:YourFilter - :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ LEXER_ENTRY_POINT = 'pygments.lexers' -- cgit v1.2.1