From 6c5eb54c497230c3a9467bee3617dde4d179c27d Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 5 Oct 2019 14:00:41 -0700 Subject: [PATCH] Update (c) to 2019 h/t Jonathan Carter --- src/tuxpaint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index f594cf877..8cb88f391 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - September 21, 2019 + June 14, 2002 - October 5, 2019 */ @@ -23766,7 +23766,7 @@ static void setup(void) printf("%s\n", tmp_str); #endif - snprintf(tmp_str, sizeof(tmp_str), "© 2002–2018 Bill Kendrick et al."); + snprintf(tmp_str, sizeof(tmp_str), "© 2002–2019 Bill Kendrick et al."); tmp_surf = render_text(medium_font, tmp_str, black); dest.x = 10; dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);