summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-08-15 11:58:32 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-19 13:23:38 +0300
commit6521d0d0cd2fb4884aa94fe2a87a9b1b17d66da0 (patch)
tree4bd2de002f3adf2ec9e027169c1a7e21725b81b1 /src
parente1649a30606d0c9906510f1e9b3fbf545979823b (diff)
downloadnautilus-6521d0d0cd2fb4884aa94fe2a87a9b1b17d66da0.tar.gz
window: update copyright notice
Currently, the copyright notice includes a range of dates of which the end year is 2014, which is not current. This commit changes the end year to 2016. https://bugzilla.gnome.org/show_bug.cgi?id=769917
Diffstat (limited to 'src')
-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 5e7ebf3d1..883ae9b10 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2745,7 +2745,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
"program-name", _("Files"),
"version", VERSION,
"comments", _("Access and organize your files."),
- "copyright", "Copyright © 1999–2014 The Files Authors",
+ "copyright", "Copyright © 1999–2016 The Files Authors",
"license-type", GTK_LICENSE_GPL_2_0,
"authors", authors,
"documenters", documenters,