diff --git a/ui/po/breezydesktop.pot b/ui/po/breezydesktop.pot index 2e7f499..4fe2663 100644 --- a/ui/po/breezydesktop.pot +++ b/ui/po/breezydesktop.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-03-06 22:32-0800\n" +"POT-Creation-Date: 2025-03-06 22:59-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/ui/src/main.py b/ui/src/main.py index c1472b7..e415388 100644 --- a/ui/src/main.py +++ b/ui/src/main.py @@ -111,7 +111,9 @@ class BreezydesktopApplication(Adw.Application): logo_icon_name='com.xronlinux.BreezyDesktop', version=self.version, authors=['Wayne Heaney'], - copyright='© 2024 Wayne Heaney') + copyright='© 2025 Wayne Heaney', + license_type=Gtk.License.GPL_3_0, + wrap_license=True) about.present() def on_license_action(self, widget, _):