diff options
author | rbuj <[email protected]> | 2021-01-16 14:57:04 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 14:57:04 +0100 |
commit | 24df170cd6120234f284d486ec0e6807fdb29b70 (patch) | |
tree | 59ce838e72b3e24084809c01db0b2ec90c0fec77 /src | |
parent | 8a959f452cee7da478cbf999990fadf7698d2414 (diff) | |
download | mate-indicator-applet-24df170cd6120234f284d486ec0e6807fdb29b70.tar.bz2 mate-indicator-applet-24df170cd6120234f284d486ec0e6807fdb29b70.tar.xz |
Update copyright to 2021
Diffstat (limited to 'src')
-rw-r--r-- | src/applet-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index d04a3b4..ecfe86f 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -808,7 +808,7 @@ about_cb (GtkAction *action G_GNUC_UNUSED, gtk_show_about_dialog(NULL, "version", VERSION, "copyright", _("Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\n" - "Copyright \xc2\xa9 2011-2020 MATE developers"), + "Copyright \xc2\xa9 2011-2021 MATE developers"), #ifdef INDICATOR_APPLET_APPMENU "comments", _("An applet to hold your application menus."), #endif |