From 7f57fb93241759b3a450ef9e550da3f2ffba6c44 Mon Sep 17 00:00:00 2001 From: Hari Rana Date: Mon, 13 Feb 2023 18:38:08 -0500 Subject: [PATCH] about: Update copyright year --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.rs b/src/application.rs index d24a36a7..84eb9c37 100644 --- a/src/application.rs +++ b/src/application.rs @@ -188,7 +188,7 @@ impl Application { .version(config::VERSION) .transient_for(&self.get_main_window()) .modal(true) - .copyright(&gettext("© 2017-2022 The Fractal Team")) + .copyright(&gettext("© 2017-2023 The Fractal Team")) .developers(vec![ "Alejandro Domínguez".to_string(), "Alexandre Franke".to_string(),