diff options
author | monsta <[email protected]> | 2016-01-07 23:32:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-07 23:32:49 +0300 |
commit | e8f3230056ba066e33b8c1dff9536e78bcab35ae (patch) | |
tree | 1205a8da1ead57a2e6c2e8a42de06ef310b0eaa9 | |
parent | 6ef7d7cb893cea2d1cff8eb4736430193f17dc25 (diff) | |
download | atril-e8f3230056ba066e33b8c1dff9536e78bcab35ae.tar.bz2 atril-e8f3230056ba066e33b8c1dff9536e78bcab35ae.tar.xz |
update copyrights, mention MATE team in caja extension
it can be made more detailed of course, but for now it will do.
closes https://github.com/mate-desktop/atril/issues/120
-rw-r--r-- | properties/libatril-properties-page.caja-extension.in.in | 2 | ||||
-rw-r--r-- | shell/ev-window.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/properties/libatril-properties-page.caja-extension.in.in b/properties/libatril-properties-page.caja-extension.in.in index 0428d8a1..3a85d2b0 100644 --- a/properties/libatril-properties-page.caja-extension.in.in +++ b/properties/libatril-properties-page.caja-extension.in.in @@ -5,4 +5,4 @@ _Description=Shows details for Atril documents Version=@VERSION@ Author=Andrew Sobala <[email protected]>;Bastien Nocera <[email protected]> Website=http://www.mate-desktop.org/ -Copyright=Copyright (C) 2000, 2001 Eazel Inc.\nCopyright (C) 2003 Andrew Sobala <[email protected]>\nCopyright (C) 2005 Bastien Nocera <[email protected]>\nCopyright (C) 2005 Red Hat, Inc +Copyright=Copyright (C) 2000, 2001 Eazel Inc.\nCopyright (C) 2003 Andrew Sobala <[email protected]>\nCopyright (C) 2005 Bastien Nocera <[email protected]>\nCopyright (C) 2005 Red Hat, Inc\nCopyright (C) 2012–2016 The MATE developers diff --git a/shell/ev-window.c b/shell/ev-window.c index 05505a34..3da9df77 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5074,7 +5074,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "name", _("Atril"), "version", VERSION, "copyright", - _("© 1996–2009 The Evince authors\n© 2012–2014 The MATE developers"), + _("© 1996–2009 The Evince authors\n© 2012–2016 The MATE developers"), "license", license_trans, "website", "http://www.mate-desktop.org/", "comments", comments, |