mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-24 07:54:30 +00:00
update copyright text to 2022 (#1187)
This commit is contained in:
parent
0c524cdc4a
commit
5c5dfea9d8
2 changed files with 2 additions and 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
|
||||
|
|
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue