More 2022 copyright updates

This commit is contained in:
CTCaer 2022-01-29 01:43:35 +02:00
parent b0b538f8f2
commit 70ee61f0da
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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"