diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2023-03-29 21:08:17 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2023-03-29 21:11:12 +0200 |
commit | a1361035ec5f599290371f7df9f21e3f1f1420a6 (patch) | |
tree | a459276ac670adcc55d68bf4084caa5366db19d6 /pygments/lexers/qvt.py | |
parent | 9b4af216900704b05040f6314138c8621898c10c (diff) | |
download | pygments-git-a1361035ec5f599290371f7df9f21e3f1f1420a6.tar.gz |
Update copyright year to 2023.
Diffstat (limited to 'pygments/lexers/qvt.py')
-rw-r--r-- | pygments/lexers/qvt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/qvt.py b/pygments/lexers/qvt.py index 07d18180..dc329f7c 100644 --- a/pygments/lexers/qvt.py +++ b/pygments/lexers/qvt.py @@ -4,7 +4,7 @@ Lexer for QVT Operational language. - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |