From bb96267d6c331f921142d4d4e62f50bf9ce75c05 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Mon, 26 Jan 2026 19:30:18 -0500 Subject: [PATCH] Adjust license --- .../stratosphere/loader/source/ldr_process_creation.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/oc_loader.hpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/oc_test.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/oc_test.hpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp | 2 +- .../Atmosphere/stratosphere/loader/source/oc/pcv/pcv_common.hpp | 2 +- .../Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp | 2 +- Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.hpp | 2 +- Source/sys-clk/common/include/battery.h | 2 +- Source/sys-clk/common/include/registers.h | 2 +- Source/sys-clk/common/include/sysclk.h | 2 +- Source/sys-clk/common/include/sysclk/apm.h | 2 +- Source/sys-clk/common/include/sysclk/board.h | 2 +- Source/sys-clk/common/include/sysclk/client/ipc.h | 2 +- Source/sys-clk/common/include/sysclk/client/types.h | 2 +- Source/sys-clk/common/include/sysclk/clock_manager.h | 2 +- Source/sys-clk/common/include/sysclk/config.h | 2 +- Source/sys-clk/common/include/sysclk/errors.h | 2 +- Source/sys-clk/common/include/sysclk/ipc.h | 2 +- Source/sys-clk/common/src/apm_profile_table.c | 2 +- Source/sys-clk/common/src/client/ipc.c | 2 +- Source/sys-clk/overlay/src/ipc.h | 2 +- Source/sys-clk/overlay/src/main.cpp | 2 +- Source/sys-clk/overlay/src/ui/elements/base_frame.h | 2 +- Source/sys-clk/overlay/src/ui/format.h | 2 +- Source/sys-clk/overlay/src/ui/gui/about_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/about_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/app_profile_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/app_profile_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/base_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/base_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/base_menu_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/base_menu_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/fatal_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/fatal_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/global_override_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/main_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/main_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/misc_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/misc_gui.h | 2 +- Source/sys-clk/overlay/src/ui/gui/ult_ext.h | 2 +- Source/sys-clk/overlay/src/ui/gui/value_choice_gui.cpp | 2 +- Source/sys-clk/overlay/src/ui/gui/value_choice_gui.h | 2 +- Source/sys-clk/overlay/src/ui/style.h | 2 +- Source/sys-clk/sysmodule/lib/minIni/include/minIni.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/apm_ext.h | 2 +- .../sysmodule/lib/nxExt/include/nxExt/cpp/lockable_mutex.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/i2c.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/ipc_server.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/max17050.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/t210.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/tmp451.h | 2 +- Source/sys-clk/sysmodule/lib/nxExt/src/apm_ext.c | 2 +- Source/sys-clk/sysmodule/lib/nxExt/src/i2c.c | 2 +- Source/sys-clk/sysmodule/lib/nxExt/src/ipc_server.c | 2 +- Source/sys-clk/sysmodule/src/board.cpp | 2 +- Source/sys-clk/sysmodule/src/board.h | 2 +- Source/sys-clk/sysmodule/src/clock_manager.cpp | 2 +- Source/sys-clk/sysmodule/src/clock_manager.h | 2 +- Source/sys-clk/sysmodule/src/config.cpp | 2 +- Source/sys-clk/sysmodule/src/config.h | 2 +- Source/sys-clk/sysmodule/src/errors.cpp | 2 +- Source/sys-clk/sysmodule/src/errors.h | 2 +- Source/sys-clk/sysmodule/src/file_utils.h | 2 +- Source/sys-clk/sysmodule/src/integrations.cpp | 2 +- Source/sys-clk/sysmodule/src/integrations.h | 2 +- Source/sys-clk/sysmodule/src/ipc_service.cpp | 2 +- Source/sys-clk/sysmodule/src/ipc_service.h | 2 +- Source/sys-clk/sysmodule/src/kip.h | 2 +- Source/sys-clk/sysmodule/src/main.cpp | 2 +- Source/sys-clk/sysmodule/src/process_management.cpp | 2 +- Source/sys-clk/sysmodule/src/process_management.h | 2 +- 80 files changed, 80 insertions(+), 80 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp b/Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp index 6336a309..7b32a110 100644 --- a/Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Atmosphère-NX * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index b43ba69c..edbfa2ee 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2023 hanai3Bi * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 801271bb..58941463 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -3,7 +3,7 @@ * * Copyright (c) 2023 hanai3Bi * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp index e7d22931..c1a65914 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_loader.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_loader.hpp index 76af1b60..4396226a 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_loader.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_loader.hpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.cpp index 8645002e..b86f717b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.hpp index 557266a5..4d1423de 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_test.hpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 8363dc09..8c5412c4 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2023 hanai3Bi * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index f9e4f534..6febf32b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -3,7 +3,7 @@ * * Copyright (c) 2023 hanai3Bi * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_common.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_common.hpp index 3dfcfe1f..d852745b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_common.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_common.hpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp index 7f936a11..8a8d2cef 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2023 hanai3Bi * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp index 2de4c927..c5ff8fca 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.hpp index d2acbcf1..0c4b5f9a 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.hpp @@ -1,7 +1,7 @@ /* * Copyright (C) Switch-OC-Suite * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/battery.h b/Source/sys-clk/common/include/battery.h index bff2f5b9..b2c85253 100644 --- a/Source/sys-clk/common/include/battery.h +++ b/Source/sys-clk/common/include/battery.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/registers.h b/Source/sys-clk/common/include/registers.h index 8bddf98b..e782f1c6 100644 --- a/Source/sys-clk/common/include/registers.h +++ b/Source/sys-clk/common/include/registers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk.h b/Source/sys-clk/common/include/sysclk.h index 55cf295a..c44f506b 100644 --- a/Source/sys-clk/common/include/sysclk.h +++ b/Source/sys-clk/common/include/sysclk.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/apm.h b/Source/sys-clk/common/include/sysclk/apm.h index e6442896..9815a9b0 100644 --- a/Source/sys-clk/common/include/sysclk/apm.h +++ b/Source/sys-clk/common/include/sysclk/apm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/board.h b/Source/sys-clk/common/include/sysclk/board.h index 2ef96dcd..fabb0b40 100644 --- a/Source/sys-clk/common/include/sysclk/board.h +++ b/Source/sys-clk/common/include/sysclk/board.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/client/ipc.h b/Source/sys-clk/common/include/sysclk/client/ipc.h index 931e8a14..f0a2419b 100644 --- a/Source/sys-clk/common/include/sysclk/client/ipc.h +++ b/Source/sys-clk/common/include/sysclk/client/ipc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/client/types.h b/Source/sys-clk/common/include/sysclk/client/types.h index b2aec78d..b9feb9ba 100644 --- a/Source/sys-clk/common/include/sysclk/client/types.h +++ b/Source/sys-clk/common/include/sysclk/client/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/clock_manager.h b/Source/sys-clk/common/include/sysclk/clock_manager.h index 2e4cca0b..5e305342 100644 --- a/Source/sys-clk/common/include/sysclk/clock_manager.h +++ b/Source/sys-clk/common/include/sysclk/clock_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/config.h b/Source/sys-clk/common/include/sysclk/config.h index 1379950e..153939c0 100644 --- a/Source/sys-clk/common/include/sysclk/config.h +++ b/Source/sys-clk/common/include/sysclk/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/errors.h b/Source/sys-clk/common/include/sysclk/errors.h index 6ef46764..a50f1920 100644 --- a/Source/sys-clk/common/include/sysclk/errors.h +++ b/Source/sys-clk/common/include/sysclk/errors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/include/sysclk/ipc.h b/Source/sys-clk/common/include/sysclk/ipc.h index a1ab8516..116d4d09 100644 --- a/Source/sys-clk/common/include/sysclk/ipc.h +++ b/Source/sys-clk/common/include/sysclk/ipc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/src/apm_profile_table.c b/Source/sys-clk/common/src/apm_profile_table.c index a01ed044..41e4e520 100644 --- a/Source/sys-clk/common/src/apm_profile_table.c +++ b/Source/sys-clk/common/src/apm_profile_table.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/common/src/client/ipc.c b/Source/sys-clk/common/src/client/ipc.c index a52a3a69..74014a1f 100644 --- a/Source/sys-clk/common/src/client/ipc.c +++ b/Source/sys-clk/common/src/client/ipc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ipc.h b/Source/sys-clk/overlay/src/ipc.h index f343d72f..8186849d 100644 --- a/Source/sys-clk/overlay/src/ipc.h +++ b/Source/sys-clk/overlay/src/ipc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/main.cpp b/Source/sys-clk/overlay/src/main.cpp index 29e150e7..ec2fd36a 100644 --- a/Source/sys-clk/overlay/src/main.cpp +++ b/Source/sys-clk/overlay/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/elements/base_frame.h b/Source/sys-clk/overlay/src/ui/elements/base_frame.h index 1828de70..58f6025f 100644 --- a/Source/sys-clk/overlay/src/ui/elements/base_frame.h +++ b/Source/sys-clk/overlay/src/ui/elements/base_frame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/format.h b/Source/sys-clk/overlay/src/ui/format.h index 85aa2055..008c6a40 100644 --- a/Source/sys-clk/overlay/src/ui/format.h +++ b/Source/sys-clk/overlay/src/ui/format.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, 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 d28fbcc0..3fcb84bc 100644 --- a/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/about_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/about_gui.h b/Source/sys-clk/overlay/src/ui/gui/about_gui.h index 54956bcd..9648c418 100644 --- a/Source/sys-clk/overlay/src/ui/gui/about_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/about_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.cpp index 4ca4f83a..333649ca 100644 --- a/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.h b/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.h index e733c02a..76ec4b9d 100644 --- a/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/app_profile_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/base_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/base_gui.cpp index f921a2e5..5f6a6670 100644 --- a/Source/sys-clk/overlay/src/ui/gui/base_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/base_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/base_gui.h b/Source/sys-clk/overlay/src/ui/gui/base_gui.h index eb0621b1..eca76c09 100644 --- a/Source/sys-clk/overlay/src/ui/gui/base_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/base_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.cpp index 983be819..6c510da6 100644 --- a/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.h b/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.h index 62325297..50650986 100644 --- a/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/base_menu_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/fatal_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/fatal_gui.cpp index fe510c11..fa2c6c89 100644 --- a/Source/sys-clk/overlay/src/ui/gui/fatal_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/fatal_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/fatal_gui.h b/Source/sys-clk/overlay/src/ui/gui/fatal_gui.h index 0c5c3784..61616e58 100644 --- a/Source/sys-clk/overlay/src/ui/gui/fatal_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/fatal_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.cpp index 3f1afcec..3fb04c08 100644 --- a/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.h b/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.h index bdee830a..1ccaf264 100644 --- a/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/freq_choice_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/global_override_gui.h b/Source/sys-clk/overlay/src/ui/gui/global_override_gui.h index 5711af27..9b86f39e 100644 --- a/Source/sys-clk/overlay/src/ui/gui/global_override_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/global_override_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/main_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/main_gui.cpp index c4359b88..76cffc33 100644 --- a/Source/sys-clk/overlay/src/ui/gui/main_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/main_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/main_gui.h b/Source/sys-clk/overlay/src/ui/gui/main_gui.h index bf100679..6eae080c 100644 --- a/Source/sys-clk/overlay/src/ui/gui/main_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/main_gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/misc_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/misc_gui.cpp index 9ab28276..3745757d 100644 --- a/Source/sys-clk/overlay/src/ui/gui/misc_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/misc_gui.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/misc_gui.h b/Source/sys-clk/overlay/src/ui/gui/misc_gui.h index 8d017dbc..84a12d2c 100644 --- a/Source/sys-clk/overlay/src/ui/gui/misc_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/misc_gui.h @@ -1,7 +1,7 @@ /* * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, 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 6e243bdc..82267fd9 100644 --- a/Source/sys-clk/overlay/src/ui/gui/ult_ext.h +++ b/Source/sys-clk/overlay/src/ui/gui/ult_ext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.cpp b/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.cpp index 880c1dcb..fc304188 100644 --- a/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.cpp @@ -1,7 +1,7 @@ /* * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.h b/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.h index 19a5e9bd..e6324fc3 100644 --- a/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.h +++ b/Source/sys-clk/overlay/src/ui/gui/value_choice_gui.h @@ -1,7 +1,7 @@ /* * - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/overlay/src/ui/style.h b/Source/sys-clk/overlay/src/ui/style.h index fa751ddc..45692881 100644 --- a/Source/sys-clk/overlay/src/ui/style.h +++ b/Source/sys-clk/overlay/src/ui/style.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/minIni/include/minIni.h b/Source/sys-clk/sysmodule/lib/minIni/include/minIni.h index 42c5bdb6..26520699 100644 --- a/Source/sys-clk/sysmodule/lib/minIni/include/minIni.h +++ b/Source/sys-clk/sysmodule/lib/minIni/include/minIni.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt.h index 96e0e42d..29369887 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/apm_ext.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/apm_ext.h index aa03fce6..e032fb35 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/apm_ext.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/apm_ext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/cpp/lockable_mutex.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/cpp/lockable_mutex.h index 6d74875c..f2c9f60a 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/cpp/lockable_mutex.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/cpp/lockable_mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/i2c.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/i2c.h index 61047b2c..c3dbe340 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/i2c.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/ipc_server.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/ipc_server.h index fe002f5b..0c8f294b 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/ipc_server.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/ipc_server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/max17050.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/max17050.h index 2810fd8c..a22046db 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/max17050.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/max17050.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/t210.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/t210.h index 09d625c2..9e5b41e0 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/t210.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/t210.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/tmp451.h b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/tmp451.h index a332eaa8..9faf2480 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/tmp451.h +++ b/Source/sys-clk/sysmodule/lib/nxExt/include/nxExt/tmp451.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/src/apm_ext.c b/Source/sys-clk/sysmodule/lib/nxExt/src/apm_ext.c index 96997ff3..fba71f4f 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/src/apm_ext.c +++ b/Source/sys-clk/sysmodule/lib/nxExt/src/apm_ext.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/src/i2c.c b/Source/sys-clk/sysmodule/lib/nxExt/src/i2c.c index 4c43f54d..d5db4ac1 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/src/i2c.c +++ b/Source/sys-clk/sysmodule/lib/nxExt/src/i2c.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/lib/nxExt/src/ipc_server.c b/Source/sys-clk/sysmodule/lib/nxExt/src/ipc_server.c index 99db3f6c..68e92ff8 100644 --- a/Source/sys-clk/sysmodule/lib/nxExt/src/ipc_server.c +++ b/Source/sys-clk/sysmodule/lib/nxExt/src/ipc_server.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/board.cpp b/Source/sys-clk/sysmodule/src/board.cpp index 607b78d7..c2ca3056 100644 --- a/Source/sys-clk/sysmodule/src/board.cpp +++ b/Source/sys-clk/sysmodule/src/board.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/board.h b/Source/sys-clk/sysmodule/src/board.h index c152dda8..52affd10 100644 --- a/Source/sys-clk/sysmodule/src/board.h +++ b/Source/sys-clk/sysmodule/src/board.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/clock_manager.cpp b/Source/sys-clk/sysmodule/src/clock_manager.cpp index 95a386fd..29b3f1a1 100644 --- a/Source/sys-clk/sysmodule/src/clock_manager.cpp +++ b/Source/sys-clk/sysmodule/src/clock_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/clock_manager.h b/Source/sys-clk/sysmodule/src/clock_manager.h index 5e2e791c..408053c6 100644 --- a/Source/sys-clk/sysmodule/src/clock_manager.h +++ b/Source/sys-clk/sysmodule/src/clock_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/config.cpp b/Source/sys-clk/sysmodule/src/config.cpp index 6422dec3..06722105 100644 --- a/Source/sys-clk/sysmodule/src/config.cpp +++ b/Source/sys-clk/sysmodule/src/config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/config.h b/Source/sys-clk/sysmodule/src/config.h index 49dfa0b8..23a72acf 100644 --- a/Source/sys-clk/sysmodule/src/config.h +++ b/Source/sys-clk/sysmodule/src/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/errors.cpp b/Source/sys-clk/sysmodule/src/errors.cpp index 5fc89a35..b7949432 100644 --- a/Source/sys-clk/sysmodule/src/errors.cpp +++ b/Source/sys-clk/sysmodule/src/errors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/errors.h b/Source/sys-clk/sysmodule/src/errors.h index 66aa041e..f7575cf1 100644 --- a/Source/sys-clk/sysmodule/src/errors.h +++ b/Source/sys-clk/sysmodule/src/errors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/file_utils.h b/Source/sys-clk/sysmodule/src/file_utils.h index f93ba16b..993420de 100644 --- a/Source/sys-clk/sysmodule/src/file_utils.h +++ b/Source/sys-clk/sysmodule/src/file_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/integrations.cpp b/Source/sys-clk/sysmodule/src/integrations.cpp index 935ed91e..6b69890a 100644 --- a/Source/sys-clk/sysmodule/src/integrations.cpp +++ b/Source/sys-clk/sysmodule/src/integrations.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/integrations.h b/Source/sys-clk/sysmodule/src/integrations.h index 34a8e04f..357ed0a1 100644 --- a/Source/sys-clk/sysmodule/src/integrations.h +++ b/Source/sys-clk/sysmodule/src/integrations.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/ipc_service.cpp b/Source/sys-clk/sysmodule/src/ipc_service.cpp index 653dffe0..900fad54 100644 --- a/Source/sys-clk/sysmodule/src/ipc_service.cpp +++ b/Source/sys-clk/sysmodule/src/ipc_service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/ipc_service.h b/Source/sys-clk/sysmodule/src/ipc_service.h index 7f5f083c..757d8442 100644 --- a/Source/sys-clk/sysmodule/src/ipc_service.h +++ b/Source/sys-clk/sysmodule/src/ipc_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/kip.h b/Source/sys-clk/sysmodule/src/kip.h index 8ac399da..95587703 100644 --- a/Source/sys-clk/sysmodule/src/kip.h +++ b/Source/sys-clk/sysmodule/src/kip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/main.cpp b/Source/sys-clk/sysmodule/src/main.cpp index bb320b31..1c34a2c4 100644 --- a/Source/sys-clk/sysmodule/src/main.cpp +++ b/Source/sys-clk/sysmodule/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/process_management.cpp b/Source/sys-clk/sysmodule/src/process_management.cpp index aacd9367..94ffe798 100644 --- a/Source/sys-clk/sysmodule/src/process_management.cpp +++ b/Source/sys-clk/sysmodule/src/process_management.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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, diff --git a/Source/sys-clk/sysmodule/src/process_management.h b/Source/sys-clk/sysmodule/src/process_management.h index aa972846..65abe792 100644 --- a/Source/sys-clk/sysmodule/src/process_management.h +++ b/Source/sys-clk/sysmodule/src/process_management.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Souldbminer and Horizon OC Contributors + * Copyright (c) Souldbminer, Lightos_ 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,