summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-01-13 15:53:43 +0100
committerOndrej Holy <oholy@redhat.com>2021-01-15 14:58:54 +0000
commit1281f8cda5fc685f814d6f24e4fbdaf05cddbd98 (patch)
tree09770ab4ccab22d52ed9ed14f1a01620ae8b308c
parent31d85d39f21c9e879ae8cc2759ad2dc8d21928b1 (diff)
downloadnautilus-1281f8cda5fc685f814d6f24e4fbdaf05cddbd98.tar.gz
window: Remove present date from copyright in About dialog
The About dialog currently contains the following copyright: "© 1999–2018 The Files Authors", which looks a little bit outdated. One option is to update the date, but it seems that it would be better to remove it completely: https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-statements-in-your-code
-rw-r--r--src/nautilus-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index d111f9604..b1e6b9e18 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2988,7 +2988,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
"version", VERSION,
"comments", _("Access and organize your files"),
"website", "https://wiki.gnome.org/action/show/Apps/Files",
- "copyright", "© 1999–2018 The Files Authors",
+ "copyright", "© 1999 The Files Authors",
"license-type", GTK_LICENSE_GPL_3_0,
"artists", artists,
"authors", authors,