Adjust about-screens copyright year

This commit is contained in:
CTCaer 2023-10-12 07:01:28 +03:00
parent ce137852b7
commit 5b13e81141
3 changed files with 5 additions and 5 deletions

View File

@ -188,9 +188,9 @@ hekate has a boot storage in the binary that helps it configure it outside of BP
```
hekate (c) 2018, naehrwert, st4rk.
(c) 2018-2022, CTCaer.
(c) 2018-2023, CTCaer.
Nyx GUI (c) 2019-2022, CTCaer.
Nyx GUI (c) 2019-2023, CTCaer.
Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8.
Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute.

View File

@ -1383,7 +1383,7 @@ static void _about()
{
static const char credits[] =
"\nhekate (c) 2018, naehrwert, st4rk\n\n"
" (c) 2018-2022, CTCaer\n\n"
" (c) 2018-2023, CTCaer\n\n"
" ___________________________________________\n\n"
"Thanks to: %kderrek, nedwill, plutoo,\n"
" shuffle2, smea, thexyz, yellows8%k\n"

View File

@ -1240,9 +1240,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-2022, #C7EA46 CTCaer#\n"
" (c) 2018-2023, #C7EA46 CTCaer#\n"
"\n"
"#C7EA46 Nyx GUI# (c) 2019-2022, #C7EA46 CTCaer#\n"
"#C7EA46 Nyx GUI# (c) 2019-2023, #C7EA46 CTCaer#\n"
"\n"
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n"