summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-18 05:05:28 +0100
committerErnestas Kulik <ernestask@gnome.org>2018-03-19 14:13:43 +0200
commitb7430f408aff9dc6fe645301764af19f52d93c25 (patch)
tree5612c45e520efcb255a4f5c0b8c3d5045e77a13e
parent203939cdaa807a13a01ff28323d22e7bb8224c25 (diff)
downloadnautilus-b7430f408aff9dc6fe645301764af19f52d93c25.tar.gz
window: Update copyright year in the about dialog
-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 cecdf3b59..dee129eb3 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -3084,7 +3084,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
"program-name", program_name,
"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,