File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2013-2018 Python Charmers Pty Ltd, Australia
1+ Copyright (c) 2013-2019 Python Charmers Pty Ltd, Australia
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Licensing
266266
267267:Author: Ed Schofield, Jordan M. Adler, et al
268268
269- :Copyright: 2013-2018 Python Charmers Pty Ltd, Australia.
269+ :Copyright: 2013-2019 Python Charmers Pty Ltd, Australia.
270270
271271:Sponsors: Python Charmers Pty Ltd, Australia, and Python Charmers Pte
272272 Ltd, Singapore. http://pythoncharmers.com
Original file line number Diff line number Diff line change 1313
1414Licensing
1515---------
16- Copyright 2013-2018 Python Charmers Pty Ltd, Australia.
16+ Copyright 2013-2019 Python Charmers Pty Ltd, Australia.
1717The software is distributed under an MIT licence. See LICENSE.txt.
1818"""
1919
Original file line number Diff line number Diff line change 1212
1313Licensing
1414---------
15- Copyright 2013-2018 Python Charmers Pty Ltd, Australia.
15+ Copyright 2013-2019 Python Charmers Pty Ltd, Australia.
1616The software is distributed under an MIT licence. See LICENSE.txt.
1717"""
1818
Original file line number Diff line number Diff line change 7676
7777Licensing
7878---------
79- Copyright 2013-2018 Python Charmers Pty Ltd, Australia.
79+ Copyright 2013-2019 Python Charmers Pty Ltd, Australia.
8080The 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-2018 Python Charmers Pty Ltd'
87+ __copyright__ = 'Copyright 2013-2019 Python Charmers Pty Ltd'
8888__ver_major__ = 0
8989__ver_minor__ = 18
9090__ver_patch__ = 0
Original file line number Diff line number Diff line change 7474Credits
7575-------
7676
77- :Author: Ed Schofield
77+ :Author: Ed Schofield, Jordan M. Adler, et al
7878:Sponsor: Python Charmers Pty Ltd, Australia: http://pythoncharmers.com
7979
8080
8181Licensing
8282---------
83- Copyright 2013-2018 Python Charmers Pty Ltd, Australia.
83+ Copyright 2013-2019 Python Charmers Pty Ltd, Australia.
8484The software is distributed under an MIT licence. See LICENSE.txt.
8585"""
8686
You can’t perform that action at this time.
0 commit comments