File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
Licensing
15
15
---------
16
- Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
16
+ Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
17
17
The software is distributed under an MIT licence. See LICENSE.txt.
18
18
"""
19
19
Original file line number Diff line number Diff line change 12
12
13
13
Licensing
14
14
---------
15
- Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
15
+ Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
16
16
The software is distributed under an MIT licence. See LICENSE.txt.
17
17
"""
18
18
Original file line number Diff line number Diff line change 76
76
77
77
Licensing
78
78
---------
79
- Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
79
+ Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
80
80
The software is distributed under an MIT licence. See LICENSE.txt.
81
81
82
82
"""
83
83
84
84
__title__ = 'future'
85
85
__author__ = 'Ed Schofield'
86
86
__license__ = 'MIT'
87
- __copyright__ = 'Copyright 2013-2015 Python Charmers Pty Ltd'
87
+ __copyright__ = 'Copyright 2013-2016 Python Charmers Pty Ltd'
88
88
__ver_major__ = 0
89
89
__ver_minor__ = 15
90
90
__ver_patch__ = 3
Original file line number Diff line number Diff line change 80
80
81
81
Licensing
82
82
---------
83
- Copyright 2013-2015 Python Charmers Pty Ltd, Australia.
83
+ Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
84
84
The software is distributed under an MIT licence. See LICENSE.txt.
85
85
"""
86
86
You can’t perform that action at this time.
0 commit comments