From c0c70b74e5fddbcb3c8625894ab2cc7fdbb9d6f3 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 13 Jan 2021 15:53:43 +0100 Subject: window: Remove present date from copyright in About dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/nautilus-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nautilus-window.c') 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, -- cgit v1.2.1