diff options
author | gbrandl <devnull@localhost> | 2007-02-04 21:20:37 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-04 21:20:37 +0100 |
commit | 61a82f934f276ba8a1ae7c5a5f53bd460cc8da7f (patch) | |
tree | b8c6b648e0a78da7c1d2b2a945da738a283f119b /pygments/formatters | |
parent | 7980a3976a91d1fc90ea4cd7dbc5a97677b27203 (diff) | |
download | pygments-61a82f934f276ba8a1ae7c5a5f53bd460cc8da7f.tar.gz |
[svn] Copyright notice update.
Diffstat (limited to 'pygments/formatters')
-rw-r--r-- | pygments/formatters/__init__.py | 2 | ||||
-rw-r--r-- | pygments/formatters/bbcode.py | 2 | ||||
-rw-r--r-- | pygments/formatters/html.py | 2 | ||||
-rw-r--r-- | pygments/formatters/latex.py | 2 | ||||
-rw-r--r-- | pygments/formatters/other.py | 2 | ||||
-rw-r--r-- | pygments/formatters/rtf.py | 2 | ||||
-rw-r--r-- | pygments/formatters/terminal.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/pygments/formatters/__init__.py b/pygments/formatters/__init__.py index d3a66366..2fc55878 100644 --- a/pygments/formatters/__init__.py +++ b/pygments/formatters/__init__.py @@ -5,7 +5,7 @@ Pygments formatters. - :copyright: 2006 by Georg Brandl, Armin Ronacher. + :copyright: 2006-2007 by Georg Brandl, Armin Ronacher. :license: BSD, see LICENSE for more details. """ import os.path diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py index 2f15884a..57112d77 100644 --- a/pygments/formatters/bbcode.py +++ b/pygments/formatters/bbcode.py @@ -5,7 +5,7 @@ BBcode formatter. - :copyright: 2006 by Lukas Meuser. + :copyright: 2006-2007 by Lukas Meuser. :license: BSD, see LICENSE for more details. """ diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index d87349f7..6c691299 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -5,7 +5,7 @@ Formatter for HTML output. - :copyright: 2006 by Georg Brandl, Armin Ronacher. + :copyright: 2006-2007 by Georg Brandl, Armin Ronacher. :license: BSD, see LICENSE for more details. """ import sys, os diff --git a/pygments/formatters/latex.py b/pygments/formatters/latex.py index a288fe51..22256625 100644 --- a/pygments/formatters/latex.py +++ b/pygments/formatters/latex.py @@ -5,7 +5,7 @@ Formatter for LaTeX fancyvrb output. - :copyright: 2006 by Georg Brandl. + :copyright: 2006-2007 by Georg Brandl. :license: BSD, see LICENSE for more details. """ import cStringIO diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py index 7ef39b4f..6b70238e 100644 --- a/pygments/formatters/other.py +++ b/pygments/formatters/other.py @@ -5,7 +5,7 @@ Other formatters: NullFormatter, RawTokenFormatter. - :copyright: 2006 by Georg Brandl, Armin Ronacher. + :copyright: 2006-2007 by Georg Brandl, Armin Ronacher. :license: BSD, see LICENSE for more details. """ diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py index 466c555b..c4078dd8 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -5,7 +5,7 @@ A formatter that generates RTF files. - :copyright: 2006 by Armin Ronacher. + :copyright: 2006-2007 by Armin Ronacher. :license: BSD, see LICENSE for more details. """ diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py index 4c6d2f9f..fa030d86 100644 --- a/pygments/formatters/terminal.py +++ b/pygments/formatters/terminal.py @@ -5,7 +5,7 @@ Formatter for terminal output with ANSI sequences. - :copyright: 2006 by Georg Brandl. + :copyright: 2006-2007 by Georg Brandl. :license: BSD, see LICENSE for more details. """ |