From ed0131d768e831992964e0169277bdf6133055a1 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Sat, 30 Mar 2024 01:24:31 -0300 Subject: [PATCH] Legal Mambo Jambo 2024 Edition --- NOTICE | 2 +- Source/ModuleManagerWatchDog/ErrorMessages.cs | 2 +- Source/ModuleManagerWatchDog/GUI/Abstract.cs | 2 +- Source/ModuleManagerWatchDog/GUI/FatalError.cs | 2 +- Source/ModuleManagerWatchDog/GUI/MessageBox.cs | 2 +- Source/ModuleManagerWatchDog/GUI/RebootTheGameAlertBox.cs | 2 +- Source/ModuleManagerWatchDog/GUI/ShowStopperAlertBox.cs | 2 +- Source/ModuleManagerWatchDog/GUI/WarningAlertbox.cs | 2 +- Source/ModuleManagerWatchDog/Globals.cs | 2 +- Source/ModuleManagerWatchDog/InstallChecker.cs | 2 +- Source/ModuleManagerWatchDog/Properties/LegalMamboJambo.cs | 4 ++-- Source/ModuleManagerWatchDog/Startup.cs | 2 +- Source/ModuleManagerWatchDog/Util/Log.cs | 2 +- Source/ModuleManagerWatchDog/Util/SanityLib.cs | 2 +- Source/WatchDogForInterstellarRedist/ErrorMessages.cs | 2 +- .../WatchDogForInterstellarRedist/GUI/ShowStopperAlertBox.cs | 2 +- Source/WatchDogForInterstellarRedist/Startup.cs | 2 +- Source/WatchDogForInterstellarRedist/Util/Log.cs | 2 +- Source/WatchDogForScaleRedist/ErrorMessages.cs | 2 +- Source/WatchDogForScaleRedist/GUI/ShowStopperAlertBox.cs | 2 +- Source/WatchDogForScaleRedist/Startup.cs | 2 +- Source/WatchDogForScaleRedist/Util/Log.cs | 2 +- Source/WatchDogInstallChecker/ErrorMessages.cs | 2 +- Source/WatchDogInstallChecker/GUI/Abstract.cs | 2 +- Source/WatchDogInstallChecker/GUI/FatalError.cs | 2 +- Source/WatchDogInstallChecker/GUI/MessageBox.cs | 2 +- Source/WatchDogInstallChecker/GUI/ShowRebootTheGame.cs | 2 +- Source/WatchDogInstallChecker/GUI/ShowStopperAlertBox.cs | 2 +- Source/WatchDogInstallChecker/GUI/WarningAlertbox.cs | 2 +- Source/WatchDogInstallChecker/Startup.cs | 2 +- Source/WatchDogInstallChecker/Util/Log.cs | 2 +- Source/WatchDogInstallChecker/Util/SanityLib.cs | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/NOTICE b/NOTICE index 522fec1..7faaf2a 100644 --- a/NOTICE +++ b/NOTICE @@ -2,4 +2,4 @@ "ModuleManagerWatchDog", "Module Manager Watch Dog" and "MMWD" are trademarmarks of LisiasT Other trademarks and registered trademarks are the property of the respective trademark holders. -© 2020-22 LisiasT +© 2020-24 LisiasT diff --git a/Source/ModuleManagerWatchDog/ErrorMessages.cs b/Source/ModuleManagerWatchDog/ErrorMessages.cs index 8dbb170..8d9a8e5 100644 --- a/Source/ModuleManagerWatchDog/ErrorMessages.cs +++ b/Source/ModuleManagerWatchDog/ErrorMessages.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/Abstract.cs b/Source/ModuleManagerWatchDog/GUI/Abstract.cs index c406e24..aeaf149 100644 --- a/Source/ModuleManagerWatchDog/GUI/Abstract.cs +++ b/Source/ModuleManagerWatchDog/GUI/Abstract.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/FatalError.cs b/Source/ModuleManagerWatchDog/GUI/FatalError.cs index 9106c2f..8462071 100644 --- a/Source/ModuleManagerWatchDog/GUI/FatalError.cs +++ b/Source/ModuleManagerWatchDog/GUI/FatalError.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/MessageBox.cs b/Source/ModuleManagerWatchDog/GUI/MessageBox.cs index 74069c9..db0f550 100644 --- a/Source/ModuleManagerWatchDog/GUI/MessageBox.cs +++ b/Source/ModuleManagerWatchDog/GUI/MessageBox.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/RebootTheGameAlertBox.cs b/Source/ModuleManagerWatchDog/GUI/RebootTheGameAlertBox.cs index f049b4d..4b6d425 100644 --- a/Source/ModuleManagerWatchDog/GUI/RebootTheGameAlertBox.cs +++ b/Source/ModuleManagerWatchDog/GUI/RebootTheGameAlertBox.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/ShowStopperAlertBox.cs b/Source/ModuleManagerWatchDog/GUI/ShowStopperAlertBox.cs index 16fab2d..bf7f8e5 100644 --- a/Source/ModuleManagerWatchDog/GUI/ShowStopperAlertBox.cs +++ b/Source/ModuleManagerWatchDog/GUI/ShowStopperAlertBox.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/GUI/WarningAlertbox.cs b/Source/ModuleManagerWatchDog/GUI/WarningAlertbox.cs index df39057..8d6d2ee 100644 --- a/Source/ModuleManagerWatchDog/GUI/WarningAlertbox.cs +++ b/Source/ModuleManagerWatchDog/GUI/WarningAlertbox.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/Globals.cs b/Source/ModuleManagerWatchDog/Globals.cs index 155ea98..70a7487 100644 --- a/Source/ModuleManagerWatchDog/Globals.cs +++ b/Source/ModuleManagerWatchDog/Globals.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/InstallChecker.cs b/Source/ModuleManagerWatchDog/InstallChecker.cs index 50b4e89..b3c6dc7 100644 --- a/Source/ModuleManagerWatchDog/InstallChecker.cs +++ b/Source/ModuleManagerWatchDog/InstallChecker.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/Properties/LegalMamboJambo.cs b/Source/ModuleManagerWatchDog/Properties/LegalMamboJambo.cs index b9c79f9..1e75134 100644 --- a/Source/ModuleManagerWatchDog/Properties/LegalMamboJambo.cs +++ b/Source/ModuleManagerWatchDog/Properties/LegalMamboJambo.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt @@ -22,7 +22,7 @@ public static class LegalMamboJambo { public const string Company = "L Aerospace KSP Division"; public const string Product = "Module Manager Watch Dog"; - public const string Copyright = "© 2020-2023 LisiasT"; + public const string Copyright = "©2020-2024 LisiasT"; public const string Trademark = "Module Manager Watch Dog"; } } diff --git a/Source/ModuleManagerWatchDog/Startup.cs b/Source/ModuleManagerWatchDog/Startup.cs index b4f6b3a..e4435f3 100644 --- a/Source/ModuleManagerWatchDog/Startup.cs +++ b/Source/ModuleManagerWatchDog/Startup.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/Util/Log.cs b/Source/ModuleManagerWatchDog/Util/Log.cs index fec9cb4..523bd75 100644 --- a/Source/ModuleManagerWatchDog/Util/Log.cs +++ b/Source/ModuleManagerWatchDog/Util/Log.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/ModuleManagerWatchDog/Util/SanityLib.cs b/Source/ModuleManagerWatchDog/Util/SanityLib.cs index bb3eba3..da78e8c 100644 --- a/Source/ModuleManagerWatchDog/Util/SanityLib.cs +++ b/Source/ModuleManagerWatchDog/Util/SanityLib.cs @@ -1,6 +1,6 @@ /* This file is part of Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForInterstellarRedist/ErrorMessages.cs b/Source/WatchDogForInterstellarRedist/ErrorMessages.cs index 0559400..1a448b6 100644 --- a/Source/WatchDogForInterstellarRedist/ErrorMessages.cs +++ b/Source/WatchDogForInterstellarRedist/ErrorMessages.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Intestellar Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForInterstellarRedist/GUI/ShowStopperAlertBox.cs b/Source/WatchDogForInterstellarRedist/GUI/ShowStopperAlertBox.cs index 1e7c36e..32b80fc 100644 --- a/Source/WatchDogForInterstellarRedist/GUI/ShowStopperAlertBox.cs +++ b/Source/WatchDogForInterstellarRedist/GUI/ShowStopperAlertBox.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Intestellar Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForInterstellarRedist/Startup.cs b/Source/WatchDogForInterstellarRedist/Startup.cs index 95ed183..b956b59 100644 --- a/Source/WatchDogForInterstellarRedist/Startup.cs +++ b/Source/WatchDogForInterstellarRedist/Startup.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Intestellar Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForInterstellarRedist/Util/Log.cs b/Source/WatchDogForInterstellarRedist/Util/Log.cs index c8ace76..aa5f575 100644 --- a/Source/WatchDogForInterstellarRedist/Util/Log.cs +++ b/Source/WatchDogForInterstellarRedist/Util/Log.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Intestellar Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForScaleRedist/ErrorMessages.cs b/Source/WatchDogForScaleRedist/ErrorMessages.cs index 729c6b3..15315d0 100644 --- a/Source/WatchDogForScaleRedist/ErrorMessages.cs +++ b/Source/WatchDogForScaleRedist/ErrorMessages.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Scale Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForScaleRedist/GUI/ShowStopperAlertBox.cs b/Source/WatchDogForScaleRedist/GUI/ShowStopperAlertBox.cs index cd98995..8a79fcc 100644 --- a/Source/WatchDogForScaleRedist/GUI/ShowStopperAlertBox.cs +++ b/Source/WatchDogForScaleRedist/GUI/ShowStopperAlertBox.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Scale Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForScaleRedist/Startup.cs b/Source/WatchDogForScaleRedist/Startup.cs index 31cbf10..36be00b 100644 --- a/Source/WatchDogForScaleRedist/Startup.cs +++ b/Source/WatchDogForScaleRedist/Startup.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Scale Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogForScaleRedist/Util/Log.cs b/Source/WatchDogForScaleRedist/Util/Log.cs index 2dd1bdf..a83c10e 100644 --- a/Source/WatchDogForScaleRedist/Util/Log.cs +++ b/Source/WatchDogForScaleRedist/Util/Log.cs @@ -1,6 +1,6 @@ /* This file is part of Watch Dog for Scale Redist, a component from Module Manager Watch Dog - ©2020-2023 Lisias T : http://lisias.net + ©2020-2024 Lisias T : http://lisias.net Module Manager Watch Dog is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/ErrorMessages.cs b/Source/WatchDogInstallChecker/ErrorMessages.cs index 82d2958..2d80aac 100644 --- a/Source/WatchDogInstallChecker/ErrorMessages.cs +++ b/Source/WatchDogInstallChecker/ErrorMessages.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/Abstract.cs b/Source/WatchDogInstallChecker/GUI/Abstract.cs index 780b77a..b0b4df5 100644 --- a/Source/WatchDogInstallChecker/GUI/Abstract.cs +++ b/Source/WatchDogInstallChecker/GUI/Abstract.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/FatalError.cs b/Source/WatchDogInstallChecker/GUI/FatalError.cs index 369edad..31c4ce2 100644 --- a/Source/WatchDogInstallChecker/GUI/FatalError.cs +++ b/Source/WatchDogInstallChecker/GUI/FatalError.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/MessageBox.cs b/Source/WatchDogInstallChecker/GUI/MessageBox.cs index 956066d..d5fdf36 100644 --- a/Source/WatchDogInstallChecker/GUI/MessageBox.cs +++ b/Source/WatchDogInstallChecker/GUI/MessageBox.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/ShowRebootTheGame.cs b/Source/WatchDogInstallChecker/GUI/ShowRebootTheGame.cs index ebeffe6..21aff71 100644 --- a/Source/WatchDogInstallChecker/GUI/ShowRebootTheGame.cs +++ b/Source/WatchDogInstallChecker/GUI/ShowRebootTheGame.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/ShowStopperAlertBox.cs b/Source/WatchDogInstallChecker/GUI/ShowStopperAlertBox.cs index 245f5eb..ee7c5a0 100644 --- a/Source/WatchDogInstallChecker/GUI/ShowStopperAlertBox.cs +++ b/Source/WatchDogInstallChecker/GUI/ShowStopperAlertBox.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/GUI/WarningAlertbox.cs b/Source/WatchDogInstallChecker/GUI/WarningAlertbox.cs index 6febcb4..531cc3c 100644 --- a/Source/WatchDogInstallChecker/GUI/WarningAlertbox.cs +++ b/Source/WatchDogInstallChecker/GUI/WarningAlertbox.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/Startup.cs b/Source/WatchDogInstallChecker/Startup.cs index e3fea3a..e554ae0 100644 --- a/Source/WatchDogInstallChecker/Startup.cs +++ b/Source/WatchDogInstallChecker/Startup.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/Util/Log.cs b/Source/WatchDogInstallChecker/Util/Log.cs index b65bf2d..37a3f0a 100644 --- a/Source/WatchDogInstallChecker/Util/Log.cs +++ b/Source/WatchDogInstallChecker/Util/Log.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt diff --git a/Source/WatchDogInstallChecker/Util/SanityLib.cs b/Source/WatchDogInstallChecker/Util/SanityLib.cs index 35348c9..ce652b0 100644 --- a/Source/WatchDogInstallChecker/Util/SanityLib.cs +++ b/Source/WatchDogInstallChecker/Util/SanityLib.cs @@ -1,6 +1,6 @@ /* This file is part of WatchDog.InstallChecker, a component for Module Manager Watch Dog - ©2020-2023 LisiasT : http://lisias.net + ©2020-2024 LisiasT : http://lisias.net KSP Enhanced /L is licensed as follows: * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt