diff options
| author | David Moss <drkjam@gmail.com> | 2013-03-20 23:56:08 +0000 |
|---|---|---|
| committer | David Moss <drkjam@gmail.com> | 2013-03-20 23:56:08 +0000 |
| commit | a6727cc8c4a8fdb6f8b64c8e41d1d26ec6b7eefb (patch) | |
| tree | 9c6b981cd7a1078a2c5fa87cd300ec8bb6f5ff76 /docs | |
| parent | cfc88ccbc40bda062167705b1f3102789b20404a (diff) | |
| download | netaddr-a6727cc8c4a8fdb6f8b64c8e41d1d26ec6b7eefb.tar.gz | |
- updated copyright notice
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/epydoc.css | 2 | ||||
| -rw-r--r-- | docs/source/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/epydoc.css b/docs/epydoc.css index e1738dc..67216d6 100644 --- a/docs/epydoc.css +++ b/docs/epydoc.css @@ -1,6 +1,6 @@ /* * --------------------------------------------------------------------------- - * Copyright (c) 2008-2012, David P. D. Moss. All rights reserved. + * Copyright (c) 2008-2013, David P. D. Moss. All rights reserved. * * Released under the BSD license. See the LICENSE file for details. * --------------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 229d809..cfeb4a6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'netaddr' -copyright = u'2008-2012, David P. D. Moss. All rights reserved' +copyright = u'2008-2013, David P. D. Moss. All rights reserved' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |
