diff options
author | monsta <[email protected]> | 2017-04-10 16:16:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-10 16:16:54 +0300 |
commit | d23e5d64850f98766647215a7797fe46b8cdf3d3 (patch) | |
tree | 6f722d36769e194072cd67ee0d0412ea8c884698 | |
parent | 31cbb4ec801cfeec9badc2a66e6f62d621b065a5 (diff) | |
download | mate-calc-d23e5d64850f98766647215a7797fe46b8cdf3d3.tar.bz2 mate-calc-d23e5d64850f98766647215a7797fe46b8cdf3d3.tar.xz |
update copyright year to 2017
-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 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" |