diff options
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r-- | pygments/formatters/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py index affbbfc2..11e2566c 100644 --- a/pygments/formatters/other.py +++ b/pygments/formatters/other.py @@ -6,7 +6,7 @@ Other formatters: NullFormatter, RawTokenFormatter. :copyright: 2006 by Georg Brandl, Armin Ronacher. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ from pygments.formatter import Formatter |