summaryrefslogtreecommitdiff
path: root/pygments/token.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/token.py
parent8d75653a28737b375899df0f63f1e087303a66e0 (diff)
downloadpygments-git-5bd2a84bc1db0120828606c900a14276414fecdc.tar.gz
Update copyright year (fixes #1514.)
Diffstat (limited to 'pygments/token.py')
-rw-r--r--pygments/token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/token.py b/pygments/token.py
index 5c30eb46..5ed79f74 100644
--- a/pygments/token.py
+++ b/pygments/token.py
@@ -5,7 +5,7 @@
Basic token types and the standard tokens.
- :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.
"""