[gnome-software: 1/2] gs-application: Update Copyright year to 2022




commit b2da040c6bfb4a8ed916758155a49b54b682062e
Author: Fries <fries1234 protonmail com>
Date:   Tue Feb 22 19:50:03 2022 -0800

    gs-application: Update Copyright year to 2022
    
    We now live in the future.

 src/gs-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index e23258e40..04f100362 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -309,7 +309,7 @@ about_activated (GSimpleAction *action,
 
        dialog = GTK_ABOUT_DIALOG (gtk_about_dialog_new ());
        gtk_about_dialog_set_authors (dialog, authors);
-       gtk_about_dialog_set_copyright (dialog, _("Copyright \xc2\xa9 2016–2021 GNOME Software 
contributors"));
+       gtk_about_dialog_set_copyright (dialog, _("Copyright \xc2\xa9 2016–2022 GNOME Software 
contributors"));
        gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_2_0);
        gtk_about_dialog_set_logo_icon_name (dialog, APPLICATION_ID);
        gtk_about_dialog_set_translator_credits (dialog, _("translator-credits"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]