From f176d5775fe811c5632d6b81b53422240110aed3 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Thu, 25 Apr 2024 11:10:39 +0100 Subject: [PATCH] constants: Bump copyright year (#385) --- pupgui2/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupgui2/constants.py b/pupgui2/constants.py index 7851d7cd..6da09b32 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -15,7 +15,7 @@ PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt' ABOUT_TEXT = '''\ {APP_NAME} v{APP_VERSION} by DavidoTek: https://github.com/DavidoTek/ProtonUp-Qt
-Copyright (C) 2021-2023 DavidoTek, licensed under GPLv3 +Copyright (C) 2021-2024 DavidoTek, licensed under GPLv3 '''.format(APP_NAME=APP_NAME, APP_VERSION=APP_VERSION, PROTONUPQT_GITHUB_URL=PROTONUPQT_GITHUB_URL) BUILD_INFO = 'built from source'