summaryrefslogtreecommitdiff
path: root/pygments/scanner.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-08-22 16:08:07 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2020-08-22 16:08:07 +0200
commit5bd2a84bc1db0120828606c900a14276414fecdc (patch)
tree647b5c2241c779c3881df2a8b77f4597cda2e42b /pygments/scanner.py
parent8d75653a28737b375899df0f63f1e087303a66e0 (diff)
downloadpygments-git-5bd2a84bc1db0120828606c900a14276414fecdc.tar.gz
Update copyright year (fixes #1514.)
Diffstat (limited to 'pygments/scanner.py')
-rw-r--r--pygments/scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/scanner.py b/pygments/scanner.py
index c7f9ab50..3842335d 100644
--- a/pygments/scanner.py
+++ b/pygments/scanner.py
@@ -12,7 +12,7 @@
Have a look at the `DelphiLexer` to get an idea of how to use
this scanner.
- :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re