From 2a74715c3c62d27c3688e189050e60cd2bc90d89 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 30 Apr 2020 14:10:08 +0300 Subject: [PATCH] Update some copyrights --- README.md | 15 +++++++++------ nyx/nyx_gui/frontend/gui.c | 6 ++++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e663dff..9fda219 100644 --- a/README.md +++ b/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 -CTCaer mod (C) 2018 CTCaer. +hekate (c) 2018, naehrwert, st4rk. + (c) 2018-2020, CTCaer. + +Nyx GUI (c) 2019-2020, CTCaer. Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8. Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute. Open source and free packages used: - - FatFs R0.13a, Copyright (C) 2017, ChaN - - bcl-1.2.0, Copyright (C) 2003-2006, Marcus Geelnard + - FatFs R0.13a, Copyright (c) 2017, ChaN + - bcl-1.2.0, Copyright (c) 2003-2006, Marcus Geelnard - Atmosphère (Exosphere types/panic, prc id kernel patches), - Copyright (C) 2018-2019, Atmosphère-NX - - elfload, Copyright (C) 2014 Owen Shepherd, Copyright (C) 2018 M4xw + Copyright (c) 2018-2019, Atmosphère-NX + - elfload, Copyright (c) 2014 Owen Shepherd, Copyright (c) 2018 M4xw + - Littlev Graphics Library, Copyright (c) 2016 Gabor Kiss-Vamosi ___ .-' `'. diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 0855b4e..860c325 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -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_recolor(lbl_credits, true); lv_label_set_static_text(lbl_credits, - "hekate (c) 2018 naehrwert, st4rk\n\n" - "CTCaer mod (c) 2018 CTCaer\n" + "#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n" + " (c) 2018-2020, #C7EA46 CTCaer#\n" + "\n" + "#C7EA46 Nyx GUI# (c) 2019-2020, #C7EA46 CTCaer#\n" "\n" "Thanks to: #00CCFF derrek, nedwill, plutoo, #\n" " #00CCFF shuffle2, smea, thexyz, yellows8 #\n"