mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
More 2022 copyright updates
This commit is contained in:
parent
b0b538f8f2
commit
70ee61f0da
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue