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 /timerapplet | |
parent | 9714c20d062af14e9b6cbf4cf3c9374acc6b9101 (diff) | |
download | mate-applets-b9331e748a23dca488832c4bfc410dbcddc43214.tar.bz2 mate-applets-b9331e748a23dca488832c4bfc410dbcddc43214.tar.xz |
Update copyright to 2020
Diffstat (limited to 'timerapplet')
-rw-r--r-- | timerapplet/timerapplet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 88c14cef..3dd2abf5 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -272,7 +272,7 @@ timer_about_callback (GtkAction *action, TimerApplet *applet) "title", _("About Timer Applet"), "version", VERSION, "copyright", _("Copyright \xc2\xa9 2014 Stefano Karapetsas\n" - "Copyright \xc2\xa9 2015-2019 MATE developers"), + "Copyright \xc2\xa9 2015-2020 MATE developers"), "authors", authors, "comments", _("Start a timer and receive a notification when it is finished"), "translator-credits", _("translator-credits"), |