diff options
author | monsta <[email protected]> | 2017-04-25 22:19:26 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-25 22:19:26 +0300 |
commit | c4bc5fead8311bdfeead65153e89495ca3ec5cd9 (patch) | |
tree | efd056c4191caa66c59275e7511c826a59a8ef8d /src | |
parent | 7c4c46f32b281ae45c7711499d52cb92fbc1181b (diff) | |
download | eom-c4bc5fead8311bdfeead65153e89495ca3ec5cd9.tar.bz2 eom-c4bc5fead8311bdfeead65153e89495ca3ec5cd9.tar.xz |
update copyright year to 2017
Diffstat (limited to 'src')
-rw-r--r-- | src/eom-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-window.c b/src/eom-window.c index 417f7a6..790a559 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -2557,7 +2557,7 @@ eom_window_cmd_about (GtkAction *action, gpointer user_data) "version", VERSION, "copyright", "Copyright \xc2\xa9 2000-2010 Free Software Foundation, Inc.\n" "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2016 MATE developers", + "Copyright \xc2\xa9 2012-2017 MATE developers", "comments",_("The MATE image viewer."), "authors", authors, "documenters", documenters, |