diff options
author | Georg Brandl <georg@python.org> | 2011-09-22 16:20:29 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-22 16:20:29 +0200 |
commit | 04fe5f14a2013fd7598fc481db0c594c8e5feb9c (patch) | |
tree | e71019bf96b59bf7736e1bf95d8d1dacbcfa7f95 /scripts/check_sources.py | |
parent | d0264ac784b966ed94f976f75eb5b4487907cfcd (diff) | |
parent | b2eb3c53ea4f715a478f65068c0d8642d754f686 (diff) | |
download | pygments-04fe5f14a2013fd7598fc481db0c594c8e5feb9c.tar.gz |
Merge in Nimrod example file.
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-x | scripts/check_sources.py | 2 |
1 files changed, 1 insertions, 1 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. """ |