Skip to content

Commit 8fba566

Browse files
committed
update year
1 parent 928c2ed commit 8fba566

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2010-2017 Nico Schlömer
3+
Copyright (c) 2010-2018 Nico Schlömer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = u'matplotlib2tikz'
54-
copyright = u'2010-2017, Nico Schlömer'
54+
copyright = u'2010-2018, Nico Schlömer'
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the

matplotlib2tikz/__about__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
__author__ = u'Nico Schlömer'
44
__email__ = '[email protected]'
5-
__copyright__ = 'Copyright (c) 2010-2017, %s <%s>' % (__author__, __email__)
5+
__copyright__ = \
6+
u'Copyright (c) 2010-2018, {} <{}>'.format(__author__, __email__)
67
__credits__ = []
78
__license__ = 'License :: OSI Approved :: MIT License'
89
__version__ = '0.6.14'

0 commit comments

Comments
 (0)