fix licenses

This commit is contained in:
souldbminersmwc
2025-09-02 16:30:23 -04:00
parent 8fd8a6075d
commit 331b421c66
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
- "libstratosphere", "loader" from Atmosphere-NX and "memtester" are licensed under GPL v2.
- "libultrahand" by b0redtoauth is licensed under the CC-BY-4.0 license, which is compatible with GPLv2
- Tinymembench is under MIT license, which is compatible with GPL v2.
- Although "sys-clk" uses permissive license, all modifications towards it in this repo ("sys-clk-OC") are licensed under GPL v2.

View File

@@ -1,3 +1,19 @@
/*
* Copyright (C) Switch-OC-Suite
*
* 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 "oc_common.hpp"