diff options
Diffstat (limited to 'pygments/lexers/whiley.py')
-rw-r--r-- | pygments/lexers/whiley.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/whiley.py b/pygments/lexers/whiley.py index 82b100bc..5d29d401 100644 --- a/pygments/lexers/whiley.py +++ b/pygments/lexers/whiley.py @@ -4,7 +4,7 @@ Lexers for the Whiley language. - :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. """ |