mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
Update some copyrights
This commit is contained in:
parent
1210c3e689
commit
2a74715c3c
2 changed files with 13 additions and 8 deletions
15
README.md
15
README.md
|
@ -113,18 +113,21 @@ If the main .ini is not found, it is created on the first hekate boot.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
hekate (C) 2018 naehrwert, st4rk
|
hekate (c) 2018, naehrwert, st4rk.
|
||||||
CTCaer mod (C) 2018 CTCaer.
|
(c) 2018-2020, CTCaer.
|
||||||
|
|
||||||
|
Nyx GUI (c) 2019-2020, CTCaer.
|
||||||
|
|
||||||
Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8.
|
Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8.
|
||||||
Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute.
|
Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute.
|
||||||
|
|
||||||
Open source and free packages used:
|
Open source and free packages used:
|
||||||
- FatFs R0.13a, Copyright (C) 2017, ChaN
|
- FatFs R0.13a, Copyright (c) 2017, ChaN
|
||||||
- bcl-1.2.0, Copyright (C) 2003-2006, Marcus Geelnard
|
- bcl-1.2.0, Copyright (c) 2003-2006, Marcus Geelnard
|
||||||
- Atmosphère (Exosphere types/panic, prc id kernel patches),
|
- Atmosphère (Exosphere types/panic, prc id kernel patches),
|
||||||
Copyright (C) 2018-2019, Atmosphère-NX
|
Copyright (c) 2018-2019, Atmosphère-NX
|
||||||
- elfload, Copyright (C) 2014 Owen Shepherd, Copyright (C) 2018 M4xw
|
- elfload, Copyright (c) 2014 Owen Shepherd, Copyright (c) 2018 M4xw
|
||||||
|
- Littlev Graphics Library, Copyright (c) 2016 Gabor Kiss-Vamosi
|
||||||
|
|
||||||
___
|
___
|
||||||
.-' `'.
|
.-' `'.
|
||||||
|
|
|
@ -1059,8 +1059,10 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent)
|
||||||
lv_label_set_style(lbl_credits, &monospace_text);
|
lv_label_set_style(lbl_credits, &monospace_text);
|
||||||
lv_label_set_recolor(lbl_credits, true);
|
lv_label_set_recolor(lbl_credits, true);
|
||||||
lv_label_set_static_text(lbl_credits,
|
lv_label_set_static_text(lbl_credits,
|
||||||
"hekate (c) 2018 naehrwert, st4rk\n\n"
|
"#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n"
|
||||||
"CTCaer mod (c) 2018 CTCaer\n"
|
" (c) 2018-2020, #C7EA46 CTCaer#\n"
|
||||||
|
"\n"
|
||||||
|
"#C7EA46 Nyx GUI# (c) 2019-2020, #C7EA46 CTCaer#\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
|
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
|
||||||
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n"
|
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n"
|
||||||
|
|
Loading…
Reference in a new issue