summaryrefslogtreecommitdiff
path: root/pygments/regexopt.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-01-03 18:03:23 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-01-03 18:03:23 +0100
commita590ac5ea7c00a41e253834306bfa19e38349c0b (patch)
treea5ba6e38c493af88ec38b44ac156191996626845 /pygments/regexopt.py
parentdabeb2ac978919589bb1a60c527f8d1728bf8ae8 (diff)
downloadpygments-git-a590ac5ea7c00a41e253834306bfa19e38349c0b.tar.gz
Bump copyright year.
Diffstat (limited to 'pygments/regexopt.py')
-rw-r--r--pygments/regexopt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/regexopt.py b/pygments/regexopt.py
index 18b7ca07..9fb70b13 100644
--- a/pygments/regexopt.py
+++ b/pygments/regexopt.py
@@ -6,7 +6,7 @@
An algorithm that generates optimized regexes for matching long lists of
literal strings.
- :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""