diff options
Diffstat (limited to 'pygments/token.py')
-rw-r--r-- | pygments/token.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/token.py b/pygments/token.py index 4fc50919..c524bb65 100644 --- a/pygments/token.py +++ b/pygments/token.py @@ -5,8 +5,8 @@ Basic token types and the standard tokens. - :copyright: 2006-2007 by Georg Brandl. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ try: set |