diff options
author | raveit65 <[email protected]> | 2020-01-10 17:56:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-10 17:56:41 +0100 |
commit | b9331e748a23dca488832c4bfc410dbcddc43214 (patch) | |
tree | 8f748b6dc005523b2090b6c0ca6b38b91259eb94 /command/command.c | |
parent | 9714c20d062af14e9b6cbf4cf3c9374acc6b9101 (diff) | |
download | mate-applets-b9331e748a23dca488832c4bfc410dbcddc43214.tar.bz2 mate-applets-b9331e748a23dca488832c4bfc410dbcddc43214.tar.xz |
Update copyright to 2020
Diffstat (limited to 'command/command.c')
-rw-r--r-- | command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/command.c b/command/command.c index fe791f4c..20c020ae 100644 --- a/command/command.c +++ b/command/command.c @@ -122,7 +122,7 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet) "title", _("About Command Applet"), "version", VERSION, "copyright", _("Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n" - "Copyright \xc2\xa9 2015-2019 MATE developers"), + "Copyright \xc2\xa9 2015-2020 MATE developers"), "authors", authors, "comments", _("Shows the output of a command"), "translator-credits", _("translator-credits"), |