[gnome-software: 3/3] Merge branch '1213-about-copyright' into 'master'




commit 948db3b5b4f7faf3df56bc5324d9cb22f1354346
Merge: 1bdf91ab3 4b17edde4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Apr 20 11:06:47 2021 +0000

    Merge branch '1213-about-copyright' into 'master'
    
    gs-application: Update copyright in about dialogue
    
    Closes #1213
    
    See merge request GNOME/gnome-software!702

 src/gs-application.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --cc src/gs-application.c
index 32dc8506c,5e95176e6..577c3ce34
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@@ -344,12 -344,13 +344,15 @@@ about_activated (GSimpleAction *action
                "Allan Day",
                "Ryan Lerch",
                "William Jon McCann",
+               "Milan Crha",
+               "Joaquim Rocha",
+               "Robert Ancell",
+               "Philip Withnall",
                NULL
        };
-       const gchar *copyright = "Copyright \xc2\xa9 2016-2019 Richard Hughes, Matthias Clasen, Kalev Lember";
        GtkAboutDialog *dialog;
 +      g_autofree gchar *program_name_alloc = NULL;
 +      const gchar *program_name;
  
        dialog = GTK_ABOUT_DIALOG (gtk_about_dialog_new ());
        gtk_about_dialog_set_authors (dialog, authors);


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