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-15 14:58:54 +0000
commit2b60990df4fb4d5d3bb7eb22136d3f16beef9860 (patch)
tree8814cb3ef0f762cc9ae6b174a22e8d80c88695ec
parent1281f8cda5fc685f814d6f24e4fbdaf05cddbd98 (diff)
downloadnautilus-2b60990df4fb4d5d3bb7eb22136d3f16beef9860.tar.gz
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
-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..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[] =