We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31533 commit f5a8da1Copy full SHA for f5a8da1
docs/conf.py
@@ -51,7 +51,7 @@
51
52
# General information about the project.
53
project = 'maxminddb'
54
-copyright = '2014, MaxMind, Inc.'
+copyright = '2013-2018, MaxMind, Inc.'
55
56
# The version info for the project you're documenting, acts as replacement for
57
# |version| and |release|, also used in various other places throughout the
maxminddb/__init__.py
@@ -51,4 +51,4 @@ def Reader(database): # pylint: disable=invalid-name
__version__ = '1.3.0'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
-__copyright__ = 'Copyright 2014 Maxmind, Inc.'
+__copyright__ = 'Copyright 2013-2018 Maxmind, Inc.'
0 commit comments