diff options
author | Pablo Barciela <[email protected]> | 2019-02-17 12:58:32 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-02-17 12:58:32 +0100 |
commit | 98f0b9baa996433706f713c5b0547ddfb5277d7e (patch) | |
tree | d4a964b9aad42a496cf9f31f9fed5e6702497a76 /src | |
parent | bfb8cd759787a26a34c7bc12237d85037f6eb352 (diff) | |
download | mate-calc-98f0b9baa996433706f713c5b0547ddfb5277d7e.tar.bz2 mate-calc-98f0b9baa996433706f713c5b0547ddfb5277d7e.tar.xz |
math-window: update copyright year to 2019
Diffstat (limited to 'src')
-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 54a0e90..5b3d366 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -240,7 +240,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) char copyright[] = \ "Copyright \xc2\xa9 1986–2010 The GCalctool authors\n" - "Copyright \xc2\xa9 2011-2018 MATE developers"; + "Copyright \xc2\xa9 2011-2019 MATE developers"; /* The license this software is under (GPL2+) */ char* license = _("mate-calc is free software; you can redistribute it and/or modify\n" |