diff options
Diffstat (limited to 'sphinx/refcounting.py')
-rw-r--r-- | sphinx/refcounting.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/refcounting.py b/sphinx/refcounting.py index 3f3b92462..c1b5f7c05 100644 --- a/sphinx/refcounting.py +++ b/sphinx/refcounting.py @@ -6,8 +6,8 @@ Handle reference counting annotations, based on refcount.py and anno-api.py. - :copyright: 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ from __future__ import with_statement |