[gnome-software: 1/3] gs-application: Update copyright in about dialogue




commit 8e461b51a6a0947deea04c5d47eb0ecb581bc1b0
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Apr 19 11:01:15 2021 +0100

    gs-application: Update copyright in about dialogue
    
    The number of contributors (and hence copyright holders) is too great
    for them to be listed individually, so list them as a group. As this
    string now includes words which aren’t names, make it translatable.
    
    Update the dates too, as time continues to pass.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1213

 src/gs-application.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index a3a1745ac..070df2c90 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -346,12 +346,11 @@ about_activated (GSimpleAction *action,
                "William Jon McCann",
                NULL
        };
-       const gchar *copyright = "Copyright \xc2\xa9 2016-2019 Richard Hughes, Matthias Clasen, Kalev Lember";
        GtkAboutDialog *dialog;
 
        dialog = GTK_ABOUT_DIALOG (gtk_about_dialog_new ());
        gtk_about_dialog_set_authors (dialog, authors);
-       gtk_about_dialog_set_copyright (dialog, copyright);
+       gtk_about_dialog_set_copyright (dialog, _("Copyright \xc2\xa9 2016–2021 GNOME Software 
contributors"));
        gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_2_0);
        gtk_about_dialog_set_logo_icon_name (dialog, "org.gnome.Software");
        gtk_about_dialog_set_translator_credits (dialog, _("translator-credits"));


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