diff options
Diffstat (limited to 'pygments/formatters/terminal.py')
-rw-r--r-- | pygments/formatters/terminal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py index 11f0b26a..fdfb6c2c 100644 --- a/pygments/formatters/terminal.py +++ b/pygments/formatters/terminal.py @@ -6,7 +6,7 @@ Formatter for terminal output with ANSI sequences. :copyright: 2006 by Georg Brandl. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ from pygments.formatter import Formatter |