diff options
author | rbuj <[email protected]> | 2021-01-16 09:58:33 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2021-01-16 10:24:20 +0100 |
commit | 8158c77d928ee70960888a2941d26a4cf3f04145 (patch) | |
tree | 2e8241673b1ad916374ac463261e2a4c13e4a4d4 /src | |
parent | 98759f7bed3768ef150dcd41f97f87cbb84be8b1 (diff) | |
download | engrampa-8158c77d928ee70960888a2941d26a4cf3f04145.tar.bz2 engrampa-8158c77d928ee70960888a2941d26a4cf3f04145.tar.xz |
Update copyright to 2021
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 4aec8e5..1d3a9ec 100644 --- a/src/actions.c +++ b/src/actions.c @@ -898,7 +898,7 @@ activate_action_about (GtkAction *action, gtk_show_about_dialog (GTK_WINDOW (window), "version", VERSION, "copyright", _("Copyright \xc2\xa9 2001–2010 Free Software Foundation, Inc.\n" - "Copyright \xc2\xa9 2012–2020 The MATE developers"), + "Copyright \xc2\xa9 2012–2021 The MATE developers"), "comments", _("Engrampa is an archive manager for the MATE Desktop Environment."), "authors", authors, "documenters", documenters, |