diff options
-rw-r--r-- | caja/libcaja-engrampa.caja-extension.desktop.in.in | 2 | ||||
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | src/actions.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/caja/libcaja-engrampa.caja-extension.desktop.in.in b/caja/libcaja-engrampa.caja-extension.desktop.in.in index 022b7ba..4f06103 100644 --- a/caja/libcaja-engrampa.caja-extension.desktop.in.in +++ b/caja/libcaja-engrampa.caja-extension.desktop.in.in @@ -4,6 +4,6 @@ Icon=engrampa Name=Engrampa Description=Allows to create and extract archives Author=Paolo Bacchilega <[email protected]>;Perberos <[email protected]> -Copyright=Copyright (C) 2001–2010 Free Software Foundation, Inc.\nCopyright (C) 2012–2019 The MATE developers +Copyright=Copyright (C) 2001–2010 Free Software Foundation, Inc.\nCopyright (C) 2012–2020 The MATE developers Version=@VERSION@ Website=http://www.mate-desktop.org/ diff --git a/help/C/index.docbook b/help/C/index.docbook index 40bd59c..f5c86ae 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -19,7 +19,7 @@ </abstract> <copyright xml:lang="en"> - <year>2019</year> + <year>2019-2020</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/src/actions.c b/src/actions.c index fee89d5..60cdab3 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–2019 The MATE developers"), + "Copyright \xc2\xa9 2012–2020 The MATE developers"), "comments", _("An archive manager for MATE."), "authors", authors, "documenters", documenters, |