From 681272c2535be34d005604885975446ea522a0e0 Mon Sep 17 00:00:00 2001 From: TT Date: Sun, 23 Feb 2020 10:43:46 +0900 Subject: [PATCH] fix: update year of the copyright --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index 232a5b6..4177c97 100644 --- a/ui.c +++ b/ui.c @@ -403,7 +403,7 @@ show_version(void) ili9341_drawstring_size(BOARD_NAME, x, y, 4); y += 25; - ili9341_drawstring("2016-2019 Copyright @edy555", x, y += 10); + ili9341_drawstring("2016-2020 Copyright @edy555", x, y += 10); ili9341_drawstring("Licensed under GPL. See: https://github.com/ttrftech/NanoVNA", x, y += 10); ili9341_drawstring("Version: " VERSION, x, y += 10); ili9341_drawstring("Build Time: " __DATE__ " - " __TIME__, x, y += 10);