summaryrefslogtreecommitdiff
path: root/pygments/__main__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
committerGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
commitab4afd821aa41403f7a0b1e714112c40b2ad843b (patch)
tree0c85bfe605d166949e296e751bf9378f839bc5b2 /pygments/__main__.py
parent74af2e2eb2002c7a1c8d138b6c0ccde98380ff2a (diff)
downloadpygments-git-ab4afd821aa41403f7a0b1e714112c40b2ad843b.tar.gz
Happy new year.
Diffstat (limited to 'pygments/__main__.py')
-rw-r--r--pygments/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__main__.py b/pygments/__main__.py
index c6e2517d..423b46e2 100644
--- a/pygments/__main__.py
+++ b/pygments/__main__.py
@@ -4,7 +4,7 @@
Main entry point for ``python -m pygments``.
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""