From 70ee61f0da569a38e1b3bdce5ddd9eb2d8b52c93 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sat, 29 Jan 2022 01:43:35 +0200 Subject: [PATCH] More 2022 copyright updates --- README.md | 4 ++-- bootloader/main.c | 2 +- nyx/nyx_gui/frontend/gui.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ceae26a..d6c2ee6 100644 --- a/README.md +++ b/README.md @@ -177,9 +177,9 @@ If the main .ini is not found, it is created on the first hekate boot and only h ``` hekate (c) 2018, naehrwert, st4rk. - (c) 2018-2021, CTCaer. + (c) 2018-2022, CTCaer. -Nyx GUI (c) 2019-2021, CTCaer. +Nyx GUI (c) 2019-2022, CTCaer. Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8. Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute. diff --git a/bootloader/main.c b/bootloader/main.c index 4f522f5..faccfc8 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1329,7 +1329,7 @@ static void _about() { static const char credits[] = "\nhekate (c) 2018, naehrwert, st4rk\n\n" - " (c) 2018-2021, CTCaer\n\n" + " (c) 2018-2022, CTCaer\n\n" " ___________________________________________\n\n" "Thanks to: %kderrek, nedwill, plutoo,\n" " shuffle2, smea, thexyz, yellows8%k\n" diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 3fe386b..b4a58c1 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1149,9 +1149,9 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent) lv_label_set_recolor(lbl_credits, true); lv_label_set_static_text(lbl_credits, "#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n" - " (c) 2018-2021, #C7EA46 CTCaer#\n" + " (c) 2018-2022, #C7EA46 CTCaer#\n" "\n" - "#C7EA46 Nyx GUI# (c) 2019-2021, #C7EA46 CTCaer#\n" + "#C7EA46 Nyx GUI# (c) 2019-2022, #C7EA46 CTCaer#\n" "\n" "Thanks to: #00CCFF derrek, nedwill, plutoo, #\n" " #00CCFF shuffle2, smea, thexyz, yellows8 #\n"