Skip to content

Commit 98f0b9b

Browse files
committed
math-window: update copyright year to 2019
1 parent bfb8cd7 commit 98f0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math-window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window)
240240

241241
char copyright[] = \
242242
"Copyright \xc2\xa9 1986–2010 The GCalctool authors\n"
243-
"Copyright \xc2\xa9 2011-2018 MATE developers";
243+
"Copyright \xc2\xa9 2011-2019 MATE developers";
244244

245245
/* The license this software is under (GPL2+) */
246246
char* license = _("mate-calc is free software; you can redistribute it and/or modify\n"

0 commit comments

Comments
 (0)