From 2311f0b2d7144ba1e69ff5355c3d15e0683df18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 18 Mar 2018 05:05:28 +0100 Subject: [PATCH] window: Update copyright year in the about dialog --- src/nautilus-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nautilus-window.c b/src/nautilus-window.c index 49f03ec05c..862695bacc 100644 --- a/src/nautilus-window.c +++ b/src/nautilus-window.c @@ -3076,7 +3076,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window) "program-name", _("Files"), "version", VERSION, "comments", _("Access and organize your files."), - "copyright", "Copyright © 1999–2016 The Files Authors", + "copyright", "Copyright © 1999–2018 The Files Authors", "license-type", GTK_LICENSE_GPL_3_0, "artists", artists, "authors", authors, -- GitLab