diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | main/src/ui/application.vala | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ Contribute License ------- Dino - Modern Jabber/XMPP Client using GTK+/Vala - Copyright (C) 2016-2020 Dino contributors + Copyright (C) 2016-2022 Dino contributors 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 diff --git a/main/src/ui/application.vala b/main/src/ui/application.vala index ecbea85e..4f97b7b3 100644 --- a/main/src/ui/application.vala +++ b/main/src/ui/application.vala @@ -278,7 +278,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application { dialog.comments = "Dino. Communicating happiness."; dialog.website = "https://dino.im/"; dialog.website_label = "dino.im"; - dialog.copyright = "Copyright © 2016-2021 - Dino Team"; + dialog.copyright = "Copyright © 2016-2022 - Dino Team"; dialog.license_type = License.GPL_3_0; dialog.response.connect((response_id) => { |