sysclk: add licenses

This commit is contained in:
souldbminersmwc
2026-01-18 18:50:33 -05:00
parent f1a5804b6c
commit 2508cbfd16
3 changed files with 34 additions and 4 deletions

View File

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

View File

@@ -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 <http://www.gnu.org/licenses/>.
*
*/
// cat.png - 96x128
const unsigned int CAT_WIDTH = 96;
const unsigned int CAT_HEIGHT = 128;

View File

@@ -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 <http://www.gnu.org/licenses/>.
*
*/
#pragma once
#include <tesla.hpp>