summaryrefslogtreecommitdiff
path: root/pygments/lexers/c_cpp.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-05-28 07:00:40 +0200
committerGeorg Brandl <georg@python.org>2019-05-28 07:00:40 +0200
commit0eca5a9db1b3c1f169f3fabda9fe9b72876a6056 (patch)
treee726dacdc08cff04bfa8cbe4bad9cc4db471db79 /pygments/lexers/c_cpp.py
parentffc920fcaaa6e220be32e07db7e3d001dc9a4f03 (diff)
downloadpygments-0eca5a9db1b3c1f169f3fabda9fe9b72876a6056.tar.gz
Fixup all headers and some more minor problems.2.4.2
Diffstat (limited to 'pygments/lexers/c_cpp.py')
-rw-r--r--pygments/lexers/c_cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/c_cpp.py b/pygments/lexers/c_cpp.py
index 38f425db..e676a8af 100644
--- a/pygments/lexers/c_cpp.py
+++ b/pygments/lexers/c_cpp.py
@@ -5,7 +5,7 @@
Lexers for C/C++ languages.
- :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""