From 59e1543e6537b0bd66b24e452314119bc61433e2 Mon Sep 17 00:00:00 2001 From: daleclack Date: Fri, 31 Dec 2021 23:07:46 +0800 Subject: [PATCH] Update copyright information --- XeRelease_Gtkmm3/src/MyWin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XeRelease_Gtkmm3/src/MyWin.cc b/XeRelease_Gtkmm3/src/MyWin.cc index f2c5428..f24f82b 100644 --- a/XeRelease_Gtkmm3/src/MyWin.cc +++ b/XeRelease_Gtkmm3/src/MyWin.cc @@ -170,7 +170,7 @@ void MyWin::about_dialog(){ gtk_show_about_dialog(GTK_WINDOW(this->gobj()), "program-name","Xe Release", "version",version, - "copyright", "© 2019—2021 The Xe Project", + "copyright", "© 2019—2022 The Xe Project", "comments", "A program for generate version", "authors",authors, "license-type",GTK_LICENSE_GPL_3_0,