diff options
author | rbuj <[email protected]> | 2021-01-16 12:29:49 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 12:29:49 +0100 |
commit | 97249b980d331a6707348109a05228279ba9c9d2 (patch) | |
tree | 2e85963368bd525b3f18a218d8db66d7bfe3dcde /drivemount/src/drivemount.c | |
parent | c5b853947084f845c457794e5541d03af2c07199 (diff) | |
download | mate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.bz2 mate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.xz |
Update copyright to 2021
Diffstat (limited to 'drivemount/src/drivemount.c')
-rw-r--r-- | drivemount/src/drivemount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivemount/src/drivemount.c b/drivemount/src/drivemount.c index d6a77f20..fa2857a1 100644 --- a/drivemount/src/drivemount.c +++ b/drivemount/src/drivemount.c @@ -118,7 +118,7 @@ display_about_dialog (GtkAction *action, "title", _("About Disk Mounter"), "version", VERSION, "copyright", _("Copyright \xC2\xA9 2004 Canonical Ltd\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "comments", _("Applet for mounting and unmounting block volumes."), "authors", authors, "documenters", documenters, |