summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-09 12:05:46 +0200
committerGeorg Brandl <georg@python.org>2011-07-09 12:05:46 +0200
commita2648efced6c982e879419241ad75cacfae792bd (patch)
tree64262bfd67499def703ac7ea6441d535ef3142ef /scripts
parenta2a7fdb68c7a8cb10d5f976f242871511422d755 (diff)
downloadpygments-a2648efced6c982e879419241ad75cacfae792bd.tar.gz
Fix current copyright year.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_sources.py2
-rwxr-xr-xscripts/find_codetags.py2
-rwxr-xr-xscripts/find_error.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index 798297b9..1816d2a7 100755
--- a/scripts/check_sources.py
+++ b/scripts/check_sources.py
@@ -7,7 +7,7 @@
Make sure each Python file has a correct file header
including copyright and license information.
- :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/scripts/find_codetags.py b/scripts/find_codetags.py
index d78e4a73..69fa5798 100755
--- a/scripts/find_codetags.py
+++ b/scripts/find_codetags.py
@@ -7,7 +7,7 @@
Find code tags in specified files and/or directories
and create a report in HTML format.
- :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/scripts/find_error.py b/scripts/find_error.py
index 3b48a80a..199e9c5c 100755
--- a/scripts/find_error.py
+++ b/scripts/find_error.py
@@ -8,7 +8,7 @@
the text where Error tokens are being generated, along
with some context.
- :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""