diff options
Diffstat (limited to 'sphinx/util/console.py')
-rw-r--r-- | sphinx/util/console.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/util/console.py b/sphinx/util/console.py index b6a462a33..69c3d2bb2 100644 --- a/sphinx/util/console.py +++ b/sphinx/util/console.py @@ -5,8 +5,8 @@ Format colored console output. - :copyright: 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ codes = {} |