[nautilus/wip/oholy/about-dialog-outdated: 9/9] window: Remove outdated list of authors from About dialog




commit df7dab4a77cbb46f62ae439727e28b62585e69c6
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jan 13 16:13:20 2021 +0100

    window: Remove outdated list of authors from About dialog
    
    The About dialog contains outdated list of authors, which seems
    was not updated for some time. One option is to add new contributors
    there, but it would be probably better to replace the list by
    "The Files Authors" statement instead:
    https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-statements-in-your-code

 src/nautilus-window.c | 39 +--------------------------------------
 1 file changed, 1 insertion(+), 38 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index b1e6b9e18..0d8cd8414 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2929,44 +2929,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
     };
     const gchar *authors[] =
     {
-        "Alexander Larsson",
-        "Ali Abdin",
-        "Anders Carlsson",
-        "Andrew Walton",
-        "Andy Hertzfeld",
-        "Arlo Rose",
-        "Christian Neumair",
-        "Cosimo Cecchi",
-        "Darin Adler",
-        "David Camp",
-        "Eli Goldberg",
-        "Elliot Lee",
-        "Eskil Heyn Olsen",
-        "Ettore Perazzoli",
-        "Gene Z. Ragan",
-        "George Lebl",
-        "Ian McKellar",
-        "J Shane Culpepper",
-        "James Willcox",
-        "Jan Arne Petersen",
-        "John Harper",
-        "John Sullivan",
-        "Josh Barrow",
-        "Maciej Stachowiak",
-        "Mark McLoughlin",
-        "Mathieu Lacage",
-        "Mike Engber",
-        "Mike Fleming",
-        "Pavel Cisler",
-        "Ramiro Estrugo",
-        "Raph Levien",
-        "Rebecca Schulman",
-        "Robey Pointer",
-        "Robin * Slomkowski",
-        "Seth Nickell",
-        "Susan Kare",
-        "Tomas Bzatek",
-        "William Jon McCann",
+        "The contributors to the Nautilus project",
         NULL
     };
     const gchar *documenters[] =


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