Skip to content

Commit

Permalink
constants: Bump copyright year (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Apr 25, 2024
1 parent 318e772 commit f176d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupgui2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt'
ABOUT_TEXT = '''\
{APP_NAME} v{APP_VERSION} by DavidoTek: <a href="{PROTONUPQT_GITHUB_URL}">https://github.com/DavidoTek/ProtonUp-Qt</a><br />
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'

Expand Down

0 comments on commit f176d57

Please sign in to comment.