From ba17bdb883a9e4da480666541543d1e6b4d470c3 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 27 Apr 2023 20:24:23 +0200 Subject: [PATCH 1/2] Update the copyright header for readthedocs --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index efae1fe68..9f772a3a8 100644 --- a/conf.py +++ b/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = u'testcontainers' -copyright = u'2017, Sergey Pirogov' +copyright = u'2017-2023, Sergey Pirogov and Testcontainers Python contributors' author = u'Sergey Pirogov' # The version info for the project you're documenting, acts as replacement for From 9883c414b9b4a1e8d1f33c85bb26c36e63c3b457 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Sat, 9 Mar 2024 09:17:19 -0500 Subject: [PATCH 2/2] 2024 --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 9f772a3a8..367de8d7c 100644 --- a/conf.py +++ b/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = u'testcontainers' -copyright = u'2017-2023, Sergey Pirogov and Testcontainers Python contributors' +copyright = u'2017-2024, Sergey Pirogov and Testcontainers Python contributors' author = u'Sergey Pirogov' # The version info for the project you're documenting, acts as replacement for