diff options
author | monsta <[email protected]> | 2018-01-09 21:04:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-09 21:04:43 +0300 |
commit | 032a1714a7ade0c61badea9b5a253a95bc1953b9 (patch) | |
tree | 8856b4e4986b7ddc219b0ac3fa6c390c0a1746ba | |
parent | b8f7c39a1041ae052713cc4d9332eec4a7d7d3e1 (diff) | |
download | mate-calc-032a1714a7ade0c61badea9b5a253a95bc1953b9.tar.bz2 mate-calc-032a1714a7ade0c61badea9b5a253a95bc1953b9.tar.xz |
update copyright year to 2018
-rw-r--r-- | src/math-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-window.c b/src/math-window.c index 8aef77b..34f1210 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -248,7 +248,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) char copyright[] = \ "Copyright \xc2\xa9 1986–2010 The GCalctool authors\n" - "Copyright \xc2\xa9 2011-2017 MATE developers"; + "Copyright \xc2\xa9 2011-2018 MATE developers"; /* The license this software is under (GPL2+) */ char* license = _("mate-calc is free software; you can redistribute it and/or modify\n" |