diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj index 5731468..c60a710 100644 --- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj +++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj @@ -12,7 +12,7 @@ 2020.2.1 Noisy Cow Studios Il2CppInspector Command-Line Edition - (c) 2017-2020 Katy Coe - www.djkaty.com - www.github.com/djkaty + (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Il2CppInspector.CLI Katy Coe Il2CppInspector diff --git a/Il2CppInspector.CLI/PluginOptions.cs b/Il2CppInspector.CLI/PluginOptions.cs index c0c86b8..495f657 100644 --- a/Il2CppInspector.CLI/PluginOptions.cs +++ b/Il2CppInspector.CLI/PluginOptions.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.CLI/Program.cs b/Il2CppInspector.CLI/Program.cs index 0905737..61246de 100644 --- a/Il2CppInspector.CLI/Program.cs +++ b/Il2CppInspector.CLI/Program.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.CLI/Utils.cs b/Il2CppInspector.CLI/Utils.cs index 173c2e8..1fa0c9a 100644 --- a/Il2CppInspector.CLI/Utils.cs +++ b/Il2CppInspector.CLI/Utils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020 Katy Coe - https://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2017-2021 Katy Coe - https://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.Common/Architectures/Il2CppBinaryARM.cs b/Il2CppInspector.Common/Architectures/Il2CppBinaryARM.cs index 21e86a5..508f1ac 100644 --- a/Il2CppInspector.Common/Architectures/Il2CppBinaryARM.cs +++ b/Il2CppInspector.Common/Architectures/Il2CppBinaryARM.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Architectures/Il2CppBinaryARM64.cs b/Il2CppInspector.Common/Architectures/Il2CppBinaryARM64.cs index a5d0934..7891d45 100644 --- a/Il2CppInspector.Common/Architectures/Il2CppBinaryARM64.cs +++ b/Il2CppInspector.Common/Architectures/Il2CppBinaryARM64.cs @@ -1,5 +1,5 @@ /* - Copyright 2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2019 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Architectures/Il2CppBinaryX64.cs b/Il2CppInspector.Common/Architectures/Il2CppBinaryX64.cs index 5b2cf3e..6505314 100644 --- a/Il2CppInspector.Common/Architectures/Il2CppBinaryX64.cs +++ b/Il2CppInspector.Common/Architectures/Il2CppBinaryX64.cs @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Architectures/Il2CppBinaryX86.cs b/Il2CppInspector.Common/Architectures/Il2CppBinaryX86.cs index 1529966..00fa3df 100644 --- a/Il2CppInspector.Common/Architectures/Il2CppBinaryX86.cs +++ b/Il2CppInspector.Common/Architectures/Il2CppBinaryX86.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2019 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Cpp/CppCompilerType.cs b/Il2CppInspector.Common/Cpp/CppCompilerType.cs index ec301af..4cb22cb 100644 --- a/Il2CppInspector.Common/Cpp/CppCompilerType.cs +++ b/Il2CppInspector.Common/Cpp/CppCompilerType.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Cpp/CppNamespace.cs b/Il2CppInspector.Common/Cpp/CppNamespace.cs index 47d42f9..7ec85b3 100644 --- a/Il2CppInspector.Common/Cpp/CppNamespace.cs +++ b/Il2CppInspector.Common/Cpp/CppNamespace.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Cpp/CppTypeCollection.cs b/Il2CppInspector.Common/Cpp/CppTypeCollection.cs index d1cf308..74a00bd 100644 --- a/Il2CppInspector.Common/Cpp/CppTypeCollection.cs +++ b/Il2CppInspector.Common/Cpp/CppTypeCollection.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs index e734bc8..9c6f4cd 100644 --- a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs +++ b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityVersion.cs b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityVersion.cs index 1053251..07afd9c 100644 --- a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityVersion.cs +++ b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityVersion.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/FileFormatStreams/AABReader.cs b/Il2CppInspector.Common/FileFormatStreams/AABReader.cs index c5b2198..de85280 100644 --- a/Il2CppInspector.Common/FileFormatStreams/AABReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/AABReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/APKReader.cs b/Il2CppInspector.Common/FileFormatStreams/APKReader.cs index af411b9..e970bed 100644 --- a/Il2CppInspector.Common/FileFormatStreams/APKReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/APKReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/ElfReader.cs b/Il2CppInspector.Common/FileFormatStreams/ElfReader.cs index ae207e8..83716a6 100644 --- a/Il2CppInspector.Common/FileFormatStreams/ElfReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/ElfReader.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/Export.cs b/Il2CppInspector.Common/FileFormatStreams/Export.cs index 0bc853c..9c0b6eb 100644 --- a/Il2CppInspector.Common/FileFormatStreams/Export.cs +++ b/Il2CppInspector.Common/FileFormatStreams/Export.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs b/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs index c4adf00..35723ff 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/Elf.cs b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/Elf.cs index 06870f6..703d6e4 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/Elf.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/Elf.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/MachO.cs b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/MachO.cs index dd48252..a2c57ee 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/MachO.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/MachO.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/PE.cs b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/PE.cs index 7726bcb..9eb6c9a 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/PE.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/PE.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/SElf.cs b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/SElf.cs index 48267cc..a97f814 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/SElf.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/SElf.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/UB.cs b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/UB.cs index 2daf249..9ecdbe8 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/UB.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FormatLayouts/UB.cs @@ -1,5 +1,5 @@ /* - Copyright 2017 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/LoadOptions.cs b/Il2CppInspector.Common/FileFormatStreams/LoadOptions.cs index 4c4a0d3..f8649d2 100644 --- a/Il2CppInspector.Common/FileFormatStreams/LoadOptions.cs +++ b/Il2CppInspector.Common/FileFormatStreams/LoadOptions.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/MachOReader.cs b/Il2CppInspector.Common/FileFormatStreams/MachOReader.cs index 5dbbe0d..f5cfc74 100644 --- a/Il2CppInspector.Common/FileFormatStreams/MachOReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/MachOReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/PEReader.cs b/Il2CppInspector.Common/FileFormatStreams/PEReader.cs index e4f7641..3bf3e5d 100644 --- a/Il2CppInspector.Common/FileFormatStreams/PEReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/PEReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs b/Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs index 7999621..2279d9e 100644 --- a/Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/SElfReader.cs b/Il2CppInspector.Common/FileFormatStreams/SElfReader.cs index aa373df..092de6c 100644 --- a/Il2CppInspector.Common/FileFormatStreams/SElfReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/SElfReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/Section.cs b/Il2CppInspector.Common/FileFormatStreams/Section.cs index 822702d..7af292e 100644 --- a/Il2CppInspector.Common/FileFormatStreams/Section.cs +++ b/Il2CppInspector.Common/FileFormatStreams/Section.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/Symbol.cs b/Il2CppInspector.Common/FileFormatStreams/Symbol.cs index b09613d..6ab330a 100644 --- a/Il2CppInspector.Common/FileFormatStreams/Symbol.cs +++ b/Il2CppInspector.Common/FileFormatStreams/Symbol.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/UBReader.cs b/Il2CppInspector.Common/FileFormatStreams/UBReader.cs index 0f2721f..c4ff255 100644 --- a/Il2CppInspector.Common/FileFormatStreams/UBReader.cs +++ b/Il2CppInspector.Common/FileFormatStreams/UBReader.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/FileFormatStreams/WordConversions.cs b/Il2CppInspector.Common/FileFormatStreams/WordConversions.cs index 9663e1f..e907b8a 100644 --- a/Il2CppInspector.Common/FileFormatStreams/WordConversions.cs +++ b/Il2CppInspector.Common/FileFormatStreams/WordConversions.cs @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/Il2CppBinary.cs b/Il2CppInspector.Common/IL2CPP/Il2CppBinary.cs index d29d3e6..c7afbe5 100644 --- a/Il2CppInspector.Common/IL2CPP/Il2CppBinary.cs +++ b/Il2CppInspector.Common/IL2CPP/Il2CppBinary.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/Il2CppBinaryClasses.cs b/Il2CppInspector.Common/IL2CPP/Il2CppBinaryClasses.cs index c2e6e5f..58ae48f 100644 --- a/Il2CppInspector.Common/IL2CPP/Il2CppBinaryClasses.cs +++ b/Il2CppInspector.Common/IL2CPP/Il2CppBinaryClasses.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs b/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs index 0911d43..90f45f2 100644 --- a/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs +++ b/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/ImageScan.cs b/Il2CppInspector.Common/IL2CPP/ImageScan.cs index 5701cee..3cd34ef 100644 --- a/Il2CppInspector.Common/IL2CPP/ImageScan.cs +++ b/Il2CppInspector.Common/IL2CPP/ImageScan.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/Metadata.cs b/Il2CppInspector.Common/IL2CPP/Metadata.cs index 8aaf951..c9680cf 100644 --- a/Il2CppInspector.Common/IL2CPP/Metadata.cs +++ b/Il2CppInspector.Common/IL2CPP/Metadata.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/MetadataClasses.cs b/Il2CppInspector.Common/IL2CPP/MetadataClasses.cs index 3bd29f6..10b300f 100644 --- a/Il2CppInspector.Common/IL2CPP/MetadataClasses.cs +++ b/Il2CppInspector.Common/IL2CPP/MetadataClasses.cs @@ -1,6 +1,6 @@ /* Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/IL2CPP/MetadataUsage.cs b/Il2CppInspector.Common/IL2CPP/MetadataUsage.cs index 4ef31f3..90c62e4 100644 --- a/Il2CppInspector.Common/IL2CPP/MetadataUsage.cs +++ b/Il2CppInspector.Common/IL2CPP/MetadataUsage.cs @@ -1,6 +1,6 @@ /* Copyright (c) 2019-2020 Carter Bush - https://github.com/carterbush - Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright (c) 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/IL2CPP/ReconstructMetadata.cs b/Il2CppInspector.Common/IL2CPP/ReconstructMetadata.cs index 15945d7..062c98d 100644 --- a/Il2CppInspector.Common/IL2CPP/ReconstructMetadata.cs +++ b/Il2CppInspector.Common/IL2CPP/ReconstructMetadata.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Model/AddressMap.cs b/Il2CppInspector.Common/Model/AddressMap.cs index 50fd34e..d212291 100644 --- a/Il2CppInspector.Common/Model/AddressMap.cs +++ b/Il2CppInspector.Common/Model/AddressMap.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Model/AppMethod.cs b/Il2CppInspector.Common/Model/AppMethod.cs index 5570236..814281a 100644 --- a/Il2CppInspector.Common/Model/AppMethod.cs +++ b/Il2CppInspector.Common/Model/AppMethod.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Model/AppModel.cs b/Il2CppInspector.Common/Model/AppModel.cs index 790aace..e9414be 100644 --- a/Il2CppInspector.Common/Model/AppModel.cs +++ b/Il2CppInspector.Common/Model/AppModel.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Model/AppReference.cs b/Il2CppInspector.Common/Model/AppReference.cs index b39509b..145a496 100644 --- a/Il2CppInspector.Common/Model/AppReference.cs +++ b/Il2CppInspector.Common/Model/AppReference.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Model/AppType.cs b/Il2CppInspector.Common/Model/AppType.cs index df46eb3..b3514d5 100644 --- a/Il2CppInspector.Common/Model/AppType.cs +++ b/Il2CppInspector.Common/Model/AppType.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Outputs/CSharpCodeStubs.cs b/Il2CppInspector.Common/Outputs/CSharpCodeStubs.cs index 05d5b96..59d4200 100644 --- a/Il2CppInspector.Common/Outputs/CSharpCodeStubs.cs +++ b/Il2CppInspector.Common/Outputs/CSharpCodeStubs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.Common/Outputs/CppScaffolding.cs b/Il2CppInspector.Common/Outputs/CppScaffolding.cs index c6ff709..ae9b62e 100644 --- a/Il2CppInspector.Common/Outputs/CppScaffolding.cs +++ b/Il2CppInspector.Common/Outputs/CppScaffolding.cs @@ -1,5 +1,5 @@ // Copyright 2020 Robert Xiao - https://robertxiao.ca/ -// Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.Common/Outputs/JSONMetadata.cs b/Il2CppInspector.Common/Outputs/JSONMetadata.cs index 8e32bee..97e12fc 100644 --- a/Il2CppInspector.Common/Outputs/JSONMetadata.cs +++ b/Il2CppInspector.Common/Outputs/JSONMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.Common/Outputs/PythonScript.cs b/Il2CppInspector.Common/Outputs/PythonScript.cs index 88677b6..e27ba9b 100644 --- a/Il2CppInspector.Common/Outputs/PythonScript.cs +++ b/Il2CppInspector.Common/Outputs/PythonScript.cs @@ -1,5 +1,5 @@ // Copyright (c) 2019-2020 Carter Bush - https://github.com/carterbush -// Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty // Copyright 2020 Robert Xiao - https://robertxiao.ca/ // All rights reserved diff --git a/Il2CppInspector.Common/Plugins/API/PluginServices.cs b/Il2CppInspector.Common/Plugins/API/PluginServices.cs index adb45ca..86a4e6a 100644 --- a/Il2CppInspector.Common/Plugins/API/PluginServices.cs +++ b/Il2CppInspector.Common/Plugins/API/PluginServices.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V100/ILoadPipeline.cs b/Il2CppInspector.Common/Plugins/API/V100/ILoadPipeline.cs index 3a1faa6..6a705f9 100644 --- a/Il2CppInspector.Common/Plugins/API/V100/ILoadPipeline.cs +++ b/Il2CppInspector.Common/Plugins/API/V100/ILoadPipeline.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V100/IPlugin.cs b/Il2CppInspector.Common/Plugins/API/V100/IPlugin.cs index 4791479..3373876 100644 --- a/Il2CppInspector.Common/Plugins/API/V100/IPlugin.cs +++ b/Il2CppInspector.Common/Plugins/API/V100/IPlugin.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V100/IPluginOption.cs b/Il2CppInspector.Common/Plugins/API/V100/IPluginOption.cs index 297d754..a6e3d0f 100644 --- a/Il2CppInspector.Common/Plugins/API/V100/IPluginOption.cs +++ b/Il2CppInspector.Common/Plugins/API/V100/IPluginOption.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V100/PluginEventInfo.cs b/Il2CppInspector.Common/Plugins/API/V100/PluginEventInfo.cs index 694e404..d861eb4 100644 --- a/Il2CppInspector.Common/Plugins/API/V100/PluginEventInfo.cs +++ b/Il2CppInspector.Common/Plugins/API/V100/PluginEventInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V101/Adapter.cs b/Il2CppInspector.Common/Plugins/API/V101/Adapter.cs index f71404f..88e8f52 100644 --- a/Il2CppInspector.Common/Plugins/API/V101/Adapter.cs +++ b/Il2CppInspector.Common/Plugins/API/V101/Adapter.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/API/V101/IPlugin.cs b/Il2CppInspector.Common/Plugins/API/V101/IPlugin.cs index 29d62a3..8925045 100644 --- a/Il2CppInspector.Common/Plugins/API/V101/IPlugin.cs +++ b/Il2CppInspector.Common/Plugins/API/V101/IPlugin.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/Internal/PluginHooks.cs b/Il2CppInspector.Common/Plugins/Internal/PluginHooks.cs index 6079ff4..cf57696 100644 --- a/Il2CppInspector.Common/Plugins/Internal/PluginHooks.cs +++ b/Il2CppInspector.Common/Plugins/Internal/PluginHooks.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Plugins/Internal/PluginManager.cs b/Il2CppInspector.Common/Plugins/Internal/PluginManager.cs index 644906a..419552d 100644 --- a/Il2CppInspector.Common/Plugins/Internal/PluginManager.cs +++ b/Il2CppInspector.Common/Plugins/Internal/PluginManager.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/Constants.cs b/Il2CppInspector.Common/Reflection/Constants.cs index 006a057..77c71a8 100644 --- a/Il2CppInspector.Common/Reflection/Constants.cs +++ b/Il2CppInspector.Common/Reflection/Constants.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2019 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/ConstructorInfo.cs b/Il2CppInspector.Common/Reflection/ConstructorInfo.cs index 46f607e..8adc507 100644 --- a/Il2CppInspector.Common/Reflection/ConstructorInfo.cs +++ b/Il2CppInspector.Common/Reflection/ConstructorInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Reflection/CustomAttributeData.cs b/Il2CppInspector.Common/Reflection/CustomAttributeData.cs index 5f6fc99..39ef449 100644 --- a/Il2CppInspector.Common/Reflection/CustomAttributeData.cs +++ b/Il2CppInspector.Common/Reflection/CustomAttributeData.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/EventInfo.cs b/Il2CppInspector.Common/Reflection/EventInfo.cs index 3a7b9cf..8de3589 100644 --- a/Il2CppInspector.Common/Reflection/EventInfo.cs +++ b/Il2CppInspector.Common/Reflection/EventInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/Extensions.cs b/Il2CppInspector.Common/Reflection/Extensions.cs index fafa44d..e846468 100644 --- a/Il2CppInspector.Common/Reflection/Extensions.cs +++ b/Il2CppInspector.Common/Reflection/Extensions.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/FieldInfo.cs b/Il2CppInspector.Common/Reflection/FieldInfo.cs index 53da513..b792d25 100644 --- a/Il2CppInspector.Common/Reflection/FieldInfo.cs +++ b/Il2CppInspector.Common/Reflection/FieldInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/MemberInfo.cs b/Il2CppInspector.Common/Reflection/MemberInfo.cs index 6b0fdc7..71ac6fb 100644 --- a/Il2CppInspector.Common/Reflection/MemberInfo.cs +++ b/Il2CppInspector.Common/Reflection/MemberInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2019 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/MethodBase.cs b/Il2CppInspector.Common/Reflection/MethodBase.cs index 5dd4882..f43422f 100644 --- a/Il2CppInspector.Common/Reflection/MethodBase.cs +++ b/Il2CppInspector.Common/Reflection/MethodBase.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Reflection/MethodInfo.cs b/Il2CppInspector.Common/Reflection/MethodInfo.cs index bccfa58..7ad5fc1 100644 --- a/Il2CppInspector.Common/Reflection/MethodInfo.cs +++ b/Il2CppInspector.Common/Reflection/MethodInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Reflection/MethodInvoker.cs b/Il2CppInspector.Common/Reflection/MethodInvoker.cs index d5b3c4f..afd05fe 100644 --- a/Il2CppInspector.Common/Reflection/MethodInvoker.cs +++ b/Il2CppInspector.Common/Reflection/MethodInvoker.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/ParameterInfo.cs b/Il2CppInspector.Common/Reflection/ParameterInfo.cs index 75fbf81..533f234 100644 --- a/Il2CppInspector.Common/Reflection/ParameterInfo.cs +++ b/Il2CppInspector.Common/Reflection/ParameterInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/PropertyInfo.cs b/Il2CppInspector.Common/Reflection/PropertyInfo.cs index c684ae5..bf8712e 100644 --- a/Il2CppInspector.Common/Reflection/PropertyInfo.cs +++ b/Il2CppInspector.Common/Reflection/PropertyInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/Scope.cs b/Il2CppInspector.Common/Reflection/Scope.cs index d3f960b..3e3c6c5 100644 --- a/Il2CppInspector.Common/Reflection/Scope.cs +++ b/Il2CppInspector.Common/Reflection/Scope.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2019 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.Common/Reflection/TypeInfo.cs b/Il2CppInspector.Common/Reflection/TypeInfo.cs index eb131b8..0c6bbde 100644 --- a/Il2CppInspector.Common/Reflection/TypeInfo.cs +++ b/Il2CppInspector.Common/Reflection/TypeInfo.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Reflection/TypeModel.cs b/Il2CppInspector.Common/Reflection/TypeModel.cs index f6d73e0..a8d9d75 100644 --- a/Il2CppInspector.Common/Reflection/TypeModel.cs +++ b/Il2CppInspector.Common/Reflection/TypeModel.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/Reflection/TypeRef.cs b/Il2CppInspector.Common/Reflection/TypeRef.cs index 3aeae24..ea62ca0 100644 --- a/Il2CppInspector.Common/Reflection/TypeRef.cs +++ b/Il2CppInspector.Common/Reflection/TypeRef.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/ResourceHelper.cs b/Il2CppInspector.Common/ResourceHelper.cs index 024763d..b56c844 100644 --- a/Il2CppInspector.Common/ResourceHelper.cs +++ b/Il2CppInspector.Common/ResourceHelper.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppInspector.Common/ULEB128.cs b/Il2CppInspector.Common/ULEB128.cs index 1d61d1d..78da79e 100644 --- a/Il2CppInspector.Common/ULEB128.cs +++ b/Il2CppInspector.Common/ULEB128.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.GUI/App.xaml.cs b/Il2CppInspector.GUI/App.xaml.cs index 7a850f0..f4f8e89 100644 --- a/Il2CppInspector.GUI/App.xaml.cs +++ b/Il2CppInspector.GUI/App.xaml.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.GUI/EqualityConverter.cs b/Il2CppInspector.GUI/EqualityConverter.cs index 2adf684..f957c2d 100644 --- a/Il2CppInspector.GUI/EqualityConverter.cs +++ b/Il2CppInspector.GUI/EqualityConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Katy Coe - https://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2020-2021 Katy Coe - https://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.GUI/HexStringValueConverter.cs b/Il2CppInspector.GUI/HexStringValueConverter.cs index a726f2a..31a0464 100644 --- a/Il2CppInspector.GUI/HexStringValueConverter.cs +++ b/Il2CppInspector.GUI/HexStringValueConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Katy Coe - https://www.djkaty.com - https://github.com/djkaty +// Copyright (c) 2020-2021 Katy Coe - https://www.djkaty.com - https://github.com/djkaty // All rights reserved using System; diff --git a/Il2CppInspector.GUI/LoadOptionsDialog.xaml.cs b/Il2CppInspector.GUI/LoadOptionsDialog.xaml.cs index b68faf5..d9873dd 100644 --- a/Il2CppInspector.GUI/LoadOptionsDialog.xaml.cs +++ b/Il2CppInspector.GUI/LoadOptionsDialog.xaml.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.GUI/MainWindow.xaml.cs b/Il2CppInspector.GUI/MainWindow.xaml.cs index fb629bf..a961d78 100644 --- a/Il2CppInspector.GUI/MainWindow.xaml.cs +++ b/Il2CppInspector.GUI/MainWindow.xaml.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.GUI/PluginConfigurationDialog.xaml.cs b/Il2CppInspector.GUI/PluginConfigurationDialog.xaml.cs index 3112386..5f5f34e 100644 --- a/Il2CppInspector.GUI/PluginConfigurationDialog.xaml.cs +++ b/Il2CppInspector.GUI/PluginConfigurationDialog.xaml.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppInspector.GUI/PluginManagerDialog.xaml.cs b/Il2CppInspector.GUI/PluginManagerDialog.xaml.cs index 28bbf0d..6593262 100644 --- a/Il2CppInspector.GUI/PluginManagerDialog.xaml.cs +++ b/Il2CppInspector.GUI/PluginManagerDialog.xaml.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestAppModelQueries.cs b/Il2CppTests/TestAppModelQueries.cs index 7848240..e537b5c 100644 --- a/Il2CppTests/TestAppModelQueries.cs +++ b/Il2CppTests/TestAppModelQueries.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestCppTypeDeclarations.cs b/Il2CppTests/TestCppTypeDeclarations.cs index dd8cff6..6ed5feb 100644 --- a/Il2CppTests/TestCppTypeDeclarations.cs +++ b/Il2CppTests/TestCppTypeDeclarations.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestGenerics.cs b/Il2CppTests/TestGenerics.cs index 6708c82..d074542 100644 --- a/Il2CppTests/TestGenerics.cs +++ b/Il2CppTests/TestGenerics.cs @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestRunner.cs b/Il2CppTests/TestRunner.cs index 14a6756..521d153 100644 --- a/Il2CppTests/TestRunner.cs +++ b/Il2CppTests/TestRunner.cs @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestSources/CSharp1.cs b/Il2CppTests/TestSources/CSharp1.cs index b27358b..6cf760f 100644 --- a/Il2CppTests/TestSources/CSharp1.cs +++ b/Il2CppTests/TestSources/CSharp1.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/TestSources/CSharp2.cs b/Il2CppTests/TestSources/CSharp2.cs index 67691fc..f4e50ba 100644 --- a/Il2CppTests/TestSources/CSharp2.cs +++ b/Il2CppTests/TestSources/CSharp2.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/TestSources/CSharp3.cs b/Il2CppTests/TestSources/CSharp3.cs index f61aee6..58ccca3 100644 --- a/Il2CppTests/TestSources/CSharp3.cs +++ b/Il2CppTests/TestSources/CSharp3.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/TestSources/Enums.cs b/Il2CppTests/TestSources/Enums.cs index 844496f..bdaaa75 100644 --- a/Il2CppTests/TestSources/Enums.cs +++ b/Il2CppTests/TestSources/Enums.cs @@ -1,5 +1,5 @@ /* - Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestSources/GenericTypes.cs b/Il2CppTests/TestSources/GenericTypes.cs index 46a6ca9..39c3f5d 100644 --- a/Il2CppTests/TestSources/GenericTypes.cs +++ b/Il2CppTests/TestSources/GenericTypes.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty All rights reserved. */ diff --git a/Il2CppTests/TestSources/PartialGenericTypes.cs b/Il2CppTests/TestSources/PartialGenericTypes.cs index 77a9010..3c0f8c5 100644 --- a/Il2CppTests/TestSources/PartialGenericTypes.cs +++ b/Il2CppTests/TestSources/PartialGenericTypes.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/TestSources/VTablesAndLayout.cs b/Il2CppTests/TestSources/VTablesAndLayout.cs index d905963..4c1c280 100644 --- a/Il2CppTests/TestSources/VTablesAndLayout.cs +++ b/Il2CppTests/TestSources/VTablesAndLayout.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/TestUnityVersion.cs b/Il2CppTests/TestUnityVersion.cs index cce69ba..6fe90bb 100644 --- a/Il2CppTests/TestUnityVersion.cs +++ b/Il2CppTests/TestUnityVersion.cs @@ -1,5 +1,5 @@ /* - Copyright 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty + Copyright 2017-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty Copyright 2020 Robert Xiao - https://robertxiao.ca All rights reserved. diff --git a/Il2CppTests/generate-tests.ps1 b/Il2CppTests/generate-tests.ps1 index 1df5b72..48346fc 100644 --- a/Il2CppTests/generate-tests.ps1 +++ b/Il2CppTests/generate-tests.ps1 @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty # All rights reserved. # Generate Tests.cs diff --git a/Il2CppTests/il2cpp.ps1 b/Il2CppTests/il2cpp.ps1 index 723166e..ceee4b9 100644 --- a/Il2CppTests/il2cpp.ps1 +++ b/Il2CppTests/il2cpp.ps1 @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty # All rights reserved. # Compile the specified .cs files in TestSources to produce a .NET assembly DLL, the transpiled C++ source code and an IL2CPP binary for each @@ -35,7 +35,7 @@ param ( ) echo "Universal IL2CPP Build Utility" -echo "(c) 2019-2020 Katy Coe - www.djkaty.com - www.github.com/djkaty" +echo "(c) 2019-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty" echo "" if ($help) { diff --git a/Il2CppTests/update-expected-results.ps1 b/Il2CppTests/update-expected-results.ps1 index d5a483d..e4e0afc 100644 --- a/Il2CppTests/update-expected-results.ps1 +++ b/Il2CppTests/update-expected-results.ps1 @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# Copyright 2019-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty # All rights reserved. # This script copies all the test results from TestBinaries into TestExpectedResults with the correct filenames diff --git a/README.md b/README.md index 5d0d2ee..30d9bc2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Il2CppInspector 2021.0 Preview +# Il2CppInspector 2021.1 Preview Il2CppInspector helps you to reverse engineer IL2CPP applications, providing the most complete analysis currently available. diff --git a/get-plugins.ps1 b/get-plugins.ps1 index c56df8e..ca30d52 100644 --- a/get-plugins.ps1 +++ b/get-plugins.ps1 @@ -1,4 +1,4 @@ -# Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty # All rights reserved. # Download the latest set of plugins to a temporary file, extract the archive then delete it diff --git a/get-plugins.sh b/get-plugins.sh index 8ccad65..e99085f 100644 --- a/get-plugins.sh +++ b/get-plugins.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty # All rights reserved. # Download the latest set of plugins to a temporary file, extract the archive then delete it