diff options
author | rbuj <[email protected]> | 2021-01-16 15:04:01 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 15:04:01 +0100 |
commit | e4298f6e1565360b358f57bfc122ebf5de223e22 (patch) | |
tree | 8ce9bb9e3045679c533a84a1e71bbb35039952a6 /src/math-window.c | |
parent | 36de41ae6a3302bb06c2f2a37fd8950635049cc1 (diff) | |
download | mate-calc-e4298f6e1565360b358f57bfc122ebf5de223e22.tar.bz2 mate-calc-e4298f6e1565360b358f57bfc122ebf5de223e22.tar.xz |
Update copyright to 2021
Diffstat (limited to 'src/math-window.c')
-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 e872f4f..f627c65 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -365,7 +365,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-2020 MATE developers"), + "Copyright \xc2\xa9 2011-2021 MATE developers"), "license", license_trans, "comments", comments, "authors", authors, |