Update copyright dates

This commit is contained in:
kramo
2024-03-20 15:15:36 +01:00
parent c5675efa48
commit 5306b7c81c

View File

@@ -1,6 +1,6 @@
# main.py
#
# Copyright 2022-2023 kramo
# Copyright 2022-2024 kramo
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -262,7 +262,7 @@ class CartridgesApplication(Adw.Application):
)
)
about.set_designers(("kramo https://kramo.page",))
about.set_copyright("© 2022-2023 kramo")
about.set_copyright("© 2022-2024 kramo")
# Translators: Replace this with your name for it to show up in the about window
about.set_translator_credits = (_("translator_credits"),)
about.set_debug_info(debug_str)