Skip to content

Commit ca95709

Browse files
committed
Update copyright dates to 2016
1 parent 62be9a0 commit ca95709

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

futurize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Licensing
1515
---------
16-
Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
16+
Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
1717
The software is distributed under an MIT licence. See LICENSE.txt.
1818
"""
1919

pasteurize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Licensing
1414
---------
15-
Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
15+
Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
1616
The software is distributed under an MIT licence. See LICENSE.txt.
1717
"""
1818

src/future/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
7777
Licensing
7878
---------
79-
Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
79+
Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
8080
The software is distributed under an MIT licence. See LICENSE.txt.
8181
8282
"""
8383

8484
__title__ = 'future'
8585
__author__ = 'Ed Schofield'
8686
__license__ = 'MIT'
87-
__copyright__ = 'Copyright 2013-2015 Python Charmers Pty Ltd'
87+
__copyright__ = 'Copyright 2013-2016 Python Charmers Pty Ltd'
8888
__ver_major__ = 0
8989
__ver_minor__ = 15
9090
__ver_patch__ = 3

src/past/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
8181
Licensing
8282
---------
83-
Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
83+
Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
8484
The software is distributed under an MIT licence. See LICENSE.txt.
8585
"""
8686

0 commit comments

Comments
 (0)