diff options
Diffstat (limited to 'pygments/scanner.py')
-rw-r--r-- | pygments/scanner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/scanner.py b/pygments/scanner.py index ba7d8a2e..34406cf6 100644 --- a/pygments/scanner.py +++ b/pygments/scanner.py @@ -13,7 +13,7 @@ this scanner. :copyright: 2006 by Armin Ronacher. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ import re |