diff options
author | Georg Brandl <georg@python.org> | 2017-01-22 18:38:11 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-22 18:38:11 +0100 |
commit | 00126a1401eefcf0280384d9bf59783e81db41ed (patch) | |
tree | d65ea8fdd7adaedb0d505fbd8f51abdeef42a3d7 /pygments/styles/perldoc.py | |
parent | 433e7d80837d041cfcfc616ea1278cd5dc12e581 (diff) | |
download | pygments-git-00126a1401eefcf0280384d9bf59783e81db41ed.tar.gz |
Copyright update.
Diffstat (limited to 'pygments/styles/perldoc.py')
-rw-r--r-- | pygments/styles/perldoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/perldoc.py b/pygments/styles/perldoc.py index eae6170d..24af2df6 100644 --- a/pygments/styles/perldoc.py +++ b/pygments/styles/perldoc.py @@ -7,7 +7,7 @@ .. _perldoc: http://perldoc.perl.org/ - :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |