diff options
Diffstat (limited to 'sphinx/web/mail.py')
-rw-r--r-- | sphinx/web/mail.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/mail.py b/sphinx/web/mail.py index 631ead672..59f30ff31 100644 --- a/sphinx/web/mail.py +++ b/sphinx/web/mail.py @@ -6,8 +6,8 @@ A simple module for sending e-mails, based on simplemail.py. :copyright: 2004-2007 by Gerold Penz. - 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ import os.path |