From 462dcd180bd70948fa04d96a4f5ae71797dfe955 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 13 Jan 2021 16:13:20 +0100 Subject: 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..acde76f34 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 Files Authors", NULL }; const gchar *documenters[] = -- cgit v1.2.1