From 2508cbfd165acc7da317aec8ad3142f58728b2d2 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Sun, 18 Jan 2026 18:50:33 -0500 Subject: [PATCH] sysclk: add licenses --- Source/sys-clk/overlay/src/ui/gui/about_gui.cpp | 4 ---- Source/sys-clk/overlay/src/ui/gui/cat.h | 17 +++++++++++++++++ Source/sys-clk/overlay/src/ui/gui/ult_ext.h | 17 +++++++++++++++++ 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp index 542093ad..1eabbb23 100644 --- a/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp @@ -172,10 +172,6 @@ void AboutGui::listUI() new tsl::elm::ListItem("MasaGratoR - Status Monitor") ); - this->listElement->addItem( - new tsl::elm::ListItem("The Switch Homebrew Community") - ); - this->listElement->addItem( new tsl::elm::CategoryHeader("Cat") ); diff --git a/Source/sys-clk/overlay/src/ui/gui/cat.h b/Source/sys-clk/overlay/src/ui/gui/cat.h index d7581d91..af0a817c 100644 --- a/Source/sys-clk/overlay/src/ui/gui/cat.h +++ b/Source/sys-clk/overlay/src/ui/gui/cat.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) Lightos + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + // cat.png - 96x128 const unsigned int CAT_WIDTH = 96; const unsigned int CAT_HEIGHT = 128; diff --git a/Source/sys-clk/overlay/src/ui/gui/ult_ext.h b/Source/sys-clk/overlay/src/ui/gui/ult_ext.h index 5fbd2495..6f904b27 100644 --- a/Source/sys-clk/overlay/src/ui/gui/ult_ext.h +++ b/Source/sys-clk/overlay/src/ui/gui/ult_ext.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) Souldbminer and Horizon OC Contributors + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + #pragma once #include