From e9df83e5503655f390d7da00c5f2b7d3ea5e4e2e Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 7 Jan 2025 15:25:02 -0800 Subject: [PATCH] Update copyright year --- docs/conf.py | 2 +- docs/index.rst | 2 +- maxminddb/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 57f27aa..a5bfe62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # General information about the project. project = "maxminddb" -copyright = "2013-2024, MaxMind, Inc." +copyright = "2013-2025, MaxMind, Inc." # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/index.rst b/docs/index.rst index 0d0b829..918252e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,6 +35,6 @@ Indices and tables * :ref:`modindex` * :ref:`search` -:copyright: (c) 2013-2024 by MaxMind, Inc. +:copyright: (c) 2013-2025 by MaxMind, Inc. :license: Apache License, Version 2.0 diff --git a/maxminddb/__init__.py b/maxminddb/__init__.py index bc526cb..f2156bf 100644 --- a/maxminddb/__init__.py +++ b/maxminddb/__init__.py @@ -84,4 +84,4 @@ def open_database( __version__ = "2.6.2" __author__ = "Gregory Oschwald" __license__ = "Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2024 MaxMind, Inc." +__copyright__ = "Copyright 2013-2025 MaxMind, Inc."