summaryrefslogtreecommitdiff
path: root/pygments/lexers
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 /pygments/lexers
parent7980a3976a91d1fc90ea4cd7dbc5a97677b27203 (diff)
downloadpygments-61a82f934f276ba8a1ae7c5a5f53bd460cc8da7f.tar.gz
[svn] Copyright notice update.
Diffstat (limited to 'pygments/lexers')
-rw-r--r--pygments/lexers/__init__.py2
-rw-r--r--pygments/lexers/_luabuiltins.py2
-rw-r--r--pygments/lexers/_mapping.py2
-rw-r--r--pygments/lexers/_phpbuiltins.py2
-rw-r--r--pygments/lexers/agile.py2
-rw-r--r--pygments/lexers/compiled.py2
-rw-r--r--pygments/lexers/dotnet.py2
-rw-r--r--pygments/lexers/other.py2
-rw-r--r--pygments/lexers/special.py2
-rw-r--r--pygments/lexers/templates.py2
-rw-r--r--pygments/lexers/text.py2
-rw-r--r--pygments/lexers/web.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/pygments/lexers/__init__.py b/pygments/lexers/__init__.py
index 9a66a534..b6bba998 100644
--- a/pygments/lexers/__init__.py
+++ b/pygments/lexers/__init__.py
@@ -5,7 +5,7 @@
Pygments lexers.
- :copyright: 2006 by Georg Brandl.
+ :copyright: 2006-2007 by Georg Brandl.
:license: BSD, see LICENSE for more details.
"""
import fnmatch
diff --git a/pygments/lexers/_luabuiltins.py b/pygments/lexers/_luabuiltins.py
index c7c1496b..711c9195 100644
--- a/pygments/lexers/_luabuiltins.py
+++ b/pygments/lexers/_luabuiltins.py
@@ -9,7 +9,7 @@
Do not edit the MODULES dict by hand.
- :copyright: 2006 by Lukas Meuser.
+ :copyright: 2006-2007 by Lukas Meuser.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index d637de02..a4120d1d 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -9,7 +9,7 @@
Do not alter the LEXERS dictionary by hand.
- :copyright: 2006 by Armin Ronacher, Georg Brandl.
+ :copyright: 2006-2007 by Armin Ronacher, Georg Brandl.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/_phpbuiltins.py b/pygments/lexers/_phpbuiltins.py
index 0a49dd09..5173b20d 100644
--- a/pygments/lexers/_phpbuiltins.py
+++ b/pygments/lexers/_phpbuiltins.py
@@ -12,7 +12,7 @@
internet connection. don't run that at home, use
a server ;-)
- :copyright: 2006 by Armin Ronacher.
+ :copyright: 2006-2007 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py
index c1998650..23c8f2b6 100644
--- a/pygments/lexers/agile.py
+++ b/pygments/lexers/agile.py
@@ -5,7 +5,7 @@
Lexers for agile languages.
- :copyright: 2006 by Georg Brandl, Armin Ronacher,
+ :copyright: 2006-2007 by Georg Brandl, Armin Ronacher,
Lukas Meuser, Marek Kubica, Tim Hatch.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/compiled.py b/pygments/lexers/compiled.py
index 868b6ee3..bfc6334f 100644
--- a/pygments/lexers/compiled.py
+++ b/pygments/lexers/compiled.py
@@ -5,7 +5,7 @@
Lexers for compiled languages.
- :copyright: 2006 by Georg Brandl, Armin Ronacher, Christoph Hack.
+ :copyright: 2006-2007 by Georg Brandl, Armin Ronacher, Christoph Hack.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/dotnet.py b/pygments/lexers/dotnet.py
index 95cb720a..8bcb445b 100644
--- a/pygments/lexers/dotnet.py
+++ b/pygments/lexers/dotnet.py
@@ -5,7 +5,7 @@
Lexers for .net languages.
- :copyright: 2006 by Georg Brandl, Armin Ronacher.
+ :copyright: 2006-2007 by Georg Brandl, Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import re
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index d4473ec4..54288961 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -5,7 +5,7 @@
Lexers for other languages.
- :copyright: 2006 by Georg Brandl, Tim Hatch <tim@timhatch.com>.
+ :copyright: 2006-2007 by Georg Brandl, Tim Hatch <tim@timhatch.com>.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/special.py b/pygments/lexers/special.py
index 8cd43246..714bdf74 100644
--- a/pygments/lexers/special.py
+++ b/pygments/lexers/special.py
@@ -5,7 +5,7 @@
Special lexers.
- :copyright: 2006 by Georg Brandl.
+ :copyright: 2006-2007 by Georg Brandl.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/templates.py b/pygments/lexers/templates.py
index 141837b3..d0aa2adb 100644
--- a/pygments/lexers/templates.py
+++ b/pygments/lexers/templates.py
@@ -5,7 +5,7 @@
Lexers for various template engines' markup.
- :copyright: 2006 by Armin Ronacher, Georg Brandl, Matt Good,
+ :copyright: 2006-2007 by Armin Ronacher, Georg Brandl, Matt Good,
Ben Bangert.
:license: BSD, see LICENSE for more details.
"""
diff --git a/pygments/lexers/text.py b/pygments/lexers/text.py
index 8e33e446..76443496 100644
--- a/pygments/lexers/text.py
+++ b/pygments/lexers/text.py
@@ -5,7 +5,7 @@
Lexers for non-source code file types.
- :copyright: 2006 by Armin Ronacher, Georg Brandl,
+ :copyright: 2006-2007 by Armin Ronacher, Georg Brandl,
Tim Hatch <tim@timhatch.com>,
Ronny Pfannschmidt,
Dennis Kaarsemaker.
diff --git a/pygments/lexers/web.py b/pygments/lexers/web.py
index c4c29b7b..d195148f 100644
--- a/pygments/lexers/web.py
+++ b/pygments/lexers/web.py
@@ -5,7 +5,7 @@
Lexers for web-related languages and markup.
- :copyright: 2006 by Georg Brandl, Armin Ronacher,
+ :copyright: 2006-2007 by Georg Brandl, Armin Ronacher,
Tim Hatch <tim@timhatch.com>.
:license: BSD, see LICENSE for more details.
"""