diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2021-01-03 18:03:23 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-01-03 18:03:23 +0100 |
commit | a590ac5ea7c00a41e253834306bfa19e38349c0b (patch) | |
tree | a5ba6e38c493af88ec38b44ac156191996626845 /pygments/cmdline.py | |
parent | dabeb2ac978919589bb1a60c527f8d1728bf8ae8 (diff) | |
download | pygments-git-a590ac5ea7c00a41e253834306bfa19e38349c0b.tar.gz |
Bump copyright year.
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r-- | pygments/cmdline.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/cmdline.py b/pygments/cmdline.py index 457af34d..6a8a307a 100644 --- a/pygments/cmdline.py +++ b/pygments/cmdline.py @@ -5,7 +5,7 @@ Command line interface. - :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. """ @@ -232,7 +232,7 @@ def main_inner(popts, args, usage): return 0 if opts.pop('-V', None) is not None: - print('Pygments version %s, (c) 2006-2020 by Georg Brandl.' % __version__) + print('Pygments version %s, (c) 2006-2021 by Georg Brandl.' % __version__) return 0 # handle ``pygmentize -L`` |