update copyright text to 2022 (#1187)

This commit is contained in:
Daniel Pono Takamori 2022-01-29 06:46:07 -08:00 committed by GitHub
parent 0c524cdc4a
commit 5c5dfea9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) => {