From 5306b7c81cf54aa87f7e0d70a5671c292e9d89ad Mon Sep 17 00:00:00 2001 From: kramo Date: Wed, 20 Mar 2024 15:15:36 +0100 Subject: [PATCH] Update copyright dates --- cartridges/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cartridges/main.py b/cartridges/main.py index a808297..2b6b9af 100644 --- a/cartridges/main.py +++ b/cartridges/main.py @@ -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)