summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-01-13 16:13:20 +0100
committerOndrej Holy <oholy@redhat.com>2021-01-13 16:21:01 +0100
commit462dcd180bd70948fa04d96a4f5ae71797dfe955 (patch)
treee1da33a3e0dbaeaa1840bf50cff5d0a810433f81
parentc0c70b74e5fddbcb3c8625894ab2cc7fdbb9d6f3 (diff)
downloadnautilus-wip/oholy/about-dialog-outdated.tar.gz
window: Remove outdated list of authors from About dialogwip/oholy/about-dialog-outdated
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
-rw-r--r--src/nautilus-window.c39
1 files changed, 1 insertions, 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[] =