summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-10 16:16:27 +0300
committermonsta <[email protected]>2017-04-10 16:16:27 +0300
commit80644c33d264a32c7de85dfd0cd47ba8bee1404d (patch)
tree26acd4cc85260c9c14f185457c55793caac0898e
parentd31b3d501218a61c8f4a91bb641967fa1ff42c35 (diff)
downloadmate-calc-80644c33d264a32c7de85dfd0cd47ba8bee1404d.tar.bz2
mate-calc-80644c33d264a32c7de85dfd0cd47ba8bee1404d.tar.xz
update copyright year to 2017
-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 687e2ac..3cde97e 100644
--- a/src/math-window.c
+++ b/src/math-window.c
@@ -239,7 +239,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window)
char copyright[] = \
"Copyright \xc2\xa9 1986–2010 The GCalctool authors\n"
- "Copyright \xc2\xa9 2011-2012 MATE developers";
+ "Copyright \xc2\xa9 2011-2017 MATE developers";
/* The license this software is under (GPL2+) */
char* license = _("mate-calc is free software; you can redistribute it and/or modify\n"