Skip to content

Commit b8325df

Browse files
committed
Updated the copyright year in both __about__.py and __init__.py to "2012 - 2016"
1 parent cc64550 commit b8325df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github3/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = 'Ian Cordasco'
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
7-
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
7+
__copyright__ = 'Copyright 2012-2016 Ian Cordasco'
88
__version__ = '1.0.0a4'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'http://github3.readthedocs.org'

github3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
See http://github3.readthedocs.org/ for documentation.
77
8-
:copyright: (c) 2012-2014 by Ian Cordasco
8+
:copyright: (c) 2012-2016 by Ian Cordasco
99
:license: Modified BSD, see LICENSE for more details
1010
1111
"""

0 commit comments

Comments
 (0)