diff options
author | rbuj <[email protected]> | 2020-02-16 10:15:07 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-02-20 14:03:26 -0500 |
commit | 21dfa5f6f8d5492665f1e339d714da0b344fe60b (patch) | |
tree | 9faea59899ac82e06dff9b6c31c1cf281afdbcae /applets/inhibit/inhibit-applet.c | |
parent | 23c2d588e07c18a333bfd7c41860aea8e8d3d264 (diff) | |
download | mate-power-manager-21dfa5f6f8d5492665f1e339d714da0b344fe60b.tar.bz2 mate-power-manager-21dfa5f6f8d5492665f1e339d714da0b344fe60b.tar.xz |
Update copyright year on about dialog
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 15a5d7f..ed10c95 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -287,7 +287,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" + "Copyright \xc2\xa9 2012-2020 MATE developers\n" "Copyright \xc2\xa9 2006-2007 Richard Hughes"; const char *documenters [] = { |