From bdd98a427e11d2ae8f8b0ecc6a98db1f85cb8d9e Mon Sep 17 00:00:00 2001 From: AraHaan Date: Mon, 6 May 2024 21:03:58 -0400 Subject: [PATCH] Update copyright year. (#265) Signed-off-by: AraHaan --- ref/BlowFish/BlowFish/BlowFish.cs | 2 +- ref/Common/Common/ErrorLevel.cs | 2 +- ref/Common/Common/MemoryStreamExtensions.cs | 2 +- ref/Common/Common/MessageEventArgs.cs | 2 +- ref/Common/Common/NotificationEventArgs.cs | 2 +- ref/Common/Common/ProcessStartOptions.cs | 2 +- .../GenericPluginLoader/GenericPluginLoader.cs | 2 +- .../PluginLoaderServiceCollectionExtensions.cs | 2 +- ref/GitInformation/GitInformation.cs | 2 +- ref/GitInformation/GitInformationAttribute.cs | 2 +- ref/MessageManager/MessageManager/MessageManager.cs | 2 +- ref/MiniDump/MiniDump/MiniDumpAttribute.cs | 2 +- ref/MiniDump/MiniDump/MiniDumpEventArgs.cs | 2 +- ref/MiniDump/MiniDump/MiniDumpType.cs | 2 +- ref/PluginFramework/PluginFramework/EntryVer.cs | 2 +- ref/PluginFramework/PluginFramework/ExecutionManager.cs | 2 +- ref/PluginFramework/PluginFramework/ICallbackPlugin.cs | 2 +- ref/PluginFramework/PluginFramework/IEncryptionPlugin.cs | 2 +- ref/PluginFramework/PluginFramework/IKomPlugin.cs | 2 +- ref/PluginFramework/PluginFramework/KOMManager.cs | 2 +- ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs | 2 +- ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs | 2 +- .../PluginUpdateServiceCollectionExtensions.cs | 2 +- ref/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs | 2 +- ref/SettingsFile/SettingsFile/JsonSettings.cs | 2 +- ref/SettingsFile/SettingsFile/SettingsFile.cs | 2 +- ref/UnluacNET/LuaDecompileStream.cs | 2 +- ref/ZipAssembly/ZipAssembly/ZipAssembly.cs | 2 +- ref/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs | 2 +- src/BlowFish/BlowFish/BlowFish.cs | 2 +- src/BlowFish/BlowFish/BlowFishInternal.cs | 2 +- src/Common/Common/ArrayExtensions.cs | 2 +- src/Common/Common/ErrorLevel.cs | 2 +- src/Common/Common/MemoryStreamExtensions.cs | 2 +- src/Common/Common/MessageEventArgs.cs | 2 +- src/Common/Common/NotificationEventArgs.cs | 2 +- src/Common/Common/ProcessStartOptions.cs | 2 +- src/Common/Common/RuntimeHelpers.cs | 2 +- src/Common/Common/ThrowHelpers.cs | 2 +- .../GenericPluginLoader/GenericPluginLoader.cs | 2 +- .../GenericPluginLoader/PluginLoadContext.cs | 2 +- .../PluginLoaderServiceCollectionExtensions.cs | 2 +- .../GenericPluginLoader/RuntimeExtensions.cs | 2 +- src/GitInformation/GitInformation.cs | 2 +- src/GitInformation/GitInformationAttribute.cs | 2 +- src/MessageManager/MessageManager/MessageManager.cs | 2 +- src/MiniDump/MiniDump/MiniDump.cs | 2 +- src/MiniDump/MiniDump/MiniDumpAttribute.cs | 2 +- src/MiniDump/MiniDump/MiniDumpEventArgs.cs | 2 +- src/MiniDump/MiniDump/MiniDumpType.cs | 2 +- src/PluginFramework/PluginFramework/EntryVer.cs | 2 +- src/PluginFramework/PluginFramework/ExecutionManager.cs | 2 +- src/PluginFramework/PluginFramework/ICallbackPlugin.cs | 2 +- src/PluginFramework/PluginFramework/IEncryptionPlugin.cs | 2 +- src/PluginFramework/PluginFramework/IKomPlugin.cs | 2 +- src/PluginFramework/PluginFramework/KOMManager.cs | 2 +- src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs | 2 +- src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs | 2 +- .../PluginUpdateServiceCollectionExtensions.cs | 2 +- src/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs | 2 +- src/SettingsFile/SettingsFile/JsonSettings.cs | 2 +- src/SettingsFile/SettingsFile/SettingsFile.cs | 2 +- src/UnluacNET/Decompile/Block/AlwaysLoop.cs | 2 +- src/UnluacNET/Decompile/Block/Block.cs | 2 +- src/UnluacNET/Decompile/Block/BooleanIndicator.cs | 2 +- src/UnluacNET/Decompile/Block/Break.cs | 2 +- src/UnluacNET/Decompile/Block/CompareBlock.cs | 2 +- src/UnluacNET/Decompile/Block/DoEndBlock.cs | 2 +- src/UnluacNET/Decompile/Block/ElseEndBlock.cs | 2 +- src/UnluacNET/Decompile/Block/ForBlock.cs | 2 +- src/UnluacNET/Decompile/Block/IfThenElseBlock.cs | 2 +- src/UnluacNET/Decompile/Block/IfThenEndBlock.cs | 2 +- src/UnluacNET/Decompile/Block/OuterBlock.cs | 2 +- src/UnluacNET/Decompile/Block/RepeatBlock.cs | 2 +- src/UnluacNET/Decompile/Block/SetBlock.cs | 2 +- src/UnluacNET/Decompile/Block/TForBlock.cs | 2 +- src/UnluacNET/Decompile/Block/WhileBlock.cs | 2 +- src/UnluacNET/Decompile/Branch/AndBranch.cs | 2 +- src/UnluacNET/Decompile/Branch/AssignNode.cs | 2 +- src/UnluacNET/Decompile/Branch/Branch.cs | 2 +- src/UnluacNET/Decompile/Branch/EQNode.cs | 2 +- src/UnluacNET/Decompile/Branch/LENode.cs | 2 +- src/UnluacNET/Decompile/Branch/LTNode.cs | 2 +- src/UnluacNET/Decompile/Branch/NotBranch.cs | 2 +- src/UnluacNET/Decompile/Branch/OrBranch.cs | 2 +- src/UnluacNET/Decompile/Branch/TestNode.cs | 2 +- src/UnluacNET/Decompile/Branch/TestSetNode.cs | 2 +- src/UnluacNET/Decompile/Branch/TrueNode.cs | 2 +- src/UnluacNET/Decompile/Code.cs | 2 +- src/UnluacNET/Decompile/Constant.cs | 2 +- src/UnluacNET/Decompile/Declaration.cs | 2 +- src/UnluacNET/Decompile/Decompiler.cs | 2 +- src/UnluacNET/Decompile/Expression/BinaryExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/ClosureExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/ConstantExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/Expression.cs | 2 +- src/UnluacNET/Decompile/Expression/FunctionCall.cs | 2 +- src/UnluacNET/Decompile/Expression/GlobalExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/LocalVariable.cs | 2 +- src/UnluacNET/Decompile/Expression/TableLiteral.cs | 2 +- src/UnluacNET/Decompile/Expression/TableReference.cs | 2 +- src/UnluacNET/Decompile/Expression/UnaryExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/UpvalueExpression.cs | 2 +- src/UnluacNET/Decompile/Expression/Vararg.cs | 2 +- src/UnluacNET/Decompile/Function.cs | 2 +- src/UnluacNET/Decompile/LInstruction.cs | 2 +- src/UnluacNET/Decompile/Op.cs | 2 +- src/UnluacNET/Decompile/OpArgMask.cs | 2 +- src/UnluacNET/Decompile/OpMode.cs | 2 +- src/UnluacNET/Decompile/Opcode.cs | 2 +- src/UnluacNET/Decompile/OpcodeFormat.cs | 2 +- src/UnluacNET/Decompile/OpcodeMap.cs | 2 +- src/UnluacNET/Decompile/Operation/CallOperation.cs | 2 +- src/UnluacNET/Decompile/Operation/GenericOperation.cs | 2 +- src/UnluacNET/Decompile/Operation/GlobalSet.cs | 2 +- src/UnluacNET/Decompile/Operation/LambdaOperation.cs | 2 +- src/UnluacNET/Decompile/Operation/Operation.cs | 2 +- src/UnluacNET/Decompile/Operation/RegisterSet.cs | 2 +- src/UnluacNET/Decompile/Operation/ReturnOperation.cs | 2 +- src/UnluacNET/Decompile/Operation/TableSet.cs | 2 +- src/UnluacNET/Decompile/Operation/UpvalueSet.cs | 2 +- src/UnluacNET/Decompile/Output.cs | 2 +- src/UnluacNET/Decompile/Registers.cs | 2 +- src/UnluacNET/Decompile/Statement/Assignment.cs | 2 +- src/UnluacNET/Decompile/Statement/Declare.cs | 2 +- src/UnluacNET/Decompile/Statement/FunctionCallStatement.cs | 2 +- src/UnluacNET/Decompile/Statement/Return.cs | 2 +- src/UnluacNET/Decompile/Statement/Statement.cs | 2 +- src/UnluacNET/Decompile/Target/GlobalTarget.cs | 2 +- src/UnluacNET/Decompile/Target/TableTarget.cs | 2 +- src/UnluacNET/Decompile/Target/Target.cs | 2 +- src/UnluacNET/Decompile/Target/UpvalueTarget.cs | 2 +- src/UnluacNET/Decompile/Target/VariableTarget.cs | 2 +- src/UnluacNET/Decompile/Upvalues.cs | 2 +- src/UnluacNET/Extensions/StreamExtensions.cs | 2 +- src/UnluacNET/LuaDecompileStream.cs | 2 +- src/UnluacNET/Parse/BHeader.cs | 2 +- src/UnluacNET/Parse/BInteger.cs | 2 +- src/UnluacNET/Parse/BIntegerType.cs | 2 +- src/UnluacNET/Parse/BList.cs | 2 +- src/UnluacNET/Parse/BObjectType.cs | 2 +- src/UnluacNET/Parse/BSizeT.cs | 2 +- src/UnluacNET/Parse/BSizeTType.cs | 2 +- src/UnluacNET/Parse/IBObject.cs | 2 +- src/UnluacNET/Parse/LBoolean.cs | 2 +- src/UnluacNET/Parse/LBooleanType.cs | 2 +- src/UnluacNET/Parse/LConstantType.cs | 2 +- src/UnluacNET/Parse/LDoubleNumber.cs | 2 +- src/UnluacNET/Parse/LFloatNumber.cs | 2 +- src/UnluacNET/Parse/LFunction.cs | 2 +- src/UnluacNET/Parse/LFunctionType.cs | 2 +- src/UnluacNET/Parse/LFunctionType52.cs | 2 +- src/UnluacNET/Parse/LIntNumber.cs | 2 +- src/UnluacNET/Parse/LLocal.cs | 2 +- src/UnluacNET/Parse/LLocalType.cs | 2 +- src/UnluacNET/Parse/LLongNumber.cs | 2 +- src/UnluacNET/Parse/LNil.cs | 2 +- src/UnluacNET/Parse/LNumber.cs | 2 +- src/UnluacNET/Parse/LNumberType.cs | 2 +- src/UnluacNET/Parse/LObject.cs | 2 +- src/UnluacNET/Parse/LSourceLines.cs | 2 +- src/UnluacNET/Parse/LString.cs | 2 +- src/UnluacNET/Parse/LStringType.cs | 2 +- src/UnluacNET/Parse/LUpvalue.cs | 2 +- src/UnluacNET/Parse/LUpvalueType.cs | 2 +- src/UnluacNET/Version.cs | 2 +- src/ZipAssembly/ZipAssembly/ZipAssembly.cs | 2 +- src/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs | 2 +- stylecop.json | 4 +++- 169 files changed, 171 insertions(+), 169 deletions(-) diff --git a/ref/BlowFish/BlowFish/BlowFish.cs b/ref/BlowFish/BlowFish/BlowFish.cs index 0501ad6..9af4b1f 100644 --- a/ref/BlowFish/BlowFish/BlowFish.cs +++ b/ref/BlowFish/BlowFish/BlowFish.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/Common/Common/ErrorLevel.cs b/ref/Common/Common/ErrorLevel.cs index 0172032..60d52b7 100644 --- a/ref/Common/Common/ErrorLevel.cs +++ b/ref/Common/Common/ErrorLevel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/Common/Common/MemoryStreamExtensions.cs b/ref/Common/Common/MemoryStreamExtensions.cs index 95cb283..5fab3ba 100644 --- a/ref/Common/Common/MemoryStreamExtensions.cs +++ b/ref/Common/Common/MemoryStreamExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/Common/Common/MessageEventArgs.cs b/ref/Common/Common/MessageEventArgs.cs index 0b4728f..1eb6240 100644 --- a/ref/Common/Common/MessageEventArgs.cs +++ b/ref/Common/Common/MessageEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/Common/Common/NotificationEventArgs.cs b/ref/Common/Common/NotificationEventArgs.cs index ef9f4eb..01a8025 100644 --- a/ref/Common/Common/NotificationEventArgs.cs +++ b/ref/Common/Common/NotificationEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/Common/Common/ProcessStartOptions.cs b/ref/Common/Common/ProcessStartOptions.cs index c8775cd..4fc7d72 100644 --- a/ref/Common/Common/ProcessStartOptions.cs +++ b/ref/Common/Common/ProcessStartOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs b/ref/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs index 91cc324..49e6f70 100644 --- a/ref/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs +++ b/ref/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs b/ref/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs index 81fd77a..86e3cf1 100644 --- a/ref/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs +++ b/ref/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/GitInformation/GitInformation.cs b/ref/GitInformation/GitInformation.cs index 14a5b4b..ba7c54b 100644 --- a/ref/GitInformation/GitInformation.cs +++ b/ref/GitInformation/GitInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/GitInformation/GitInformationAttribute.cs b/ref/GitInformation/GitInformationAttribute.cs index ff9081f..0194807 100644 --- a/ref/GitInformation/GitInformationAttribute.cs +++ b/ref/GitInformation/GitInformationAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/MessageManager/MessageManager/MessageManager.cs b/ref/MessageManager/MessageManager/MessageManager.cs index 7305c9d..90a9252 100644 --- a/ref/MessageManager/MessageManager/MessageManager.cs +++ b/ref/MessageManager/MessageManager/MessageManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/MiniDump/MiniDump/MiniDumpAttribute.cs b/ref/MiniDump/MiniDump/MiniDumpAttribute.cs index 3377659..dd93699 100644 --- a/ref/MiniDump/MiniDump/MiniDumpAttribute.cs +++ b/ref/MiniDump/MiniDump/MiniDumpAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/MiniDump/MiniDump/MiniDumpEventArgs.cs b/ref/MiniDump/MiniDump/MiniDumpEventArgs.cs index 3b9fa6f..9f025fb 100644 --- a/ref/MiniDump/MiniDump/MiniDumpEventArgs.cs +++ b/ref/MiniDump/MiniDump/MiniDumpEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/MiniDump/MiniDump/MiniDumpType.cs b/ref/MiniDump/MiniDump/MiniDumpType.cs index f159f16..00b8524 100644 --- a/ref/MiniDump/MiniDump/MiniDumpType.cs +++ b/ref/MiniDump/MiniDump/MiniDumpType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/EntryVer.cs b/ref/PluginFramework/PluginFramework/EntryVer.cs index 9a2e3cd..11972c8 100644 --- a/ref/PluginFramework/PluginFramework/EntryVer.cs +++ b/ref/PluginFramework/PluginFramework/EntryVer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/ExecutionManager.cs b/ref/PluginFramework/PluginFramework/ExecutionManager.cs index 92bcdaf..38b9666 100644 --- a/ref/PluginFramework/PluginFramework/ExecutionManager.cs +++ b/ref/PluginFramework/PluginFramework/ExecutionManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/ICallbackPlugin.cs b/ref/PluginFramework/PluginFramework/ICallbackPlugin.cs index 2917b4c..760dae4 100644 --- a/ref/PluginFramework/PluginFramework/ICallbackPlugin.cs +++ b/ref/PluginFramework/PluginFramework/ICallbackPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/IEncryptionPlugin.cs b/ref/PluginFramework/PluginFramework/IEncryptionPlugin.cs index 23c7228..8ac3a4a 100644 --- a/ref/PluginFramework/PluginFramework/IEncryptionPlugin.cs +++ b/ref/PluginFramework/PluginFramework/IEncryptionPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/IKomPlugin.cs b/ref/PluginFramework/PluginFramework/IKomPlugin.cs index 964a065..0fb829e 100644 --- a/ref/PluginFramework/PluginFramework/IKomPlugin.cs +++ b/ref/PluginFramework/PluginFramework/IKomPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginFramework/PluginFramework/KOMManager.cs b/ref/PluginFramework/PluginFramework/KOMManager.cs index a040e38..b592ef0 100644 --- a/ref/PluginFramework/PluginFramework/KOMManager.cs +++ b/ref/PluginFramework/PluginFramework/KOMManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs index 60cdb31..16756d0 100644 --- a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs +++ b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs index fa61227..f6614aa 100644 --- a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs +++ b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs index 3e9ed24..d5e033f 100644 --- a/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs +++ b/ref/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs b/ref/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs index 7fac00d..8605a4d 100644 --- a/ref/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs +++ b/ref/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/SettingsFile/SettingsFile/JsonSettings.cs b/ref/SettingsFile/SettingsFile/JsonSettings.cs index 6646103..735c0f2 100644 --- a/ref/SettingsFile/SettingsFile/JsonSettings.cs +++ b/ref/SettingsFile/SettingsFile/JsonSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/SettingsFile/SettingsFile/SettingsFile.cs b/ref/SettingsFile/SettingsFile/SettingsFile.cs index b763ba5..bd2ecc9 100644 --- a/ref/SettingsFile/SettingsFile/SettingsFile.cs +++ b/ref/SettingsFile/SettingsFile/SettingsFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/UnluacNET/LuaDecompileStream.cs b/ref/UnluacNET/LuaDecompileStream.cs index 21fd1f5..91ac0db 100644 --- a/ref/UnluacNET/LuaDecompileStream.cs +++ b/ref/UnluacNET/LuaDecompileStream.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/ZipAssembly/ZipAssembly/ZipAssembly.cs b/ref/ZipAssembly/ZipAssembly/ZipAssembly.cs index b208550..ba0bd3b 100644 --- a/ref/ZipAssembly/ZipAssembly/ZipAssembly.cs +++ b/ref/ZipAssembly/ZipAssembly/ZipAssembly.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/ref/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs b/ref/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs index 23ba808..1be24af 100644 --- a/ref/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs +++ b/ref/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/BlowFish/BlowFish/BlowFish.cs b/src/BlowFish/BlowFish/BlowFish.cs index c07005e..a08bf0e 100644 --- a/src/BlowFish/BlowFish/BlowFish.cs +++ b/src/BlowFish/BlowFish/BlowFish.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/BlowFish/BlowFish/BlowFishInternal.cs b/src/BlowFish/BlowFish/BlowFishInternal.cs index d250dbc..0cf7571 100644 --- a/src/BlowFish/BlowFish/BlowFishInternal.cs +++ b/src/BlowFish/BlowFish/BlowFishInternal.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/ArrayExtensions.cs b/src/Common/Common/ArrayExtensions.cs index 8d8ebfe..bef8373 100644 --- a/src/Common/Common/ArrayExtensions.cs +++ b/src/Common/Common/ArrayExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/ErrorLevel.cs b/src/Common/Common/ErrorLevel.cs index 0172032..60d52b7 100644 --- a/src/Common/Common/ErrorLevel.cs +++ b/src/Common/Common/ErrorLevel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/MemoryStreamExtensions.cs b/src/Common/Common/MemoryStreamExtensions.cs index 43246e4..609249b 100644 --- a/src/Common/Common/MemoryStreamExtensions.cs +++ b/src/Common/Common/MemoryStreamExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/MessageEventArgs.cs b/src/Common/Common/MessageEventArgs.cs index f8137d8..30519ee 100644 --- a/src/Common/Common/MessageEventArgs.cs +++ b/src/Common/Common/MessageEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/NotificationEventArgs.cs b/src/Common/Common/NotificationEventArgs.cs index 45e950c..a42bcae 100644 --- a/src/Common/Common/NotificationEventArgs.cs +++ b/src/Common/Common/NotificationEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/ProcessStartOptions.cs b/src/Common/Common/ProcessStartOptions.cs index 56538af..710d184 100644 --- a/src/Common/Common/ProcessStartOptions.cs +++ b/src/Common/Common/ProcessStartOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/RuntimeHelpers.cs b/src/Common/Common/RuntimeHelpers.cs index 159fd65..8ee9313 100644 --- a/src/Common/Common/RuntimeHelpers.cs +++ b/src/Common/Common/RuntimeHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/Common/Common/ThrowHelpers.cs b/src/Common/Common/ThrowHelpers.cs index fde6a1a..e29d549 100644 --- a/src/Common/Common/ThrowHelpers.cs +++ b/src/Common/Common/ThrowHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs b/src/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs index 2fdad70..c44c401 100644 --- a/src/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs +++ b/src/GenericPluginLoader/GenericPluginLoader/GenericPluginLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GenericPluginLoader/GenericPluginLoader/PluginLoadContext.cs b/src/GenericPluginLoader/GenericPluginLoader/PluginLoadContext.cs index 23f1ae0..527b8b0 100644 --- a/src/GenericPluginLoader/GenericPluginLoader/PluginLoadContext.cs +++ b/src/GenericPluginLoader/GenericPluginLoader/PluginLoadContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs b/src/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs index fd51579..e7b8dae 100644 --- a/src/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs +++ b/src/GenericPluginLoader/GenericPluginLoader/PluginLoaderServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GenericPluginLoader/GenericPluginLoader/RuntimeExtensions.cs b/src/GenericPluginLoader/GenericPluginLoader/RuntimeExtensions.cs index 228fa66..72e1501 100644 --- a/src/GenericPluginLoader/GenericPluginLoader/RuntimeExtensions.cs +++ b/src/GenericPluginLoader/GenericPluginLoader/RuntimeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GitInformation/GitInformation.cs b/src/GitInformation/GitInformation.cs index e605b1e..596e862 100644 --- a/src/GitInformation/GitInformation.cs +++ b/src/GitInformation/GitInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/GitInformation/GitInformationAttribute.cs b/src/GitInformation/GitInformationAttribute.cs index aaf5edd..ab8f313 100644 --- a/src/GitInformation/GitInformationAttribute.cs +++ b/src/GitInformation/GitInformationAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/MessageManager/MessageManager/MessageManager.cs b/src/MessageManager/MessageManager/MessageManager.cs index f7009e5..2ead0c5 100644 --- a/src/MessageManager/MessageManager/MessageManager.cs +++ b/src/MessageManager/MessageManager/MessageManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/MiniDump/MiniDump/MiniDump.cs b/src/MiniDump/MiniDump/MiniDump.cs index 74de720..0eac4d9 100644 --- a/src/MiniDump/MiniDump/MiniDump.cs +++ b/src/MiniDump/MiniDump/MiniDump.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/MiniDump/MiniDump/MiniDumpAttribute.cs b/src/MiniDump/MiniDump/MiniDumpAttribute.cs index b0a54a2..b1ddd88 100644 --- a/src/MiniDump/MiniDump/MiniDumpAttribute.cs +++ b/src/MiniDump/MiniDump/MiniDumpAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/MiniDump/MiniDump/MiniDumpEventArgs.cs b/src/MiniDump/MiniDump/MiniDumpEventArgs.cs index cae7fd8..c6d3f14 100644 --- a/src/MiniDump/MiniDump/MiniDumpEventArgs.cs +++ b/src/MiniDump/MiniDump/MiniDumpEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/MiniDump/MiniDump/MiniDumpType.cs b/src/MiniDump/MiniDump/MiniDumpType.cs index f159f16..00b8524 100644 --- a/src/MiniDump/MiniDump/MiniDumpType.cs +++ b/src/MiniDump/MiniDump/MiniDumpType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/EntryVer.cs b/src/PluginFramework/PluginFramework/EntryVer.cs index 871e573..cf0664d 100644 --- a/src/PluginFramework/PluginFramework/EntryVer.cs +++ b/src/PluginFramework/PluginFramework/EntryVer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/ExecutionManager.cs b/src/PluginFramework/PluginFramework/ExecutionManager.cs index 34be244..6982b9c 100644 --- a/src/PluginFramework/PluginFramework/ExecutionManager.cs +++ b/src/PluginFramework/PluginFramework/ExecutionManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/ICallbackPlugin.cs b/src/PluginFramework/PluginFramework/ICallbackPlugin.cs index 2917b4c..760dae4 100644 --- a/src/PluginFramework/PluginFramework/ICallbackPlugin.cs +++ b/src/PluginFramework/PluginFramework/ICallbackPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/IEncryptionPlugin.cs b/src/PluginFramework/PluginFramework/IEncryptionPlugin.cs index 23c7228..8ac3a4a 100644 --- a/src/PluginFramework/PluginFramework/IEncryptionPlugin.cs +++ b/src/PluginFramework/PluginFramework/IEncryptionPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/IKomPlugin.cs b/src/PluginFramework/PluginFramework/IKomPlugin.cs index 964a065..0fb829e 100644 --- a/src/PluginFramework/PluginFramework/IKomPlugin.cs +++ b/src/PluginFramework/PluginFramework/IKomPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginFramework/PluginFramework/KOMManager.cs b/src/PluginFramework/PluginFramework/KOMManager.cs index 253db80..bf9682d 100644 --- a/src/PluginFramework/PluginFramework/KOMManager.cs +++ b/src/PluginFramework/PluginFramework/KOMManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs index 619fe11..a0686be 100644 --- a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs +++ b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateCheck.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs index 2f04750..b4494cd 100644 --- a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs +++ b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateData.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs index 2781271..3f47f06 100644 --- a/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs +++ b/src/PluginUpdateCheck/PluginUpdateCheck/PluginUpdateServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs b/src/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs index 3fb4b29..f1b2541 100644 --- a/src/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs +++ b/src/ReleasePackaging/ReleasePackaging/ReleasePackaging.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/SettingsFile/SettingsFile/JsonSettings.cs b/src/SettingsFile/SettingsFile/JsonSettings.cs index 9a0d4c2..75e94b3 100644 --- a/src/SettingsFile/SettingsFile/JsonSettings.cs +++ b/src/SettingsFile/SettingsFile/JsonSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/SettingsFile/SettingsFile/SettingsFile.cs b/src/SettingsFile/SettingsFile/SettingsFile.cs index 582423d..2876a26 100644 --- a/src/SettingsFile/SettingsFile/SettingsFile.cs +++ b/src/SettingsFile/SettingsFile/SettingsFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/AlwaysLoop.cs b/src/UnluacNET/Decompile/Block/AlwaysLoop.cs index 86b1235..3cc01a0 100644 --- a/src/UnluacNET/Decompile/Block/AlwaysLoop.cs +++ b/src/UnluacNET/Decompile/Block/AlwaysLoop.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/Block.cs b/src/UnluacNET/Decompile/Block/Block.cs index 96fd252..9dbb265 100644 --- a/src/UnluacNET/Decompile/Block/Block.cs +++ b/src/UnluacNET/Decompile/Block/Block.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/BooleanIndicator.cs b/src/UnluacNET/Decompile/Block/BooleanIndicator.cs index 80e3d77..e6c25ad 100644 --- a/src/UnluacNET/Decompile/Block/BooleanIndicator.cs +++ b/src/UnluacNET/Decompile/Block/BooleanIndicator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/Break.cs b/src/UnluacNET/Decompile/Block/Break.cs index 9bd587e..9a45c3d 100644 --- a/src/UnluacNET/Decompile/Block/Break.cs +++ b/src/UnluacNET/Decompile/Block/Break.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/CompareBlock.cs b/src/UnluacNET/Decompile/Block/CompareBlock.cs index 4f8cab4..8447e81 100644 --- a/src/UnluacNET/Decompile/Block/CompareBlock.cs +++ b/src/UnluacNET/Decompile/Block/CompareBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/DoEndBlock.cs b/src/UnluacNET/Decompile/Block/DoEndBlock.cs index 8509367..a1da121 100644 --- a/src/UnluacNET/Decompile/Block/DoEndBlock.cs +++ b/src/UnluacNET/Decompile/Block/DoEndBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/ElseEndBlock.cs b/src/UnluacNET/Decompile/Block/ElseEndBlock.cs index 0828657..afe1444 100644 --- a/src/UnluacNET/Decompile/Block/ElseEndBlock.cs +++ b/src/UnluacNET/Decompile/Block/ElseEndBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/ForBlock.cs b/src/UnluacNET/Decompile/Block/ForBlock.cs index 0357828..ebfccd6 100644 --- a/src/UnluacNET/Decompile/Block/ForBlock.cs +++ b/src/UnluacNET/Decompile/Block/ForBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/IfThenElseBlock.cs b/src/UnluacNET/Decompile/Block/IfThenElseBlock.cs index e88102a..2740f61 100644 --- a/src/UnluacNET/Decompile/Block/IfThenElseBlock.cs +++ b/src/UnluacNET/Decompile/Block/IfThenElseBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/IfThenEndBlock.cs b/src/UnluacNET/Decompile/Block/IfThenEndBlock.cs index cc62e46..e469cfa 100644 --- a/src/UnluacNET/Decompile/Block/IfThenEndBlock.cs +++ b/src/UnluacNET/Decompile/Block/IfThenEndBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/OuterBlock.cs b/src/UnluacNET/Decompile/Block/OuterBlock.cs index a14cd33..a3e1073 100644 --- a/src/UnluacNET/Decompile/Block/OuterBlock.cs +++ b/src/UnluacNET/Decompile/Block/OuterBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/RepeatBlock.cs b/src/UnluacNET/Decompile/Block/RepeatBlock.cs index bdbc61a..8e29378 100644 --- a/src/UnluacNET/Decompile/Block/RepeatBlock.cs +++ b/src/UnluacNET/Decompile/Block/RepeatBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/SetBlock.cs b/src/UnluacNET/Decompile/Block/SetBlock.cs index 16170f8..8befbab 100644 --- a/src/UnluacNET/Decompile/Block/SetBlock.cs +++ b/src/UnluacNET/Decompile/Block/SetBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/TForBlock.cs b/src/UnluacNET/Decompile/Block/TForBlock.cs index 63c3946..370b985 100644 --- a/src/UnluacNET/Decompile/Block/TForBlock.cs +++ b/src/UnluacNET/Decompile/Block/TForBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Block/WhileBlock.cs b/src/UnluacNET/Decompile/Block/WhileBlock.cs index 22a4917..15503d0 100644 --- a/src/UnluacNET/Decompile/Block/WhileBlock.cs +++ b/src/UnluacNET/Decompile/Block/WhileBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/AndBranch.cs b/src/UnluacNET/Decompile/Branch/AndBranch.cs index 0102e54..c3f9e6c 100644 --- a/src/UnluacNET/Decompile/Branch/AndBranch.cs +++ b/src/UnluacNET/Decompile/Branch/AndBranch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/AssignNode.cs b/src/UnluacNET/Decompile/Branch/AssignNode.cs index 666d909..88c583f 100644 --- a/src/UnluacNET/Decompile/Branch/AssignNode.cs +++ b/src/UnluacNET/Decompile/Branch/AssignNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/Branch.cs b/src/UnluacNET/Decompile/Branch/Branch.cs index 43d78ab..579b9db 100644 --- a/src/UnluacNET/Decompile/Branch/Branch.cs +++ b/src/UnluacNET/Decompile/Branch/Branch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/EQNode.cs b/src/UnluacNET/Decompile/Branch/EQNode.cs index 680f5d3..fc77bf7 100644 --- a/src/UnluacNET/Decompile/Branch/EQNode.cs +++ b/src/UnluacNET/Decompile/Branch/EQNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/LENode.cs b/src/UnluacNET/Decompile/Branch/LENode.cs index 52d644a..de5031f 100644 --- a/src/UnluacNET/Decompile/Branch/LENode.cs +++ b/src/UnluacNET/Decompile/Branch/LENode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/LTNode.cs b/src/UnluacNET/Decompile/Branch/LTNode.cs index 1d7f32e..77d26ee 100644 --- a/src/UnluacNET/Decompile/Branch/LTNode.cs +++ b/src/UnluacNET/Decompile/Branch/LTNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/NotBranch.cs b/src/UnluacNET/Decompile/Branch/NotBranch.cs index e4543c5..1bd8325 100644 --- a/src/UnluacNET/Decompile/Branch/NotBranch.cs +++ b/src/UnluacNET/Decompile/Branch/NotBranch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/OrBranch.cs b/src/UnluacNET/Decompile/Branch/OrBranch.cs index 3a70a45..bfd1707 100644 --- a/src/UnluacNET/Decompile/Branch/OrBranch.cs +++ b/src/UnluacNET/Decompile/Branch/OrBranch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/TestNode.cs b/src/UnluacNET/Decompile/Branch/TestNode.cs index d843b2f..245db72 100644 --- a/src/UnluacNET/Decompile/Branch/TestNode.cs +++ b/src/UnluacNET/Decompile/Branch/TestNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/TestSetNode.cs b/src/UnluacNET/Decompile/Branch/TestSetNode.cs index 839244a..9fbfa74 100644 --- a/src/UnluacNET/Decompile/Branch/TestSetNode.cs +++ b/src/UnluacNET/Decompile/Branch/TestSetNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Branch/TrueNode.cs b/src/UnluacNET/Decompile/Branch/TrueNode.cs index 49a17f6..942e540 100644 --- a/src/UnluacNET/Decompile/Branch/TrueNode.cs +++ b/src/UnluacNET/Decompile/Branch/TrueNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Code.cs b/src/UnluacNET/Decompile/Code.cs index 477cfa9..b647acd 100644 --- a/src/UnluacNET/Decompile/Code.cs +++ b/src/UnluacNET/Decompile/Code.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Constant.cs b/src/UnluacNET/Decompile/Constant.cs index f54cad3..8a8c692 100644 --- a/src/UnluacNET/Decompile/Constant.cs +++ b/src/UnluacNET/Decompile/Constant.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Declaration.cs b/src/UnluacNET/Decompile/Declaration.cs index b16e4a9..da904bd 100644 --- a/src/UnluacNET/Decompile/Declaration.cs +++ b/src/UnluacNET/Decompile/Declaration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Decompiler.cs b/src/UnluacNET/Decompile/Decompiler.cs index 85af1ba..3c321e3 100644 --- a/src/UnluacNET/Decompile/Decompiler.cs +++ b/src/UnluacNET/Decompile/Decompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/BinaryExpression.cs b/src/UnluacNET/Decompile/Expression/BinaryExpression.cs index cb3826e..f08d540 100644 --- a/src/UnluacNET/Decompile/Expression/BinaryExpression.cs +++ b/src/UnluacNET/Decompile/Expression/BinaryExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/ClosureExpression.cs b/src/UnluacNET/Decompile/Expression/ClosureExpression.cs index 6cabfb9..b9e4d25 100644 --- a/src/UnluacNET/Decompile/Expression/ClosureExpression.cs +++ b/src/UnluacNET/Decompile/Expression/ClosureExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/ConstantExpression.cs b/src/UnluacNET/Decompile/Expression/ConstantExpression.cs index 2508d17..b601603 100644 --- a/src/UnluacNET/Decompile/Expression/ConstantExpression.cs +++ b/src/UnluacNET/Decompile/Expression/ConstantExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/Expression.cs b/src/UnluacNET/Decompile/Expression/Expression.cs index 2658b45..08de743 100644 --- a/src/UnluacNET/Decompile/Expression/Expression.cs +++ b/src/UnluacNET/Decompile/Expression/Expression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/FunctionCall.cs b/src/UnluacNET/Decompile/Expression/FunctionCall.cs index 613a7fa..331705d 100644 --- a/src/UnluacNET/Decompile/Expression/FunctionCall.cs +++ b/src/UnluacNET/Decompile/Expression/FunctionCall.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/GlobalExpression.cs b/src/UnluacNET/Decompile/Expression/GlobalExpression.cs index 8b32e71..f6ecf79 100644 --- a/src/UnluacNET/Decompile/Expression/GlobalExpression.cs +++ b/src/UnluacNET/Decompile/Expression/GlobalExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/LocalVariable.cs b/src/UnluacNET/Decompile/Expression/LocalVariable.cs index 653e5c8..ac6da84 100644 --- a/src/UnluacNET/Decompile/Expression/LocalVariable.cs +++ b/src/UnluacNET/Decompile/Expression/LocalVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/TableLiteral.cs b/src/UnluacNET/Decompile/Expression/TableLiteral.cs index 93a2425..46671b5 100644 --- a/src/UnluacNET/Decompile/Expression/TableLiteral.cs +++ b/src/UnluacNET/Decompile/Expression/TableLiteral.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/TableReference.cs b/src/UnluacNET/Decompile/Expression/TableReference.cs index 52abfb3..9b0108a 100644 --- a/src/UnluacNET/Decompile/Expression/TableReference.cs +++ b/src/UnluacNET/Decompile/Expression/TableReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/UnaryExpression.cs b/src/UnluacNET/Decompile/Expression/UnaryExpression.cs index 37cb9a9..08f739c 100644 --- a/src/UnluacNET/Decompile/Expression/UnaryExpression.cs +++ b/src/UnluacNET/Decompile/Expression/UnaryExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/UpvalueExpression.cs b/src/UnluacNET/Decompile/Expression/UpvalueExpression.cs index 5880666..b4e0210 100644 --- a/src/UnluacNET/Decompile/Expression/UpvalueExpression.cs +++ b/src/UnluacNET/Decompile/Expression/UpvalueExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Expression/Vararg.cs b/src/UnluacNET/Decompile/Expression/Vararg.cs index 761c1f5..d5ad2e9 100644 --- a/src/UnluacNET/Decompile/Expression/Vararg.cs +++ b/src/UnluacNET/Decompile/Expression/Vararg.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Function.cs b/src/UnluacNET/Decompile/Function.cs index ca1a289..135b388 100644 --- a/src/UnluacNET/Decompile/Function.cs +++ b/src/UnluacNET/Decompile/Function.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/LInstruction.cs b/src/UnluacNET/Decompile/LInstruction.cs index 01023bf..dbbd15f 100644 --- a/src/UnluacNET/Decompile/LInstruction.cs +++ b/src/UnluacNET/Decompile/LInstruction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Op.cs b/src/UnluacNET/Decompile/Op.cs index ef837c7..7db4696 100644 --- a/src/UnluacNET/Decompile/Op.cs +++ b/src/UnluacNET/Decompile/Op.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/OpArgMask.cs b/src/UnluacNET/Decompile/OpArgMask.cs index 63e2a62..11a3b81 100644 --- a/src/UnluacNET/Decompile/OpArgMask.cs +++ b/src/UnluacNET/Decompile/OpArgMask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/OpMode.cs b/src/UnluacNET/Decompile/OpMode.cs index e60f6af..f212fae 100644 --- a/src/UnluacNET/Decompile/OpMode.cs +++ b/src/UnluacNET/Decompile/OpMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Opcode.cs b/src/UnluacNET/Decompile/Opcode.cs index a6cc335..3640860 100644 --- a/src/UnluacNET/Decompile/Opcode.cs +++ b/src/UnluacNET/Decompile/Opcode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/OpcodeFormat.cs b/src/UnluacNET/Decompile/OpcodeFormat.cs index 9b4e79d..3897161 100644 --- a/src/UnluacNET/Decompile/OpcodeFormat.cs +++ b/src/UnluacNET/Decompile/OpcodeFormat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/OpcodeMap.cs b/src/UnluacNET/Decompile/OpcodeMap.cs index c4012de..4462208 100644 --- a/src/UnluacNET/Decompile/OpcodeMap.cs +++ b/src/UnluacNET/Decompile/OpcodeMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/CallOperation.cs b/src/UnluacNET/Decompile/Operation/CallOperation.cs index 641d261..36b7e3c 100644 --- a/src/UnluacNET/Decompile/Operation/CallOperation.cs +++ b/src/UnluacNET/Decompile/Operation/CallOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/GenericOperation.cs b/src/UnluacNET/Decompile/Operation/GenericOperation.cs index 6299ccb..61eb2aa 100644 --- a/src/UnluacNET/Decompile/Operation/GenericOperation.cs +++ b/src/UnluacNET/Decompile/Operation/GenericOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/GlobalSet.cs b/src/UnluacNET/Decompile/Operation/GlobalSet.cs index a207ce8..6109673 100644 --- a/src/UnluacNET/Decompile/Operation/GlobalSet.cs +++ b/src/UnluacNET/Decompile/Operation/GlobalSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/LambdaOperation.cs b/src/UnluacNET/Decompile/Operation/LambdaOperation.cs index 6c3276e..cc7a46f 100644 --- a/src/UnluacNET/Decompile/Operation/LambdaOperation.cs +++ b/src/UnluacNET/Decompile/Operation/LambdaOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/Operation.cs b/src/UnluacNET/Decompile/Operation/Operation.cs index a192c64..7ab2b7c 100644 --- a/src/UnluacNET/Decompile/Operation/Operation.cs +++ b/src/UnluacNET/Decompile/Operation/Operation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/RegisterSet.cs b/src/UnluacNET/Decompile/Operation/RegisterSet.cs index 5de4579..81c8321 100644 --- a/src/UnluacNET/Decompile/Operation/RegisterSet.cs +++ b/src/UnluacNET/Decompile/Operation/RegisterSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/ReturnOperation.cs b/src/UnluacNET/Decompile/Operation/ReturnOperation.cs index 51528b1..22a0332 100644 --- a/src/UnluacNET/Decompile/Operation/ReturnOperation.cs +++ b/src/UnluacNET/Decompile/Operation/ReturnOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/TableSet.cs b/src/UnluacNET/Decompile/Operation/TableSet.cs index 8a80132..c434d45 100644 --- a/src/UnluacNET/Decompile/Operation/TableSet.cs +++ b/src/UnluacNET/Decompile/Operation/TableSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Operation/UpvalueSet.cs b/src/UnluacNET/Decompile/Operation/UpvalueSet.cs index 424afa5..baca247 100644 --- a/src/UnluacNET/Decompile/Operation/UpvalueSet.cs +++ b/src/UnluacNET/Decompile/Operation/UpvalueSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Output.cs b/src/UnluacNET/Decompile/Output.cs index 333b9cc..c317e88 100644 --- a/src/UnluacNET/Decompile/Output.cs +++ b/src/UnluacNET/Decompile/Output.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Registers.cs b/src/UnluacNET/Decompile/Registers.cs index eb20837..85dc38f 100644 --- a/src/UnluacNET/Decompile/Registers.cs +++ b/src/UnluacNET/Decompile/Registers.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Statement/Assignment.cs b/src/UnluacNET/Decompile/Statement/Assignment.cs index 978ced9..ef6f08e 100644 --- a/src/UnluacNET/Decompile/Statement/Assignment.cs +++ b/src/UnluacNET/Decompile/Statement/Assignment.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Statement/Declare.cs b/src/UnluacNET/Decompile/Statement/Declare.cs index d11d8c6..05046b6 100644 --- a/src/UnluacNET/Decompile/Statement/Declare.cs +++ b/src/UnluacNET/Decompile/Statement/Declare.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Statement/FunctionCallStatement.cs b/src/UnluacNET/Decompile/Statement/FunctionCallStatement.cs index cb67c24..1f181d9 100644 --- a/src/UnluacNET/Decompile/Statement/FunctionCallStatement.cs +++ b/src/UnluacNET/Decompile/Statement/FunctionCallStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Statement/Return.cs b/src/UnluacNET/Decompile/Statement/Return.cs index 316ecee..d0976ab 100644 --- a/src/UnluacNET/Decompile/Statement/Return.cs +++ b/src/UnluacNET/Decompile/Statement/Return.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Statement/Statement.cs b/src/UnluacNET/Decompile/Statement/Statement.cs index 51d55ed..971fea6 100644 --- a/src/UnluacNET/Decompile/Statement/Statement.cs +++ b/src/UnluacNET/Decompile/Statement/Statement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Target/GlobalTarget.cs b/src/UnluacNET/Decompile/Target/GlobalTarget.cs index a58b515..fc82f90 100644 --- a/src/UnluacNET/Decompile/Target/GlobalTarget.cs +++ b/src/UnluacNET/Decompile/Target/GlobalTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Target/TableTarget.cs b/src/UnluacNET/Decompile/Target/TableTarget.cs index 4d06e05..e11f4cb 100644 --- a/src/UnluacNET/Decompile/Target/TableTarget.cs +++ b/src/UnluacNET/Decompile/Target/TableTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Target/Target.cs b/src/UnluacNET/Decompile/Target/Target.cs index 1441d23..6929d51 100644 --- a/src/UnluacNET/Decompile/Target/Target.cs +++ b/src/UnluacNET/Decompile/Target/Target.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Target/UpvalueTarget.cs b/src/UnluacNET/Decompile/Target/UpvalueTarget.cs index dd7ca5e..fc22361 100644 --- a/src/UnluacNET/Decompile/Target/UpvalueTarget.cs +++ b/src/UnluacNET/Decompile/Target/UpvalueTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Target/VariableTarget.cs b/src/UnluacNET/Decompile/Target/VariableTarget.cs index cc42726..9fd5c5d 100644 --- a/src/UnluacNET/Decompile/Target/VariableTarget.cs +++ b/src/UnluacNET/Decompile/Target/VariableTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Decompile/Upvalues.cs b/src/UnluacNET/Decompile/Upvalues.cs index b35df23..f105fbf 100644 --- a/src/UnluacNET/Decompile/Upvalues.cs +++ b/src/UnluacNET/Decompile/Upvalues.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Extensions/StreamExtensions.cs b/src/UnluacNET/Extensions/StreamExtensions.cs index 984009c..6048834 100644 --- a/src/UnluacNET/Extensions/StreamExtensions.cs +++ b/src/UnluacNET/Extensions/StreamExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/LuaDecompileStream.cs b/src/UnluacNET/LuaDecompileStream.cs index ede44b9..6986821 100644 --- a/src/UnluacNET/LuaDecompileStream.cs +++ b/src/UnluacNET/LuaDecompileStream.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BHeader.cs b/src/UnluacNET/Parse/BHeader.cs index 790dab5..b35f1cd 100644 --- a/src/UnluacNET/Parse/BHeader.cs +++ b/src/UnluacNET/Parse/BHeader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BInteger.cs b/src/UnluacNET/Parse/BInteger.cs index 28c7a0e..0f4d822 100644 --- a/src/UnluacNET/Parse/BInteger.cs +++ b/src/UnluacNET/Parse/BInteger.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BIntegerType.cs b/src/UnluacNET/Parse/BIntegerType.cs index fd7fab6..81a3157 100644 --- a/src/UnluacNET/Parse/BIntegerType.cs +++ b/src/UnluacNET/Parse/BIntegerType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BList.cs b/src/UnluacNET/Parse/BList.cs index 49a239a..0299aca 100644 --- a/src/UnluacNET/Parse/BList.cs +++ b/src/UnluacNET/Parse/BList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BObjectType.cs b/src/UnluacNET/Parse/BObjectType.cs index a2a76cb..693f64d 100644 --- a/src/UnluacNET/Parse/BObjectType.cs +++ b/src/UnluacNET/Parse/BObjectType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BSizeT.cs b/src/UnluacNET/Parse/BSizeT.cs index 4653781..bc6f12d 100644 --- a/src/UnluacNET/Parse/BSizeT.cs +++ b/src/UnluacNET/Parse/BSizeT.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/BSizeTType.cs b/src/UnluacNET/Parse/BSizeTType.cs index 1b1c9bf..40c6b01 100644 --- a/src/UnluacNET/Parse/BSizeTType.cs +++ b/src/UnluacNET/Parse/BSizeTType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/IBObject.cs b/src/UnluacNET/Parse/IBObject.cs index 4767a25..2935586 100644 --- a/src/UnluacNET/Parse/IBObject.cs +++ b/src/UnluacNET/Parse/IBObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LBoolean.cs b/src/UnluacNET/Parse/LBoolean.cs index a8c76f9..2f94a22 100644 --- a/src/UnluacNET/Parse/LBoolean.cs +++ b/src/UnluacNET/Parse/LBoolean.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LBooleanType.cs b/src/UnluacNET/Parse/LBooleanType.cs index 2e26713..3fc3ca4 100644 --- a/src/UnluacNET/Parse/LBooleanType.cs +++ b/src/UnluacNET/Parse/LBooleanType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LConstantType.cs b/src/UnluacNET/Parse/LConstantType.cs index 796f550..920d232 100644 --- a/src/UnluacNET/Parse/LConstantType.cs +++ b/src/UnluacNET/Parse/LConstantType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LDoubleNumber.cs b/src/UnluacNET/Parse/LDoubleNumber.cs index f00f3b2..62f114c 100644 --- a/src/UnluacNET/Parse/LDoubleNumber.cs +++ b/src/UnluacNET/Parse/LDoubleNumber.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LFloatNumber.cs b/src/UnluacNET/Parse/LFloatNumber.cs index f020bfd..77d03d0 100644 --- a/src/UnluacNET/Parse/LFloatNumber.cs +++ b/src/UnluacNET/Parse/LFloatNumber.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LFunction.cs b/src/UnluacNET/Parse/LFunction.cs index e530503..576d40d 100644 --- a/src/UnluacNET/Parse/LFunction.cs +++ b/src/UnluacNET/Parse/LFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LFunctionType.cs b/src/UnluacNET/Parse/LFunctionType.cs index b391a17..bfaf774 100644 --- a/src/UnluacNET/Parse/LFunctionType.cs +++ b/src/UnluacNET/Parse/LFunctionType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LFunctionType52.cs b/src/UnluacNET/Parse/LFunctionType52.cs index 41092d5..d26e59b 100644 --- a/src/UnluacNET/Parse/LFunctionType52.cs +++ b/src/UnluacNET/Parse/LFunctionType52.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LIntNumber.cs b/src/UnluacNET/Parse/LIntNumber.cs index b0aaec7..96b70a3 100644 --- a/src/UnluacNET/Parse/LIntNumber.cs +++ b/src/UnluacNET/Parse/LIntNumber.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LLocal.cs b/src/UnluacNET/Parse/LLocal.cs index 3487618..a1c85f7 100644 --- a/src/UnluacNET/Parse/LLocal.cs +++ b/src/UnluacNET/Parse/LLocal.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LLocalType.cs b/src/UnluacNET/Parse/LLocalType.cs index eafd30c..e4eed35 100644 --- a/src/UnluacNET/Parse/LLocalType.cs +++ b/src/UnluacNET/Parse/LLocalType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LLongNumber.cs b/src/UnluacNET/Parse/LLongNumber.cs index f0ad2e2..074ea54 100644 --- a/src/UnluacNET/Parse/LLongNumber.cs +++ b/src/UnluacNET/Parse/LLongNumber.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LNil.cs b/src/UnluacNET/Parse/LNil.cs index fe21ec5..e880b2a 100644 --- a/src/UnluacNET/Parse/LNil.cs +++ b/src/UnluacNET/Parse/LNil.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LNumber.cs b/src/UnluacNET/Parse/LNumber.cs index 117145a..266f357 100644 --- a/src/UnluacNET/Parse/LNumber.cs +++ b/src/UnluacNET/Parse/LNumber.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LNumberType.cs b/src/UnluacNET/Parse/LNumberType.cs index 160288e..a1f63e7 100644 --- a/src/UnluacNET/Parse/LNumberType.cs +++ b/src/UnluacNET/Parse/LNumberType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LObject.cs b/src/UnluacNET/Parse/LObject.cs index a560a55..99f0288 100644 --- a/src/UnluacNET/Parse/LObject.cs +++ b/src/UnluacNET/Parse/LObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LSourceLines.cs b/src/UnluacNET/Parse/LSourceLines.cs index 8d940a1..04788e3 100644 --- a/src/UnluacNET/Parse/LSourceLines.cs +++ b/src/UnluacNET/Parse/LSourceLines.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LString.cs b/src/UnluacNET/Parse/LString.cs index c22a692..8df4ad6 100644 --- a/src/UnluacNET/Parse/LString.cs +++ b/src/UnluacNET/Parse/LString.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LStringType.cs b/src/UnluacNET/Parse/LStringType.cs index 9dfe93c..d034280 100644 --- a/src/UnluacNET/Parse/LStringType.cs +++ b/src/UnluacNET/Parse/LStringType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LUpvalue.cs b/src/UnluacNET/Parse/LUpvalue.cs index 351a359..5d09d29 100644 --- a/src/UnluacNET/Parse/LUpvalue.cs +++ b/src/UnluacNET/Parse/LUpvalue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Parse/LUpvalueType.cs b/src/UnluacNET/Parse/LUpvalueType.cs index 8166b41..2409c31 100644 --- a/src/UnluacNET/Parse/LUpvalueType.cs +++ b/src/UnluacNET/Parse/LUpvalueType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/UnluacNET/Version.cs b/src/UnluacNET/Version.cs index ebb2e1a..8af32a7 100644 --- a/src/UnluacNET/Version.cs +++ b/src/UnluacNET/Version.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/ZipAssembly/ZipAssembly/ZipAssembly.cs b/src/ZipAssembly/ZipAssembly/ZipAssembly.cs index ec427a2..238bd79 100644 --- a/src/ZipAssembly/ZipAssembly/ZipAssembly.cs +++ b/src/ZipAssembly/ZipAssembly/ZipAssembly.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/src/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs b/src/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs index addc1ea..a5d8377 100644 --- a/src/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs +++ b/src/ZipAssembly/ZipAssembly/ZipAssemblyLoadException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023, Els_kom org. +// Copyright (c) 2018-2024, Els_kom org. // https://github.com/Elskom/ // All rights reserved. // license: MIT, see LICENSE for more details. diff --git a/stylecop.json b/stylecop.json index 84430c4..d4df871 100644 --- a/stylecop.json +++ b/stylecop.json @@ -12,8 +12,10 @@ }, "documentationRules": { "companyName": "Els_kom org.", - "copyrightText": "Copyright (c) 2018-2023, {companyName}\nhttps://github.com/Elskom/\nAll rights reserved.\nlicense: MIT, see LICENSE for more details.", + "copyrightText": "Copyright (c) 2018-2024, {companyName}\nhttps://github.com/Elskom/\nAll rights reserved.\nlicense: MIT, see LICENSE for more details.", "documentInternalElements": false, + "documentInterfaces": false, + "documentExposedElements": true, "xmlHeader": false } }