From 5c5dfea9d8d565c8439cdc4e6599654d67918c9e Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Sat, 29 Jan 2022 06:46:07 -0800 Subject: [PATCH] update copyright text to 2022 (#1187) --- README.md | 2 +- main/src/ui/application.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47168edf..8d1bf18c 100644 --- a/README.md +++ b/README.md @@ -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) => {