diff options
| author | georg.brandl <devnull@localhost> | 2008-01-11 14:18:19 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-01-11 14:18:19 +0000 |
| commit | b9bcc29c279b2984c9a422f8e72383b4cbacb98f (patch) | |
| tree | 4a2df2cff86a1f0e7ffccf573207ec9a64c22b7e /sphinx/htmlhelp.py | |
| parent | 08a19d40200d76c976637885c95b3eee3d985889 (diff) | |
| download | sphinx-b9bcc29c279b2984c9a422f8e72383b4cbacb98f.tar.gz | |
Update copyright years and change license to BSD.
Diffstat (limited to 'sphinx/htmlhelp.py')
| -rw-r--r-- | sphinx/htmlhelp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/htmlhelp.py b/sphinx/htmlhelp.py index a5b1f4f8..262c4631 100644 --- a/sphinx/htmlhelp.py +++ b/sphinx/htmlhelp.py @@ -6,8 +6,8 @@ Build HTML help support files. Adapted from the original Doc/tools/prechm.py. - :copyright: 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ from __future__ import with_statement |
