summaryrefslogtreecommitdiff
path: root/src/nautilus-window.c
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-01-13 15:53:43 +0100
committerOndrej Holy <oholy@redhat.com>2021-01-13 15:54:19 +0100
commitc0c70b74e5fddbcb3c8625894ab2cc7fdbb9d6f3 (patch)
treeb1f4d96e7f2049774b3bf2229e3e8db77ce9f11d /src/nautilus-window.c
parentf1c3d99f886915ac7ca4a0a957312cb4b4ccd073 (diff)
downloadnautilus-c0c70b74e5fddbcb3c8625894ab2cc7fdbb9d6f3.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
Diffstat (limited to 'src/nautilus-window.c')
-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,