summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-16 09:58:33 +0100
committerRobert Antoni Buj Gelonch <[email protected]>2021-01-16 10:24:20 +0100
commit8158c77d928ee70960888a2941d26a4cf3f04145 (patch)
tree2e8241673b1ad916374ac463261e2a4c13e4a4d4
parent98759f7bed3768ef150dcd41f97f87cbb84be8b1 (diff)
downloadengrampa-8158c77d928ee70960888a2941d26a4cf3f04145.tar.bz2
engrampa-8158c77d928ee70960888a2941d26a4cf3f04145.tar.xz
Update copyright to 2021
-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 4f06103..91a234d 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–2020 The MATE developers
+Copyright=Copyright (C) 2001–2010 Free Software Foundation, Inc.\nCopyright (C) 2012–2021 The MATE developers
Version=@VERSION@
Website=http://www.mate-desktop.org/
diff --git a/help/C/index.docbook b/help/C/index.docbook
index 023fcdc..94bc2d3 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -19,7 +19,7 @@
</abstract>
<copyright xml:lang="en">
- <year>2019-2020</year>
+ <year>2019-2021</year>
<holder>MATE Documentation Project</holder>
</copyright>
<copyright>
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,