summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-12 15:02:40 +0100
committerraveit65 <[email protected]>2020-01-12 15:02:40 +0100
commit9a217fa75ba60fe75b0d4c0cebccc94a2f9d840d (patch)
tree7ebaff960e552e3bb07cc44b9f5b084cca80faf3 /src
parentd15bf0bc9df66506e5073caefda5e7fcdc3f427a (diff)
downloadmate-calc-9a217fa75ba60fe75b0d4c0cebccc94a2f9d840d.tar.bz2
mate-calc-9a217fa75ba60fe75b0d4c0cebccc94a2f9d840d.tar.xz
Update copyright to 2020
Diffstat (limited to 'src')
-rw-r--r--src/math-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-window.c b/src/math-window.c
index 95e749e..ca31f4e 100644
--- a/src/math-window.c
+++ b/src/math-window.c
@@ -262,7 +262,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window)
"version", VERSION,
"title", _("About MATE Calculator"),
"copyright", _("Copyright \xc2\xa9 1986–2010 The GCalctool authors\n"
- "Copyright \xc2\xa9 2011-2019 MATE developers"),
+ "Copyright \xc2\xa9 2011-2020 MATE developers"),
"license", license_trans,
"comments", _("Calculator with financial and scientific modes."),
"authors", authors,