summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-10 13:46:15 +0100
committerraveit65 <[email protected]>2020-01-10 13:46:15 +0100
commit46db20db6cc5268bbab47fedf97548562b1e537d (patch)
treec2c35f5cc24d3be0f3fb0779fd1e8ca8edc67b91
parent4deb89e7fa95e8abffb86f517878a9bc0d30b7bc (diff)
downloadengrampa-46db20db6cc5268bbab47fedf97548562b1e537d.tar.bz2
engrampa-46db20db6cc5268bbab47fedf97548562b1e537d.tar.xz
Update copyright to 2020
-rw-r--r--caja/libcaja-engrampa.caja-extension.desktop.in.in2
-rw-r--r--help/C/index.docbook2
-rw-r--r--src/actions.c2
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,