summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-04 21:20:37 +0100
committergbrandl <devnull@localhost>2007-02-04 21:20:37 +0100
commit61a82f934f276ba8a1ae7c5a5f53bd460cc8da7f (patch)
treeb8c6b648e0a78da7c1d2b2a945da738a283f119b /scripts
parent7980a3976a91d1fc90ea4cd7dbc5a97677b27203 (diff)
downloadpygments-61a82f934f276ba8a1ae7c5a5f53bd460cc8da7f.tar.gz
[svn] Copyright notice update.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_sources.py2
-rw-r--r--scripts/count_loc.py2
-rw-r--r--scripts/find_abandoned_lexers.py2
-rwxr-xr-xscripts/find_codetags.py2
-rw-r--r--scripts/find_error.py2
-rwxr-xr-xscripts/fix_epydoc_markup.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index e769abf8..654e24a0 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: 2006 by Georg Brandl.
+ :copyright: 2006-2007 by Georg Brandl.
:license: GNU GPL, see LICENSE for more details.
"""
diff --git a/scripts/count_loc.py b/scripts/count_loc.py
index 5804cd6f..1b638b44 100644
--- a/scripts/count_loc.py
+++ b/scripts/count_loc.py
@@ -7,7 +7,7 @@
Count the lines of code in pocoo, colubrid and jinja.
Requires an svn checkout.
- :copyright: 2006 by Armin Ronacher.
+ :copyright: 2006-2007 by Armin Ronacher.
:license: GNU GPL, see LICENSE for more details.
"""
from pocoo.utils.path import Path
diff --git a/scripts/find_abandoned_lexers.py b/scripts/find_abandoned_lexers.py
index ccd57429..8db08b5b 100644
--- a/scripts/find_abandoned_lexers.py
+++ b/scripts/find_abandoned_lexers.py
@@ -8,7 +8,7 @@
in the documentation right now. Maybe it would be a good idea
to check the mimetypes, filename patterns and aliases too.
- :copyright: 2006 by Armin Ronacher.
+ :copyright: 2006-2007 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import re
diff --git a/scripts/find_codetags.py b/scripts/find_codetags.py
index 54d66b84..4513af2f 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: 2006 by Georg Brandl.
+ :copyright: 2006-2007 by Georg Brandl.
:license: GNU GPL, see LICENSE for more details.
"""
diff --git a/scripts/find_error.py b/scripts/find_error.py
index f9b4b2ae..e210028a 100644
--- 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: 2006 by Tim Hatch <tim@timhatch.com>.
+ :copyright: 2006-2007 by Tim Hatch <tim@timhatch.com>.
:license: BSD, see LICENSE for more details.
"""
diff --git a/scripts/fix_epydoc_markup.py b/scripts/fix_epydoc_markup.py
index 76bbdaed..5c83556e 100755
--- a/scripts/fix_epydoc_markup.py
+++ b/scripts/fix_epydoc_markup.py
@@ -6,7 +6,7 @@
Fix epydoc "summary" tables.
- :copyright: 2006 by Georg Brandl.
+ :copyright: 2006-2007 by Georg Brandl.
:license: GNU GPL, see LICENSE for more details.
"""