From 8c8113d5b3bfb183216070df9d53cdd1f23436b1 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Tue, 20 Feb 2024 10:51:00 +0100 Subject: [PATCH] update copyright to 2011-2024 --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index be94ab89e7..1582bd6b64 100644 --- a/source/conf.py +++ b/source/conf.py @@ -57,7 +57,7 @@ # General information about the project. project = "Mixxx" -copyright = "2011-2021, The Mixxx Development Team" +copyright = "2011-2024, The Mixxx Development Team" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -374,7 +374,7 @@ epub_title = "Mixxx User Manual" epub_author = "The Mixxx Development Team" epub_publisher = "The Mixxx Development Team" -epub_copyright = "2011-2021, The Mixxx Development Team" +epub_copyright = "2011-2024, The Mixxx Development Team" # The basename for the epub file. It defaults to the project name. # epub_basename = u'Mixxx'