From 6992ed3f707223a2f3d8da5962a238598eeeaa1a Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Mon, 21 Oct 2024 23:30:50 +0200 Subject: [PATCH] Remove references to dead website --- Patcher/AutoPatcher/ArmDisassembler.cs | 2 +- Patcher/AutoPatcher/BootUnllockAndRootAccessPatchScript.pds | 2 +- Patcher/AutoPatcher/MainForm.cs | 2 +- Patcher/AutoPatcher/Program.cs | 2 +- Patcher/AutoPatcher/ScriptEngine.cs | 2 +- Patcher/Patcher/ArmCompiler.cs | 2 +- Patcher/Patcher/ByteOperations.cs | 2 +- Patcher/Patcher/HelperClasses.cs | 2 +- Patcher/Patcher/LICENSE | 2 +- Patcher/Patcher/MainForm.cs | 2 +- Patcher/Patcher/MainPatcher.cs | 2 +- Patcher/Patcher/ObjectFileParser.cs | 2 +- Patcher/Patcher/PatchEngine.cs | 4 ++-- Patcher/Patcher/PeFile.cs | 2 +- Patcher/Patcher/Program.cs | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Patcher/AutoPatcher/ArmDisassembler.cs b/Patcher/AutoPatcher/ArmDisassembler.cs index 5c5be96..710488f 100644 --- a/Patcher/AutoPatcher/ArmDisassembler.cs +++ b/Patcher/AutoPatcher/ArmDisassembler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/AutoPatcher/BootUnllockAndRootAccessPatchScript.pds b/Patcher/AutoPatcher/BootUnllockAndRootAccessPatchScript.pds index db960f1..fbe7935 100644 --- a/Patcher/AutoPatcher/BootUnllockAndRootAccessPatchScript.pds +++ b/Patcher/AutoPatcher/BootUnllockAndRootAccessPatchScript.pds @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Patch Definition Script for Boot Unlock and Root Access on Windows Mobile // diff --git a/Patcher/AutoPatcher/MainForm.cs b/Patcher/AutoPatcher/MainForm.cs index f5515c1..83c9007 100644 --- a/Patcher/AutoPatcher/MainForm.cs +++ b/Patcher/AutoPatcher/MainForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/AutoPatcher/Program.cs b/Patcher/AutoPatcher/Program.cs index 9e8a06d..582bf81 100644 --- a/Patcher/AutoPatcher/Program.cs +++ b/Patcher/AutoPatcher/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/AutoPatcher/ScriptEngine.cs b/Patcher/AutoPatcher/ScriptEngine.cs index 117e03c..680aaca 100644 --- a/Patcher/AutoPatcher/ScriptEngine.cs +++ b/Patcher/AutoPatcher/ScriptEngine.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/ArmCompiler.cs b/Patcher/Patcher/ArmCompiler.cs index 408ee64..122597d 100644 --- a/Patcher/Patcher/ArmCompiler.cs +++ b/Patcher/Patcher/ArmCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/ByteOperations.cs b/Patcher/Patcher/ByteOperations.cs index e1700c9..6000c2f 100644 --- a/Patcher/Patcher/ByteOperations.cs +++ b/Patcher/Patcher/ByteOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/HelperClasses.cs b/Patcher/Patcher/HelperClasses.cs index 7d53634..061fd93 100644 --- a/Patcher/Patcher/HelperClasses.cs +++ b/Patcher/Patcher/HelperClasses.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/LICENSE b/Patcher/Patcher/LICENSE index f879c1c..bdd2b78 100644 --- a/Patcher/Patcher/LICENSE +++ b/Patcher/Patcher/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +Copyright (c) 2018, Rene Lergner - @Heathcliff74xda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Patcher/Patcher/MainForm.cs b/Patcher/Patcher/MainForm.cs index df0e7f2..2ac82b1 100644 --- a/Patcher/Patcher/MainForm.cs +++ b/Patcher/Patcher/MainForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/MainPatcher.cs b/Patcher/Patcher/MainPatcher.cs index 4ffde52..90ffbd1 100644 --- a/Patcher/Patcher/MainPatcher.cs +++ b/Patcher/Patcher/MainPatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/ObjectFileParser.cs b/Patcher/Patcher/ObjectFileParser.cs index ac5057d..3b3f198 100644 --- a/Patcher/Patcher/ObjectFileParser.cs +++ b/Patcher/Patcher/ObjectFileParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/Patcher/Patcher/PatchEngine.cs b/Patcher/Patcher/PatchEngine.cs index 9a97964..de53795 100644 --- a/Patcher/Patcher/PatchEngine.cs +++ b/Patcher/Patcher/PatchEngine.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda +// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -53,7 +53,7 @@ internal void WriteDefinitions(string FilePath) FileWriter.WriteLine(""); FileWriter.WriteLine(""); FileWriter.WriteLine("