diff options
author | gbrandl <devnull@localhost> | 2008-08-24 22:42:51 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-08-24 22:42:51 +0200 |
commit | 735add25fb20e8555007b3a16bb6b6738f5ff20c (patch) | |
tree | 9431756cfb902229706baea1aeb498c98340ee4a | |
parent | bf2fe57a77b32a05531951ccb5bae765c35ea153 (diff) | |
download | pygments-735add25fb20e8555007b3a16bb6b6738f5ff20c.tar.gz |
Update copyright.
-rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 9054a5a2..98e96530 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -20,7 +20,7 @@ .. _Pygments tip: http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev - :copyright: 2006-2007 by Georg Brandl, Armin Ronacher and others. + :copyright: 2006-2008 by Georg Brandl, Armin Ronacher and others. :license: BSD, see LICENSE for more details. """ |