From ed0cc2ec970a1008f68c4749c090bef9f6bf1e79 Mon Sep 17 00:00:00 2001 From: Julie Marchant Date: Wed, 22 May 2019 23:35:18 -0400 Subject: [PATCH] Updated one more copyright notice. --- src/title.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/title.cpp b/src/title.cpp index ecbee06..8920aaf 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -449,7 +449,7 @@ int title_show() 5, screen->h - 60, FONT_WHITE, 0, gfx_background); gfx_renderString("Copyright Guus Sliepen, Astrid S. de Wijn and others 2012", 5, screen->h - 40, FONT_WHITE, 0, gfx_background); - gfx_renderString("Copyright 2015-2017 Julie Marchant", + gfx_renderString("Copyright 2015-2019 Julie Marchant", 5, screen->h - 20, FONT_WHITE, 0, gfx_background); gfx_renderString(buildVersion, screen->w - 6 - strlen(buildVersion) * 9, screen->h - 20, FONT_WHITE, 0, gfx_background);