From 331b421c6634d34d578158348eea7d0ec171d199 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Tue, 2 Sep 2025 16:30:23 -0400 Subject: [PATCH] fix licenses --- LICENSE | 2 ++ .../loader/source/oc/mtc_timing_value.hpp | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/LICENSE b/LICENSE index 9f27d476..de2c221c 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp index bd49bfb2..2b5316d5 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -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 . + */ + #pragma once #include "oc_common.hpp"