Skip to content

Commit f5a8da1

Browse files
committed
Update copyright years
1 parent 2a31533 commit f5a8da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/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 = 'maxminddb'
54-
copyright = '2014, MaxMind, Inc.'
54+
copyright = '2013-2018, MaxMind, Inc.'
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

maxminddb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def Reader(database): # pylint: disable=invalid-name
5151
__version__ = '1.3.0'
5252
__author__ = 'Gregory Oschwald'
5353
__license__ = 'Apache License, Version 2.0'
54-
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
54+
__copyright__ = 'Copyright 2013-2018 Maxmind, Inc.'

0 commit comments

Comments
 (0)