Skip to content

Commit 23e04f4

Browse files
committed
chore: update copyright in about dialog
1 parent 15b9269 commit 23e04f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

halftone/views/about_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2024, tfuxu <https://github.com/tfuxu>
1+
# Copyright 2023-2025, tfuxu <https://github.com/tfuxu>
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
from gi.repository import Gtk, Adw
@@ -31,7 +31,7 @@ def setup(self):
3131
],
3232
# TRANSLATORS: This is a place to put your credits (formats: "Name https://example.com" or "Name <[email protected]>", no quotes) and is not meant to be translated literally.
3333
translator_credits=_("translator-credits"),
34-
copyright="Copyright © 2023 tfuxu",
34+
copyright="Copyright © 2023-2025 tfuxu",
3535
license_type=Gtk.License.GPL_3_0,
3636
version=constants.version,
3737
release_notes_version=constants.rel_ver,

0 commit comments

Comments
 (0)