diff options
Diffstat (limited to 'pygments/token.py')
-rw-r--r-- | pygments/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/token.py b/pygments/token.py index b49fd61a..f9ab7442 100644 --- a/pygments/token.py +++ b/pygments/token.py @@ -6,7 +6,7 @@ Basic token types and the standard tokens. :copyright: 2006 by Georg Brandl. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ class _TokenType(tuple): |