From 3f112e8689405eaad79bd1f8f0bc8d598c8f7fc1 Mon Sep 17 00:00:00 2001 From: xuyanghuang Date: Mon, 7 Jul 2025 11:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0LICENSE=E7=9A=84=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E4=B8=BB=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content/Localization/UnLua/UnLua.manifest | Bin 115984 -> 115930 bytes .../Localization/UnLua/zh-Hans/UnLua.archive | Bin 80600 -> 80492 bytes LICENSE.TXT | 4 ++-- .../Content/Localization/UnLua/UnLua.manifest | Bin 115984 -> 115930 bytes .../Localization/UnLua/zh-Hans/UnLua.archive | Bin 80600 -> 80492 bytes .../Source/ThirdParty/Lua/CMakeLists.txt | 2 +- .../UnLua/Source/ThirdParty/Lua/Lua.Build.cs | 2 +- .../UnLua/Private/BaseLib/LuaLib_Array.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Class.cpp | 2 +- .../Private/BaseLib/LuaLib_DataTable.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Delegate.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Enum.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Enum.h | 2 +- .../UnLua/Private/BaseLib/LuaLib_Key.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Map.cpp | 2 +- .../BaseLib/LuaLib_MulticastDelegate.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Object.cpp | 2 +- .../Private/BaseLib/LuaLib_PrimitiveTypes.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Set.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_Text.cpp | 2 +- .../UnLua/Private/BaseLib/LuaLib_World.cpp | 2 +- .../UnLua/Source/UnLua/Private/Binding.cpp | 2 +- .../Source/UnLua/Private/CollisionHelper.cpp | 2 +- .../Source/UnLua/Private/CollisionHelper.h | 2 +- .../UnLua/Private/Containers/LuaArray.h | 2 +- .../Containers/LuaContainerInterface.h | 2 +- .../Source/UnLua/Private/Containers/LuaMap.h | 2 +- .../Source/UnLua/Private/Containers/LuaSet.h | 2 +- .../UnLua/Private/DefaultParamCollection.cpp | 2 +- .../UnLua/Private/DefaultParamCollection.h | 2 +- .../UnLua/Source/UnLua/Private/LuaCore.cpp | 2 +- Plugins/UnLua/Source/UnLua/Private/LuaCore.h | 2 +- .../Source/UnLua/Private/LuaDanglingCheck.cpp | 2 +- .../Source/UnLua/Private/LuaDanglingCheck.h | 2 +- .../Source/UnLua/Private/LuaDeadLoopCheck.cpp | 2 +- .../Source/UnLua/Private/LuaDeadLoopCheck.h | 2 +- .../UnLua/Private/LuaDelegateHandler.cpp | 2 +- .../UnLua/Private/LuaDynamicBinding.cpp | 2 +- .../Source/UnLua/Private/LuaDynamicBinding.h | 2 +- Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp | 2 +- .../Source/UnLua/Private/LuaEnvLocator.cpp | 2 +- .../Source/UnLua/Private/LuaFunction.cpp | 2 +- .../Source/UnLua/Private/LuaModuleLocator.cpp | 2 +- .../UnLua/Source/UnLua/Private/LuaOverrides.h | 2 +- .../UnLua/Private/LuaOverridesClass.cpp | 2 +- .../UnLua/Source/UnLua/Private/LuaValue.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FColor.cpp | 2 +- .../Private/MathLib/LuaLib_FIntPoint.cpp | 2 +- .../Private/MathLib/LuaLib_FIntVector.cpp | 2 +- .../Private/MathLib/LuaLib_FLinearColor.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FQuat.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FRotator.cpp | 2 +- .../Private/MathLib/LuaLib_FTransform.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FVector.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FVector2.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_FVector4.cpp | 2 +- .../UnLua/Private/MathLib/LuaLib_Math.h | 2 +- .../Source/UnLua/Private/ObjectReferencer.h | 2 +- .../Private/ReflectionUtils/ClassDesc.cpp | 2 +- .../UnLua/Private/ReflectionUtils/ClassDesc.h | 2 +- .../Private/ReflectionUtils/EnumDesc.cpp | 2 +- .../UnLua/Private/ReflectionUtils/EnumDesc.h | 2 +- .../UnLua/Private/ReflectionUtils/FieldDesc.h | 2 +- .../Private/ReflectionUtils/FunctionDesc.cpp | 2 +- .../Private/ReflectionUtils/FunctionDesc.h | 2 +- .../ReflectionUtils/ParamBufferAllocator.h | 2 +- .../Private/ReflectionUtils/PropertyDesc.cpp | 2 +- .../Private/ReflectionUtils/PropertyDesc.h | 2 +- .../Private/Registries/ClassRegistry.cpp | 2 +- .../UnLua/Private/Registries/ClassRegistry.h | 2 +- .../Private/Registries/ContainerRegistry.cpp | 2 +- .../Private/Registries/ContainerRegistry.h | 2 +- .../Private/Registries/DelegateRegistry.cpp | 2 +- .../Private/Registries/DelegateRegistry.h | 2 +- .../UnLua/Private/Registries/EnumRegistry.cpp | 2 +- .../UnLua/Private/Registries/EnumRegistry.h | 2 +- .../Private/Registries/FunctionRegistry.h | 2 +- .../Private/Registries/ObjectRegistry.cpp | 2 +- .../UnLua/Private/Registries/ObjectRegistry.h | 2 +- .../Private/Registries/PropertyRegistry.h | 2 +- Plugins/UnLua/Source/UnLua/Private/UELib.cpp | 2 +- Plugins/UnLua/Source/UnLua/Private/UELib.h | 2 +- .../UnLua/Source/UnLua/Private/UnLuaBase.cpp | 2 +- .../Source/UnLua/Private/UnLuaCompatibility.h | 2 +- .../UnLua/Private/UnLuaConsoleCommands.h | 2 +- .../Source/UnLua/Private/UnLuaDebugBase.cpp | 2 +- .../Source/UnLua/Private/UnLuaDelegates.cpp | 2 +- .../UnLua/Private/UnLuaFunctionLibrary.cpp | 2 +- .../UnLua/Private/UnLuaLatentAction.cpp | 2 +- .../Source/UnLua/Private/UnLuaLegacy.cpp | 2 +- Plugins/UnLua/Source/UnLua/Private/UnLuaLib.h | 2 +- .../Source/UnLua/Private/UnLuaManager.cpp | 2 +- .../Source/UnLua/Private/UnLuaModule.cpp | 2 +- .../UnLua/Source/UnLua/Private/UnLuaPrivate.h | 2 +- .../Source/UnLua/Private/UnLuaSettings.cpp | 2 +- Plugins/UnLua/Source/UnLua/Public/Binding.h | 2 +- .../UnLua/Source/UnLua/Public/LowLevel.cpp | 2 +- Plugins/UnLua/Source/UnLua/Public/LowLevel.h | 2 +- .../Source/UnLua/Public/LuaDelegateHandler.h | 2 +- Plugins/UnLua/Source/UnLua/Public/LuaEnv.h | 2 +- .../UnLua/Source/UnLua/Public/LuaEnvLocator.h | 2 +- .../UnLua/Source/UnLua/Public/LuaFunction.h | 2 +- .../Source/UnLua/Public/LuaModuleLocator.h | 2 +- .../Source/UnLua/Public/LuaOverridesClass.h | 2 +- Plugins/UnLua/Source/UnLua/Public/LuaValue.h | 2 +- Plugins/UnLua/Source/UnLua/Public/UnLua.h | 2 +- Plugins/UnLua/Source/UnLua/Public/UnLuaBase.h | 2 +- .../Source/UnLua/Public/UnLuaDebugBase.h | 2 +- .../Source/UnLua/Public/UnLuaDelegates.h | 2 +- Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h | 2 +- Plugins/UnLua/Source/UnLua/Public/UnLuaEx.inl | 2 +- .../UnLua/Public/UnLuaFunctionLibrary.h | 2 +- .../Source/UnLua/Public/UnLuaInterface.h | 2 +- .../Source/UnLua/Public/UnLuaLatentAction.h | 2 +- .../UnLua/Source/UnLua/Public/UnLuaLegacy.h | 2 +- .../UnLua/Source/UnLua/Public/UnLuaManager.h | 2 +- .../UnLua/Source/UnLua/Public/UnLuaModule.h | 2 +- .../UnLua/Source/UnLua/Public/UnLuaSettings.h | 2 +- .../UnLua/Source/UnLua/Public/UnLuaTemplate.h | 2 +- Plugins/UnLua/Source/UnLua/Public/lua.hpp | 2 +- Plugins/UnLua/Source/UnLua/UnLua.Build.cs | 2 +- .../Private/UnLuaDefaultParamCollector.cpp | 2 +- .../UnLuaDefaultParamCollector.Build.cs | 2 +- .../UnLuaIntelliSenseCommandlet.cpp | 2 +- .../Private/Compat/UObjectHash.cpp | 2 +- .../UnLuaEditor/Private/Compat/UObjectHash.h | 2 +- .../Toolbars/AnimationBlueprintToolbar.cpp | 2 +- .../Toolbars/AnimationBlueprintToolbar.h | 2 +- .../Private/Toolbars/BlueprintToolbar.cpp | 2 +- .../Private/Toolbars/BlueprintToolbar.h | 2 +- .../Private/Toolbars/MainMenuToolbar.cpp | 2 +- .../Private/Toolbars/MainMenuToolbar.h | 2 +- .../Private/Toolbars/UnLuaEditorToolbar.h | 2 +- .../UnLuaEditor/Private/UnLuaAboutScreen.cpp | 4 ++-- .../UnLuaEditor/Private/UnLuaAboutScreen.h | 2 +- .../Private/UnLuaEditorCommands.cpp | 2 +- .../UnLuaEditor/Private/UnLuaEditorCommands.h | 2 +- .../UnLuaEditor/Private/UnLuaEditorCore.cpp | 2 +- .../UnLuaEditor/Private/UnLuaEditorCore.h | 2 +- .../Private/UnLuaEditorFunctionLibrary.cpp | 2 +- .../Private/UnLuaEditorFunctionLibrary.h | 2 +- .../UnLuaEditor/Private/UnLuaEditorModule.cpp | 2 +- .../Private/UnLuaEditorSettings.cpp | 2 +- .../UnLuaEditor/Private/UnLuaEditorSettings.h | 2 +- .../UnLuaEditor/Private/UnLuaEditorStyle.cpp | 2 +- .../UnLuaEditor/Private/UnLuaEditorStyle.h | 2 +- .../UnLuaEditor/Private/UnLuaIntelliSense.cpp | 2 +- .../Private/UnLuaIntelliSenseGenerator.cpp | 2 +- .../Commandlets/UnLuaIntelliSenseCommandlet.h | 2 +- .../UnLuaEditor/Public/UnLuaIntelliSense.h | 2 +- .../Public/UnLuaIntelliSenseGenerator.h | 2 +- .../Source/UnLuaEditor/UnLuaEditor.Build.cs | 2 +- .../LuaProtobuf/Source/LuaProtobuf.Build.cs | 2 +- .../Source/Private/LuaProtobufModule.cpp | 2 +- .../Source/Public/LuaProtobufModule.h | 2 +- .../LuaRapidjson/Source/LuaRapidjson.Build.cs | 2 +- .../Source/Private/LuaRapidjsonModule.cpp | 2 +- .../Source/Public/LuaRapidjsonModule.h | 2 +- .../Source/include/rapidjson/allocators.h | 2 +- .../include/rapidjson/cursorstreamwrapper.h | 2 +- .../Source/include/rapidjson/document.h | 2 +- .../Source/include/rapidjson/encodedstream.h | 2 +- .../Source/include/rapidjson/encodings.h | 2 +- .../Source/include/rapidjson/error/en.h | 2 +- .../Source/include/rapidjson/error/error.h | 2 +- .../Source/include/rapidjson/filereadstream.h | 2 +- .../include/rapidjson/filewritestream.h | 2 +- .../Source/include/rapidjson/fwd.h | 2 +- .../include/rapidjson/internal/biginteger.h | 2 +- .../Source/include/rapidjson/internal/clzll.h | 2 +- .../Source/include/rapidjson/internal/diyfp.h | 2 +- .../Source/include/rapidjson/internal/dtoa.h | 2 +- .../include/rapidjson/internal/ieee754.h | 2 +- .../Source/include/rapidjson/internal/itoa.h | 2 +- .../Source/include/rapidjson/internal/meta.h | 2 +- .../Source/include/rapidjson/internal/pow10.h | 2 +- .../Source/include/rapidjson/internal/regex.h | 2 +- .../Source/include/rapidjson/internal/stack.h | 2 +- .../include/rapidjson/internal/strfunc.h | 2 +- .../include/rapidjson/internal/strtod.h | 2 +- .../Source/include/rapidjson/internal/swap.h | 2 +- .../Source/include/rapidjson/istreamwrapper.h | 2 +- .../Source/include/rapidjson/memorybuffer.h | 2 +- .../Source/include/rapidjson/memorystream.h | 2 +- .../include/rapidjson/msinttypes/inttypes.h | 4 ++-- .../include/rapidjson/msinttypes/stdint.h | 4 ++-- .../Source/include/rapidjson/ostreamwrapper.h | 2 +- .../Source/include/rapidjson/pointer.h | 2 +- .../Source/include/rapidjson/prettywriter.h | 2 +- .../Source/include/rapidjson/rapidjson.h | 2 +- .../Source/include/rapidjson/reader.h | 2 +- .../Source/include/rapidjson/schema.h | 2 +- .../Source/include/rapidjson/stream.h | 2 +- .../Source/include/rapidjson/stringbuffer.h | 2 +- .../Source/include/rapidjson/writer.h | 2 +- .../LuaSocket/Source/LuaSocket.Build.cs | 2 +- .../Source/Private/LuaSocketModule.cpp | 2 +- .../LuaSocket/Source/Public/LuaSocketModule.h | 2 +- .../Perfs/UnLuaBenchmarkFunctionLibrary.cpp | 2 +- .../Private/Perfs/UnLuaBenchmarkProxy.cpp | 2 +- .../Private/Specs/LuaDeadLoopCheck.spec.cpp | 2 +- .../Private/Specs/LuaEnv.spec.cpp | 2 +- .../Private/Specs/LuaLib_Array.spec.cpp | 2 +- .../Private/Specs/LuaLib_Class.spec.cpp | 2 +- .../Private/Specs/LuaLib_DataTable.spec.cpp | 2 +- .../Private/Specs/LuaLib_Delegate.spec.cpp | 2 +- .../Private/Specs/LuaLib_FColor.spec.cpp | 2 +- .../Private/Specs/LuaLib_FIntPoint.spec.cpp | 2 +- .../Private/Specs/LuaLib_FIntVector.spec.cpp | 2 +- .../Specs/LuaLib_FLinearColor.spec.cpp | 2 +- .../Private/Specs/LuaLib_FQuat.spec.cpp | 2 +- .../Private/Specs/LuaLib_FRotator.spec.cpp | 2 +- .../Private/Specs/LuaLib_FTransform.spec.cpp | 2 +- .../Private/Specs/LuaLib_FVector.spec.cpp | 2 +- .../Private/Specs/LuaLib_FVector2.spec.cpp | 2 +- .../Private/Specs/LuaLib_FVector4.spec.cpp | 2 +- .../Private/Specs/LuaLib_Key.spec.cpp | 2 +- .../Private/Specs/LuaLib_Map.spec.cpp | 2 +- .../Specs/LuaLib_MulticastDelegate.spec.cpp | 2 +- .../Private/Specs/LuaLib_Object.spec.cpp | 2 +- .../Private/Specs/LuaLib_Set.spec.cpp | 2 +- .../Private/Specs/LuaLib_World.spec.cpp | 2 +- .../Private/Specs/UELib.spec.cpp | 2 +- .../Private/Specs/UnLuaBase.spec.cpp | 2 +- .../Private/Specs/UnLuaEnum.spec.cpp | 2 +- .../Private/Specs/UnLuaEx.spec.cpp | 2 +- .../UnLuaTestSuite/Private/TestCommands.cpp | 2 +- .../Private/Tests/BindingTest.cpp | 2 +- .../Private/Tests/Issue276Test.cpp | 2 +- .../Private/Tests/Issue279Test.cpp | 2 +- .../Private/Tests/Issue284Test.cpp | 2 +- .../Private/Tests/Issue286Test.cpp | 2 +- .../Private/Tests/Issue288Test.cpp | 2 +- .../Private/Tests/Issue289Test.cpp | 2 +- .../Private/Tests/Issue291Test.cpp | 2 +- .../Private/Tests/Issue292Test.cpp | 2 +- .../Private/Tests/Issue293Test.cpp | 2 +- .../Private/Tests/Issue294Test.cpp | 2 +- .../Private/Tests/Issue295Test.cpp | 2 +- .../Private/Tests/Issue300Test.cpp | 2 +- .../Private/Tests/Issue303Test.cpp | 2 +- .../Private/Tests/Issue304Test.cpp | 2 +- .../Private/Tests/Issue314Test.cpp | 2 +- .../Private/Tests/Issue321Test.cpp | 2 +- .../Private/Tests/Issue322Test.cpp | 2 +- .../Private/Tests/Issue323Test.cpp | 2 +- .../Private/Tests/Issue328Test.cpp | 2 +- .../Private/Tests/Issue331Test.cpp | 2 +- .../Private/Tests/Issue344Test.cpp | 2 +- .../Private/Tests/Issue346Test.cpp | 2 +- .../Private/Tests/Issue362Test.cpp | 2 +- .../Private/Tests/Issue366Test.cpp | 2 +- .../Private/Tests/Issue367Test.cpp | 2 +- .../Private/Tests/Issue372Test.cpp | 2 +- .../Private/Tests/Issue375Test.cpp | 2 +- .../Private/Tests/Issue376Test.cpp | 2 +- .../Private/Tests/Issue386Test.cpp | 2 +- .../Private/Tests/Issue398Test.cpp | 2 +- .../Private/Tests/Issue398Test.h | 2 +- .../Private/Tests/Issue398TestInterface.h | 2 +- .../Private/Tests/Issue400Test.cpp | 2 +- .../Private/Tests/Issue401Test.cpp | 2 +- .../Private/Tests/Issue407Test.cpp | 2 +- .../Private/Tests/Issue430Test.cpp | 2 +- .../Private/Tests/Issue432Test.cpp | 2 +- .../Private/Tests/Issue434Test.cpp | 2 +- .../Private/Tests/Issue443Test.cpp | 2 +- .../Private/Tests/Issue445Test.cpp | 2 +- .../Private/Tests/Issue446Test.cpp | 2 +- .../Private/Tests/Issue453Test.cpp | 2 +- .../Private/Tests/Issue455Test.cpp | 2 +- .../Private/Tests/Issue471Test.cpp | 2 +- .../Private/Tests/Issue473Test.cpp | 2 +- .../Private/Tests/Issue476Test.cpp | 2 +- .../Private/Tests/Issue477Test.cpp | 2 +- .../Private/Tests/Issue494IFOperationTip.h | 2 +- .../Private/Tests/Issue500Test.h | 2 +- .../Private/Tests/Issue517Test.cpp | 2 +- .../Private/Tests/Issue517Test.h | 2 +- .../Private/Tests/Issue539Test.cpp | 2 +- .../Private/Tests/Issue539Test.h | 2 +- .../Private/Tests/Issue554Test.cpp | 2 +- .../Private/Tests/Issue554Test.h | 2 +- .../Private/Tests/Issue556Test.cpp | 2 +- .../Private/Tests/Issue556Test.h | 2 +- .../Private/Tests/Issue561Test.cpp | 2 +- .../Private/Tests/Issue561Test.h | 2 +- .../Private/Tests/Issue562Test.cpp | 2 +- .../Private/Tests/Issue566Test.cpp | 2 +- .../Private/Tests/Issue566Test.h | 2 +- .../Private/Tests/Issue583Test.cpp | 2 +- .../Private/Tests/Issue583Test.h | 2 +- .../Private/Tests/Issue585Test.cpp | 2 +- .../Private/Tests/Issue595Test.cpp | 2 +- .../Private/Tests/Issue595Test.h | 2 +- .../Private/Tests/Issue595TestInterface.h | 2 +- .../Private/Tests/Issue603Test.cpp | 2 +- .../Private/Tests/Issue634Test.cpp | 2 +- .../Private/Tests/Issue634Test.h | 2 +- .../Private/Tests/Issue660Test.cpp | 2 +- .../Private/Tests/Issue668Test.cpp | 2 +- .../Private/Tests/IssueOverridesTest.cpp | 2 +- .../Private/Tests/IssueOverridesTest.h | 2 +- .../Private/Tests/OutParamTest.cpp | 2 +- .../Private/Tests/OutParamTest.h | 2 +- .../Private/UnLuaTestCommon.cpp | 2 +- .../Private/UnLuaTestHelpers.cpp | 2 +- .../Perfs/UnLuaBenchmarkFunctionLibrary.h | 2 +- .../Public/Perfs/UnLuaBenchmarkProxy.h | 2 +- .../UnLuaTestSuite/Public/TestCommands.h | 2 +- .../UnLuaTestSuite/Public/UnLuaTestCommon.h | 2 +- .../UnLuaTestSuite/Public/UnLuaTestHelpers.h | 2 +- .../UnLuaTestSuite/Public/UnLuaTestSuite.h | 2 +- .../UnLuaTestSuite/UnLuaTestSuite.Build.cs | 2 +- .../Source/UnLuaTestSuite/UnLuaTestSuite.cpp | 2 +- Source/TPSProject.Target.cs | 17 +++++++++++++---- Source/TPSProject/TPSGameInstance.cpp | 2 +- Source/TPSProject/TPSGameInstance.h | 2 +- Source/TPSProject/TPSProject.Build.cs | 2 +- Source/TPSProject/TPSProject.cpp | 2 +- Source/TPSProject/TPSProject.h | 2 +- Source/TPSProjectEditor.Target.cs | 18 +++++++++++++----- Source/TPSProjectServer.Target.cs | 2 +- 323 files changed, 347 insertions(+), 330 deletions(-) diff --git a/Content/Localization/UnLua/UnLua.manifest b/Content/Localization/UnLua/UnLua.manifest index d5f2b1c9e4f4d1c476ba75ef1e1a53900b7fb3b8..83608fa33c1ef437c3d26e48a112cc1a33be6284 100644 GIT binary patch delta 30 jcmbQx#eS=keZ#+C?o@_6hGYg1S<-ADvfVy}@nQi0ttAS# delta 84 zcmccB$v&ZreZ#+CM-K)c1_cI31|tSbAnn7D$&d@gB@C$yDGWM5kwhR40rK(~lEGvN ake|$u4^&kEl*?nNY~~Ev&KbgZu>b%#trGzN diff --git a/Content/Localization/UnLua/zh-Hans/UnLua.archive b/Content/Localization/UnLua/zh-Hans/UnLua.archive index 331ebd63ef59c75c2cfae7a174b89f6841a9f063..2ea5117a3a55bc4f4b9dccffc0099d31942831d2 100644 GIT binary patch delta 50 ucmccdmF3MBmJMun+^GzC49N^2vShNaec)t;7Qe|4Y}Js(H~ZRm{{{fZ-VsUw delta 150 zcmaF!h2_RqmJMunjvfp?3GTD3`}jIa$!|DCMSXerVVI8vtcGASD0* diff --git a/LICENSE.TXT b/LICENSE.TXT index 90cdbbbdf..248895063 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,6 +1,6 @@ Tencent is pleased to support the open source community by making UnLua available. -Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2019 Tencent. All rights reserved. UnLua is licensed under the MIT License, including the third-party component listed below. @@ -9,7 +9,7 @@ A copy of the MIT License is included in this file. Other dependency and license: -Open Source Software Licensed Under the MIT License: The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications"). All Tencent Modifications are Copyright (C) 2019 THL A29 Limited. +Open Source Software Licensed Under the MIT License: The below software in this distribution may have been modified by Tencent. All Tencent Modifications are Copyright (C) 2019 Tencent. -------------------------------------------------------------------- 1. Lua 5.3.4 Copyright (C) 1994-2019 Lua.org, PUC-Rio. diff --git a/Plugins/UnLua/Content/Localization/UnLua/UnLua.manifest b/Plugins/UnLua/Content/Localization/UnLua/UnLua.manifest index d5f2b1c9e4f4d1c476ba75ef1e1a53900b7fb3b8..83608fa33c1ef437c3d26e48a112cc1a33be6284 100644 GIT binary patch delta 30 jcmbQx#eS=keZ#+C?o@_6hGYg1S<-ADvfVy}@nQi0ttAS# delta 84 zcmccB$v&ZreZ#+CM-K)c1_cI31|tSbAnn7D$&d@gB@C$yDGWM5kwhR40rK(~lEGvN ake|$u4^&kEl*?nNY~~Ev&KbgZu>b%#trGzN diff --git a/Plugins/UnLua/Content/Localization/UnLua/zh-Hans/UnLua.archive b/Plugins/UnLua/Content/Localization/UnLua/zh-Hans/UnLua.archive index 331ebd63ef59c75c2cfae7a174b89f6841a9f063..2ea5117a3a55bc4f4b9dccffc0099d31942831d2 100644 GIT binary patch delta 50 ucmccdmF3MBmJMun+^GzC49N^2vShNaec)t;7Qe|4Y}Js(H~ZRm{{{fZ-VsUw delta 150 zcmaF!h2_RqmJMunjvfp?3GTD3`}jIa$!|DCMSXerVVI8vtcGASD0* diff --git a/Plugins/UnLua/Source/ThirdParty/Lua/CMakeLists.txt b/Plugins/UnLua/Source/ThirdParty/Lua/CMakeLists.txt index 758e0d0be..430373099 100644 --- a/Plugins/UnLua/Source/ThirdParty/Lua/CMakeLists.txt +++ b/Plugins/UnLua/Source/ThirdParty/Lua/CMakeLists.txt @@ -1,6 +1,6 @@ # Tencent is pleased to support the open source community by making UnLua available. # -# Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +# Copyright (C) 2019 Tencent. All rights reserved. # # Licensed under the MIT License (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/ThirdParty/Lua/Lua.Build.cs b/Plugins/UnLua/Source/ThirdParty/Lua/Lua.Build.cs index c2db3e5f3..5c4a0cba5 100644 --- a/Plugins/UnLua/Source/ThirdParty/Lua/Lua.Build.cs +++ b/Plugins/UnLua/Source/ThirdParty/Lua/Lua.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Array.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Array.cpp index ce31947fa..41daabdb1 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Array.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Array.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Class.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Class.cpp index e58aca190..e9486ccad 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Class.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Class.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp index 4210f42fe..02899498a 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Delegate.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Delegate.cpp index 0e7405b6e..926e2988d 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Delegate.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Delegate.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.cpp index eb62c84ab..65c5471bd 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.h b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.h index 92036ee50..a1729c320 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.h +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Enum.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Key.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Key.cpp index ea187c530..60f92a908 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Key.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Key.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License")) // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Map.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Map.cpp index 129dae792..e15f59e21 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Map.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Map.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp index 728846244..11df81c37 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Object.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Object.cpp index 333421ebb..eaa396939 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Object.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Object.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_PrimitiveTypes.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_PrimitiveTypes.cpp index dd08a8e5f..deb0bdbf2 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_PrimitiveTypes.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_PrimitiveTypes.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Set.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Set.cpp index c450ae2c6..fe75e9687 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Set.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Set.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Text.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Text.cpp index 4c67033f0..975e950b7 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Text.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Text.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_World.cpp b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_World.cpp index 217e549f5..50d04f300 100644 --- a/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_World.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_World.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Binding.cpp b/Plugins/UnLua/Source/UnLua/Private/Binding.cpp index 1a4ace2b5..b22bfd330 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Binding.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Binding.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.cpp b/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.cpp index 4360e0186..bcd5c58a0 100644 --- a/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.h b/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.h index 35ef02f2e..87a062203 100644 --- a/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.h +++ b/Plugins/UnLua/Source/UnLua/Private/CollisionHelper.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h index ca9b8d5ab..e26808d22 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h +++ b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaContainerInterface.h b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaContainerInterface.h index 59ed81fb1..264af0cd9 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaContainerInterface.h +++ b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaContainerInterface.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h index 8065a226e..016436ff1 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h +++ b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h index c4ddf2ae2..f02c6e0ad 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h +++ b/Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.cpp b/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.cpp index 1626b3cc3..2ac34ab39 100644 --- a/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.h b/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.h index 857a871fe..4d77d69f9 100644 --- a/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.h +++ b/Plugins/UnLua/Source/UnLua/Private/DefaultParamCollection.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp index 4ae9d37a8..442b7d03b 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaCore.h b/Plugins/UnLua/Source/UnLua/Private/LuaCore.h index c22438ea0..10c59820e 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaCore.h +++ b/Plugins/UnLua/Source/UnLua/Private/LuaCore.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.cpp index c0f49fc40..1914c3c1f 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.h b/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.h index b453df215..6ca3e172f 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.h +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.cpp index de6b34ea5..6113a89c0 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.h b/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.h index ef94de398..7594e8f57 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.h +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp index 9265e3e2d..45f726f6b 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp index 1fb82f669..95e272e7a 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.h b/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.h index 4fcc699e6..1bffb1d6f 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.h +++ b/Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp index 913270a7f..a1fd674b2 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaEnvLocator.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaEnvLocator.cpp index 3d5a575f3..d4c496764 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaEnvLocator.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaEnvLocator.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp index 100d23982..59def9da3 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaModuleLocator.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaModuleLocator.cpp index ef5dfccf9..c23f40b7b 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaModuleLocator.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaModuleLocator.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaOverrides.h b/Plugins/UnLua/Source/UnLua/Private/LuaOverrides.h index d514f4691..033a5cee2 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaOverrides.h +++ b/Plugins/UnLua/Source/UnLua/Private/LuaOverrides.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaOverridesClass.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaOverridesClass.cpp index 52e138b5f..cc3b43e05 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaOverridesClass.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaOverridesClass.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp b/Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp index 9f5b089fa..321288272 100644 --- a/Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FColor.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FColor.cpp index b0b0754a1..57e4421d9 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FColor.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FColor.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntPoint.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntPoint.cpp index 2ffbfe5db..6fe3f1faf 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntPoint.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntPoint.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntVector.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntVector.cpp index 789ec7928..001cf8a59 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntVector.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FIntVector.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FLinearColor.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FLinearColor.cpp index e929251e7..fdc1a4efb 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FLinearColor.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FLinearColor.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FQuat.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FQuat.cpp index e68f5fa96..49989b1fc 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FQuat.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FQuat.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FRotator.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FRotator.cpp index 1c10e19c2..1eabd5d39 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FRotator.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FRotator.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FTransform.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FTransform.cpp index 6ca39834f..e3ad82ffc 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FTransform.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FTransform.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector.cpp index f9608ca50..e2acbe458 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector2.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector2.cpp index bc1b70e79..cd5bd811f 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector2.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector2.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector4.cpp b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector4.cpp index b382f7dc5..1860261ea 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector4.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FVector4.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h index 62925aad5..f9ed67f88 100644 --- a/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h +++ b/Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h b/Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h index 47d2bf726..0ce6e3a53 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h +++ b/Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.cpp b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.cpp index 188748e81..69e154bb8 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h index 2a208108f..ededa8ce1 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp index a99e7bd9e..051b4c563 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h index e4dba41dc..97a26a7e2 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FieldDesc.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FieldDesc.h index 194d8f0ee..80919974b 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FieldDesc.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FieldDesc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp index c763221bd..5b8e979ef 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.h index e403a47c8..b45973e8a 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ParamBufferAllocator.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ParamBufferAllocator.h index d6bfb08d7..199c46c70 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ParamBufferAllocator.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ParamBufferAllocator.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.cpp b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.cpp index 4ed099307..95ccc657d 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h index f0b1450d8..b4403be26 100644 --- a/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h +++ b/Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp b/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp index 11822eabd..6c1fbf954 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.h index 4690f30e4..dcbf483af 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.cpp b/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.cpp index b253b7b12..438ada0b3 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.h index 25c81bf32..bd18f3ce1 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp b/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp index 65ba426d2..aa59a3433 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.h index 7135c7ee8..e95ad99ec 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.cpp b/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.cpp index 54bd5e0fe..56f31098e 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.h index f36caa7a4..4c32a0db5 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/FunctionRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/FunctionRegistry.h index a58aa711a..f7d881560 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/FunctionRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/FunctionRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp b/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp index f38335b77..d1f9e36a7 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.h index 5e3dbcdbc..2767335df 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.h b/Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.h index d7dfc9322..49d624278 100644 --- a/Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.h +++ b/Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UELib.cpp b/Plugins/UnLua/Source/UnLua/Private/UELib.cpp index 00dd50728..c2e509738 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UELib.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UELib.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UELib.h b/Plugins/UnLua/Source/UnLua/Private/UELib.h index 1c28d0479..5dd0af5c4 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UELib.h +++ b/Plugins/UnLua/Source/UnLua/Private/UELib.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp index fe3b0480a..57ef0af09 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h b/Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h index 0aafcbdd9..646c7b811 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaConsoleCommands.h b/Plugins/UnLua/Source/UnLua/Private/UnLuaConsoleCommands.h index b7dcdfc4a..3373708c3 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaConsoleCommands.h +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaConsoleCommands.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp index bf8c8d2ed..1c6558b9b 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaDelegates.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaDelegates.cpp index 2aeacce8d..136fa6278 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaDelegates.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaDelegates.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaFunctionLibrary.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaFunctionLibrary.cpp index e13a5e354..8d6c4b5c9 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaFunctionLibrary.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaFunctionLibrary.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp index b07b19a9c..55c1fd9f4 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaLegacy.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaLegacy.cpp index 9a2fb01d2..6e7d35560 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaLegacy.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaLegacy.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaLib.h b/Plugins/UnLua/Source/UnLua/Private/UnLuaLib.h index 0f4c42cff..bff3ec6f1 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaLib.h +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaLib.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp index b22e7f35d..8b0991d78 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaModule.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaModule.cpp index 0333f3976..df6c069ac 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaModule.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaModule.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaPrivate.h b/Plugins/UnLua/Source/UnLua/Private/UnLuaPrivate.h index 7e9b8c566..c7ae7decd 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaPrivate.h +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaPrivate.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Private/UnLuaSettings.cpp b/Plugins/UnLua/Source/UnLua/Private/UnLuaSettings.cpp index 9fe399e0f..3996a0bd7 100644 --- a/Plugins/UnLua/Source/UnLua/Private/UnLuaSettings.cpp +++ b/Plugins/UnLua/Source/UnLua/Private/UnLuaSettings.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/Binding.h b/Plugins/UnLua/Source/UnLua/Public/Binding.h index 3163692eb..065c8d7fd 100644 --- a/Plugins/UnLua/Source/UnLua/Public/Binding.h +++ b/Plugins/UnLua/Source/UnLua/Public/Binding.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp b/Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp index eec36e6ec..f8df0bb47 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp +++ b/Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LowLevel.h b/Plugins/UnLua/Source/UnLua/Public/LowLevel.h index 66970cb97..8a6eaa609 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LowLevel.h +++ b/Plugins/UnLua/Source/UnLua/Public/LowLevel.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaDelegateHandler.h b/Plugins/UnLua/Source/UnLua/Public/LuaDelegateHandler.h index 2033dc04b..1efb85e4d 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaDelegateHandler.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaDelegateHandler.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaEnv.h b/Plugins/UnLua/Source/UnLua/Public/LuaEnv.h index aecf58dc6..13f89e437 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaEnv.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaEnv.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaEnvLocator.h b/Plugins/UnLua/Source/UnLua/Public/LuaEnvLocator.h index 52243c0c0..0bc943470 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaEnvLocator.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaEnvLocator.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaFunction.h b/Plugins/UnLua/Source/UnLua/Public/LuaFunction.h index ceeff92c4..caf2e6efc 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaFunction.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaFunction.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaModuleLocator.h b/Plugins/UnLua/Source/UnLua/Public/LuaModuleLocator.h index 8c0870fbc..a6d1f0569 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaModuleLocator.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaModuleLocator.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaOverridesClass.h b/Plugins/UnLua/Source/UnLua/Public/LuaOverridesClass.h index 997eb5e1d..2bea94fa8 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaOverridesClass.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaOverridesClass.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/LuaValue.h b/Plugins/UnLua/Source/UnLua/Public/LuaValue.h index 9456cea4a..46e70f667 100644 --- a/Plugins/UnLua/Source/UnLua/Public/LuaValue.h +++ b/Plugins/UnLua/Source/UnLua/Public/LuaValue.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLua.h b/Plugins/UnLua/Source/UnLua/Public/UnLua.h index 80d439b61..708dd0a3b 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLua.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLua.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaBase.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaBase.h index c3abc7da1..225a95b4a 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaBase.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaBase.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaDebugBase.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaDebugBase.h index 3b64f7507..53f417097 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaDebugBase.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaDebugBase.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaDelegates.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaDelegates.h index b56885497..124cb1057 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaDelegates.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaDelegates.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h index 12e1ddc3d..2bc184149 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.inl b/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.inl index 1dc4e2691..566103aed 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.inl +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaEx.inl @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaFunctionLibrary.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaFunctionLibrary.h index 6f48a849c..58a76fa37 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaFunctionLibrary.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaFunctionLibrary.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaInterface.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaInterface.h index a45f1acac..d3a10841d 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaInterface.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaInterface.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaLatentAction.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaLatentAction.h index ca67bfd40..427fb5149 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaLatentAction.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaLatentAction.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h index 418b70955..20eaf2681 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaManager.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaManager.h index f9f9df2d6..5e84edceb 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaManager.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaManager.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaModule.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaModule.h index 013a7fec6..884a5e1f1 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaModule.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaModule.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaSettings.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaSettings.h index da77d6fe2..d7a1e037c 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaSettings.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaSettings.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/UnLuaTemplate.h b/Plugins/UnLua/Source/UnLua/Public/UnLuaTemplate.h index 38b51ec9b..ccdd5555a 100644 --- a/Plugins/UnLua/Source/UnLua/Public/UnLuaTemplate.h +++ b/Plugins/UnLua/Source/UnLua/Public/UnLuaTemplate.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/Public/lua.hpp b/Plugins/UnLua/Source/UnLua/Public/lua.hpp index 9c94e95f7..88dd1afa3 100644 --- a/Plugins/UnLua/Source/UnLua/Public/lua.hpp +++ b/Plugins/UnLua/Source/UnLua/Public/lua.hpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLua/UnLua.Build.cs b/Plugins/UnLua/Source/UnLua/UnLua.Build.cs index cab95e1b8..d78a1f358 100644 --- a/Plugins/UnLua/Source/UnLua/UnLua.Build.cs +++ b/Plugins/UnLua/Source/UnLua/UnLua.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaDefaultParamCollector/Private/UnLuaDefaultParamCollector.cpp b/Plugins/UnLua/Source/UnLuaDefaultParamCollector/Private/UnLuaDefaultParamCollector.cpp index 4fdc5de82..41834d924 100644 --- a/Plugins/UnLua/Source/UnLuaDefaultParamCollector/Private/UnLuaDefaultParamCollector.cpp +++ b/Plugins/UnLua/Source/UnLuaDefaultParamCollector/Private/UnLuaDefaultParamCollector.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaDefaultParamCollector/UnLuaDefaultParamCollector.Build.cs b/Plugins/UnLua/Source/UnLuaDefaultParamCollector/UnLuaDefaultParamCollector.Build.cs index 957de1973..3a77c0852 100644 --- a/Plugins/UnLua/Source/UnLuaDefaultParamCollector/UnLuaDefaultParamCollector.Build.cs +++ b/Plugins/UnLua/Source/UnLuaDefaultParamCollector/UnLuaDefaultParamCollector.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Commandlets/UnLuaIntelliSenseCommandlet.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/Commandlets/UnLuaIntelliSenseCommandlet.cpp index 9d6589494..4d2ac18d2 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Commandlets/UnLuaIntelliSenseCommandlet.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Commandlets/UnLuaIntelliSenseCommandlet.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.cpp index 5b4c4ba8e..7b1cd80a7 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.h b/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.h index 24239a913..c45bf1450 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Compat/UObjectHash.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.cpp index b1711af57..1184d7f4f 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.h b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.h index fe7b4b1f4..646c0d8cd 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/AnimationBlueprintToolbar.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.cpp index 17186aa45..aa3ac1915 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.h b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.h index 5bb477a4d..48dcd62d1 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/BlueprintToolbar.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.cpp index 0aaf10c6f..6d7a10d0b 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.h b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.h index 399d06e45..fe66447ab 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/UnLuaEditorToolbar.h b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/UnLuaEditorToolbar.h index d116dc6ef..aa4929cc9 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/UnLuaEditorToolbar.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/UnLuaEditorToolbar.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.cpp index c98150a61..b22b6060e 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -41,7 +41,7 @@ void SUnLuaAboutScreen::Construct(const FArguments& InArgs) #endif AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright1", "https://github.com/Tencent/UnLua"), 8, FLinearColor(1.f, 1.f, 1.f), FMargin(0.f)))); AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright2", "Tencent is pleased to support the open source community by making UnLua available."), 8, FLinearColor(1.f, 1.f, 1.f), FMargin(0.0f, 8.0f)))); - AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright3", "Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved."), 8, FLinearColor(1.f, 1.f, 1.f), FMargin(0.0f, 2.0f)))); + AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright3", "Copyright (C) 2019 Tencent. All rights reserved."), 8, FLinearColor(1.f, 1.f, 1.f), FMargin(0.0f, 2.0f)))); #ifdef _MSC_VER #pragma warning(pop) #endif diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.h index 7c7bb941e..98e274459 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaAboutScreen.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.cpp index e8e291fbf..a4ca59773 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.h index 48057d974..0652b4f55 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCommands.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.cpp index 64be898f5..19dcbfc4f 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.h index ae5634cfe..473203ae0 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorCore.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.cpp index 1278e251a..6386977b6 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.h index 013062e85..a3176b0d2 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorFunctionLibrary.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorModule.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorModule.cpp index b136a0e19..66260d68f 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorModule.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorModule.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.cpp index c5e517f08..831bfb267 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.h index 6612b1601..0ca9d30e9 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.cpp index a22498f45..469852bde 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.h b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.h index a5efba671..7edb105b4 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorStyle.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp index 7e132e2d2..eab0722d0 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSenseGenerator.cpp b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSenseGenerator.cpp index 880b50744..0c9445456 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSenseGenerator.cpp +++ b/Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSenseGenerator.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Public/Commandlets/UnLuaIntelliSenseCommandlet.h b/Plugins/UnLua/Source/UnLuaEditor/Public/Commandlets/UnLuaIntelliSenseCommandlet.h index f39fe9a53..577e0fb9e 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Public/Commandlets/UnLuaIntelliSenseCommandlet.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Public/Commandlets/UnLuaIntelliSenseCommandlet.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSense.h b/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSense.h index f4de67d09..0f98b276b 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSense.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSense.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSenseGenerator.h b/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSenseGenerator.h index 24755ec0d..74ae3fb86 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSenseGenerator.h +++ b/Plugins/UnLua/Source/UnLuaEditor/Public/UnLuaIntelliSenseGenerator.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLua/Source/UnLuaEditor/UnLuaEditor.Build.cs b/Plugins/UnLua/Source/UnLuaEditor/UnLuaEditor.Build.cs index b6ef27647..5334bbe48 100644 --- a/Plugins/UnLua/Source/UnLuaEditor/UnLuaEditor.Build.cs +++ b/Plugins/UnLua/Source/UnLuaEditor/UnLuaEditor.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaProtobuf/Source/LuaProtobuf.Build.cs b/Plugins/UnLuaExtensions/LuaProtobuf/Source/LuaProtobuf.Build.cs index 6b48e9a92..bea11fea9 100644 --- a/Plugins/UnLuaExtensions/LuaProtobuf/Source/LuaProtobuf.Build.cs +++ b/Plugins/UnLuaExtensions/LuaProtobuf/Source/LuaProtobuf.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaProtobuf/Source/Private/LuaProtobufModule.cpp b/Plugins/UnLuaExtensions/LuaProtobuf/Source/Private/LuaProtobufModule.cpp index eb8449a7d..5c9185f75 100644 --- a/Plugins/UnLuaExtensions/LuaProtobuf/Source/Private/LuaProtobufModule.cpp +++ b/Plugins/UnLuaExtensions/LuaProtobuf/Source/Private/LuaProtobufModule.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaProtobuf/Source/Public/LuaProtobufModule.h b/Plugins/UnLuaExtensions/LuaProtobuf/Source/Public/LuaProtobufModule.h index d60bce587..82b5b180d 100644 --- a/Plugins/UnLuaExtensions/LuaProtobuf/Source/Public/LuaProtobufModule.h +++ b/Plugins/UnLuaExtensions/LuaProtobuf/Source/Public/LuaProtobufModule.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/LuaRapidjson.Build.cs b/Plugins/UnLuaExtensions/LuaRapidjson/Source/LuaRapidjson.Build.cs index 6aa68b015..079333b20 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/LuaRapidjson.Build.cs +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/LuaRapidjson.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/Private/LuaRapidjsonModule.cpp b/Plugins/UnLuaExtensions/LuaRapidjson/Source/Private/LuaRapidjsonModule.cpp index b54b6e9f3..01c3de216 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/Private/LuaRapidjsonModule.cpp +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/Private/LuaRapidjsonModule.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/Public/LuaRapidjsonModule.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/Public/LuaRapidjsonModule.h index b37682369..89c52f1f9 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/Public/LuaRapidjsonModule.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/Public/LuaRapidjsonModule.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/allocators.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/allocators.h index cc67c8971..8b5c494ee 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/allocators.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/allocators.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/cursorstreamwrapper.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/cursorstreamwrapper.h index 52c11a7c0..2ee624163 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/cursorstreamwrapper.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/cursorstreamwrapper.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h index 68aaae7e6..838beb280 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h index 223601c05..9c38f2b94 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h index 0b2446795..f0ee5d335 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/en.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/en.h index 2db838bff..ae4ac00d3 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/en.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/en.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/error.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/error.h index 9311d2f03..a7a4b62d0 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/error.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/error.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filereadstream.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filereadstream.h index 6b343707a..bdc31d68d 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filereadstream.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filereadstream.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filewritestream.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filewritestream.h index 8b48fee19..64a7b1314 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filewritestream.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/filewritestream.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/fwd.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/fwd.h index b74a2b819..7992bd40b 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/fwd.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/fwd.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h index 8eb87c7c0..9d0176f62 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/clzll.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/clzll.h index 6cd792349..432a9a2f2 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/clzll.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/clzll.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/diyfp.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/diyfp.h index 8f7d853a3..0faebc632 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/diyfp.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/diyfp.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/dtoa.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/dtoa.h index bf2e9b2e5..65c0e3565 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/dtoa.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/dtoa.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/ieee754.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/ieee754.h index c2684ba2a..2f4f774fb 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/ieee754.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/ieee754.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h index 9b1c45cc1..d937fdab1 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/meta.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/meta.h index d401edf85..a9d94c907 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/meta.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/meta.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/pow10.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/pow10.h index 02f475d70..d2da0eb6f 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/pow10.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/pow10.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h index af7e06de5..eba608183 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h index 45dca6a8b..f6afede4b 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strfunc.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strfunc.h index 226439a76..13db39a06 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strfunc.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strfunc.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strtod.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strtod.h index dfca22b65..9921d1cd7 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strtod.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strtod.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/swap.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/swap.h index 666e49f97..d5043db9e 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/swap.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/swap.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/istreamwrapper.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/istreamwrapper.h index c4950b9dc..dac264072 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/istreamwrapper.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/istreamwrapper.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h index 39bee1dec..f945a5b33 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorystream.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorystream.h index 1d71d8a4f..0b2043832 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorystream.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorystream.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/inttypes.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/inttypes.h index 18111286b..87072cee0 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/inttypes.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/inttypes.h @@ -31,8 +31,8 @@ /////////////////////////////////////////////////////////////////////////////// // The above software in this distribution may have been modified by -// THL A29 Limited ("Tencent Modifications"). -// All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +// Tencent. +// All Tencent Modifications are Copyright (C) 2015 Tencent. #ifndef _MSC_VER // [ #error "Use this header only with Microsoft Visual C++ compilers!" diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/stdint.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/stdint.h index 3d4477b9a..d710ee561 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/stdint.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/msinttypes/stdint.h @@ -31,8 +31,8 @@ /////////////////////////////////////////////////////////////////////////////// // The above software in this distribution may have been modified by -// THL A29 Limited ("Tencent Modifications"). -// All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +// Tencent. +// All Tencent Modifications are Copyright (C) 2015 Tencent. #ifndef _MSC_VER // [ #error "Use this header only with Microsoft Visual C++ compilers!" diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/ostreamwrapper.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/ostreamwrapper.h index 6f4667c08..959119cff 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/ostreamwrapper.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/ostreamwrapper.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h index b8143b638..0a7d6519a 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/prettywriter.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/prettywriter.h index 94eeb69db..5c13cc6bb 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/prettywriter.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/prettywriter.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/rapidjson.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/rapidjson.h index 329ce92be..d5be20a29 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/rapidjson.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/rapidjson.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h index 0f85032a7..61e9cf36c 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h index fc39d06c5..abe34060c 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available-> // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> +// Copyright (C) 2015 Tencent, and Milo Yip-> All rights reserved-> // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License-> You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stream.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stream.h index 7f2643e48..6f9190e9e 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stream.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stream.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stringbuffer.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stringbuffer.h index 4e38b82c3..acba04cdd 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stringbuffer.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stringbuffer.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/writer.h b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/writer.h index 51dd86d58..768deb19b 100644 --- a/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/writer.h +++ b/Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/writer.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making RapidJSON available. // -// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +// Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaSocket/Source/LuaSocket.Build.cs b/Plugins/UnLuaExtensions/LuaSocket/Source/LuaSocket.Build.cs index d89ff04c0..ba8d56b05 100644 --- a/Plugins/UnLuaExtensions/LuaSocket/Source/LuaSocket.Build.cs +++ b/Plugins/UnLuaExtensions/LuaSocket/Source/LuaSocket.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaSocket/Source/Private/LuaSocketModule.cpp b/Plugins/UnLuaExtensions/LuaSocket/Source/Private/LuaSocketModule.cpp index 01f7299bd..2982973f8 100644 --- a/Plugins/UnLuaExtensions/LuaSocket/Source/Private/LuaSocketModule.cpp +++ b/Plugins/UnLuaExtensions/LuaSocket/Source/Private/LuaSocketModule.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaExtensions/LuaSocket/Source/Public/LuaSocketModule.h b/Plugins/UnLuaExtensions/LuaSocket/Source/Public/LuaSocketModule.h index 062b3c788..73a3e61d9 100644 --- a/Plugins/UnLuaExtensions/LuaSocket/Source/Public/LuaSocketModule.h +++ b/Plugins/UnLuaExtensions/LuaSocket/Source/Public/LuaSocketModule.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkFunctionLibrary.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkFunctionLibrary.cpp index b2512947f..2fdba2a05 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkFunctionLibrary.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkFunctionLibrary.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkProxy.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkProxy.cpp index 9bea4c7cf..ac76b3ec0 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkProxy.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Perfs/UnLuaBenchmarkProxy.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaDeadLoopCheck.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaDeadLoopCheck.spec.cpp index ffad25f5b..14cff5451 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaDeadLoopCheck.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaDeadLoopCheck.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaEnv.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaEnv.spec.cpp index b7eedda8b..164196f2f 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaEnv.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaEnv.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Array.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Array.spec.cpp index fc754ac1f..cf558dabc 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Array.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Array.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Class.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Class.spec.cpp index 6f8df99fd..9fc7cdd92 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Class.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Class.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_DataTable.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_DataTable.spec.cpp index f29c6efaf..f4dd2105b 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_DataTable.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_DataTable.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Delegate.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Delegate.spec.cpp index 3c4133ec2..3b13380b5 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Delegate.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Delegate.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FColor.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FColor.spec.cpp index dc0acf47c..ac7dffb12 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FColor.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FColor.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntPoint.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntPoint.spec.cpp index 0da9602f2..52adf8f37 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntPoint.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntPoint.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntVector.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntVector.spec.cpp index e10695bf4..29d961573 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntVector.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FIntVector.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FLinearColor.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FLinearColor.spec.cpp index 4e63353be..97b4e5287 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FLinearColor.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FLinearColor.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FQuat.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FQuat.spec.cpp index 106f70cc1..94e719d08 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FQuat.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FQuat.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FRotator.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FRotator.spec.cpp index c8b8b1fa9..e4876636f 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FRotator.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FRotator.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FTransform.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FTransform.spec.cpp index 842d81b01..9f0006729 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FTransform.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FTransform.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector.spec.cpp index f1321b564..aeaffe5ef 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector2.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector2.spec.cpp index f1b219fd1..b42265e43 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector2.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector2.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector4.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector4.spec.cpp index 268813c01..d3f819a40 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector4.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_FVector4.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Key.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Key.spec.cpp index 2f88bc591..0e5af808b 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Key.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Key.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Map.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Map.spec.cpp index fe1532194..ca6720e80 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Map.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Map.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_MulticastDelegate.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_MulticastDelegate.spec.cpp index 128ecbb08..f31c32d44 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_MulticastDelegate.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_MulticastDelegate.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Object.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Object.spec.cpp index 17b673d85..4328eb499 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Object.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Object.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Set.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Set.spec.cpp index d7b5f0542..76b1c4fca 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Set.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_Set.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_World.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_World.spec.cpp index 726eb1893..830dd1eb0 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_World.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/LuaLib_World.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UELib.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UELib.spec.cpp index 8b356194f..a241e9033 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UELib.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UELib.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaBase.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaBase.spec.cpp index f6a3cdd62..b75030581 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaBase.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaBase.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEnum.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEnum.spec.cpp index 4fdad73f4..0178aba34 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEnum.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEnum.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEx.spec.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEx.spec.cpp index 5f61a8467..313e548ba 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEx.spec.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Specs/UnLuaEx.spec.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/TestCommands.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/TestCommands.cpp index b9e3995ee..614c565b9 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/TestCommands.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/TestCommands.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/BindingTest.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/BindingTest.cpp index 9d2aeef8c..251186ecc 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/BindingTest.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/BindingTest.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue276Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue276Test.cpp index 811263ab0..464cba072 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue276Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue276Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue279Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue279Test.cpp index 75027530b..cd2d9a1d4 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue279Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue279Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue284Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue284Test.cpp index 9122ae901..fd92c5d22 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue284Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue284Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue286Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue286Test.cpp index 276423f42..27052d912 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue286Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue286Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue288Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue288Test.cpp index a3ec0ba94..e41ad08fe 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue288Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue288Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue289Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue289Test.cpp index c4726535f..0c25880b6 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue289Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue289Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue291Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue291Test.cpp index 1ac449778..2b612daf7 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue291Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue291Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue292Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue292Test.cpp index 1f7af101f..a5a47416e 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue292Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue292Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue293Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue293Test.cpp index f4b6e60c9..1cca54f5f 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue293Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue293Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue294Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue294Test.cpp index da560e013..ade330e05 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue294Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue294Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue295Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue295Test.cpp index 8beba83c4..90b418b5d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue295Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue295Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue300Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue300Test.cpp index d8e106f27..c759d0615 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue300Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue300Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue303Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue303Test.cpp index 4d9bd5ccd..4f6fef63c 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue303Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue303Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue304Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue304Test.cpp index 683791560..8b8a11a87 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue304Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue304Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue314Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue314Test.cpp index 7e9abe2d5..ac55c1865 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue314Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue314Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue321Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue321Test.cpp index b1cd13790..d5b8b9c47 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue321Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue321Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue322Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue322Test.cpp index e11d76133..98ec6c7ff 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue322Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue322Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue323Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue323Test.cpp index 80dfd3b4a..16fc737e5 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue323Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue323Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue328Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue328Test.cpp index a11e6ce27..37e7798fb 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue328Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue328Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue331Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue331Test.cpp index 4f424755f..3c4994b06 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue331Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue331Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue344Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue344Test.cpp index b4085311b..4321624f8 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue344Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue344Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue346Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue346Test.cpp index f13c1c44b..78bc55db7 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue346Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue346Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue362Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue362Test.cpp index 9e501238a..f4bc9537c 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue362Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue362Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue366Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue366Test.cpp index eabcfd335..7ae703440 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue366Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue366Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue367Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue367Test.cpp index fdb1b1bae..28b1541e4 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue367Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue367Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue372Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue372Test.cpp index 9cd4f7d19..effc307fa 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue372Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue372Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue375Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue375Test.cpp index 7ce63c0e8..341e082f1 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue375Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue375Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue376Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue376Test.cpp index ca489697c..c5a60bc4d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue376Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue376Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue386Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue386Test.cpp index d4a42e1a8..2ccfe4dc3 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue386Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue386Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.cpp index d769bddcb..48d8eb8de 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.h index e2e0f6cb0..5c2f5188d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398TestInterface.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398TestInterface.h index 7ec51666a..10175748d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398TestInterface.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue398TestInterface.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue400Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue400Test.cpp index c1317db73..c560a950b 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue400Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue400Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue401Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue401Test.cpp index 4fe078e31..17260efa4 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue401Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue401Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue407Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue407Test.cpp index 5327b87cb..e7f14d714 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue407Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue407Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue430Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue430Test.cpp index a725f496e..d65d0650c 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue430Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue430Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue432Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue432Test.cpp index 1d1cdf2ed..89d5fe66a 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue432Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue432Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue434Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue434Test.cpp index f8bb6a4bb..4f7e7f72f 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue434Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue434Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue443Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue443Test.cpp index 130874903..392617797 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue443Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue443Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue445Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue445Test.cpp index f8b27e3cb..f08ccf6c2 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue445Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue445Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue446Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue446Test.cpp index f1aa81b93..b295d70de 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue446Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue446Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue453Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue453Test.cpp index bc67656ea..896580072 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue453Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue453Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue455Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue455Test.cpp index 0db2f0ee0..a00bf2b83 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue455Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue455Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue471Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue471Test.cpp index 6c1f7b1a9..a7558fdb0 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue471Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue471Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue473Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue473Test.cpp index 2bf9efb69..602472999 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue473Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue473Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue476Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue476Test.cpp index f62049a13..09a393f57 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue476Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue476Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue477Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue477Test.cpp index be68af700..820ae76ca 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue477Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue477Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue494IFOperationTip.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue494IFOperationTip.h index 73bc3dce6..355fd4ee1 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue494IFOperationTip.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue494IFOperationTip.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue500Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue500Test.h index ccb641a68..b117fcdc2 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue500Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue500Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.cpp index c551cdfdb..22bf85c65 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.h index 76fbfa9d5..172661abd 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue517Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.cpp index 9d5050961..66e83f75d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.h index 19e1f7149..be9c1c468 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue539Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.cpp index cbb1f68fe..e13513678 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.h index 48d27ab6a..ac3723272 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue554Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.cpp index ac0f387fc..62beae273 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.h index c208af49b..d452a78ae 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue556Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.cpp index d37b71d29..2eb617eeb 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.h index 180795803..8c894737a 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue561Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue562Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue562Test.cpp index 6bf5e4b79..134f9191a 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue562Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue562Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.cpp index 1e2d2a9c4..a40b565be 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.h index d88496db6..6d07dc890 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.cpp index ba9528e39..88e7d2415 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.h index 807b4f4ea..edd7301b9 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue583Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue585Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue585Test.cpp index daa651e12..b2609adff 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue585Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue585Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.cpp index a58387d87..7af4e7b66 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.h index b829f4982..1b61b1cce 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595TestInterface.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595TestInterface.h index 7b646e582..fa6187ab8 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595TestInterface.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue595TestInterface.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue603Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue603Test.cpp index a380d7e81..b4398ed86 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue603Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue603Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.cpp index bf45b59a5..a3dcf5bbb 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.h index 175fac5ca..bd0419616 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue634Test.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue660Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue660Test.cpp index b804116ab..15eb544d3 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue660Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue660Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue668Test.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue668Test.cpp index b341ee9e9..28cc27938 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue668Test.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue668Test.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.cpp index f30db2ed1..f8889bc00 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.h index eb542961c..c217d7afa 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/IssueOverridesTest.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.cpp index 26375299f..2a8835164 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.h index f2f24fd6f..4585d7325 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/OutParamTest.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestCommon.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestCommon.cpp index a27b05987..989ccaa2d 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestCommon.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestCommon.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestHelpers.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestHelpers.cpp index 9fccf6d2d..0cca4d3b9 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestHelpers.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/UnLuaTestHelpers.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkFunctionLibrary.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkFunctionLibrary.h index be42e7862..caa18e5a0 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkFunctionLibrary.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkFunctionLibrary.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkProxy.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkProxy.h index e64e35dc5..6b209f5ed 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkProxy.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/Perfs/UnLuaBenchmarkProxy.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/TestCommands.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/TestCommands.h index 38d7e5a4d..2c4ca964f 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/TestCommands.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/TestCommands.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestCommon.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestCommon.h index b5971ee7c..112df41ad 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestCommon.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestCommon.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestHelpers.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestHelpers.h index 714eea41a..776a84475 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestHelpers.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestHelpers.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestSuite.h b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestSuite.h index fff17459e..af107204b 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestSuite.h +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestSuite.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.Build.cs b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.Build.cs index 4804b402d..842f1a25e 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.Build.cs +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.cpp b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.cpp index e5f54ab0f..60f0e856b 100644 --- a/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.cpp +++ b/Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/UnLuaTestSuite.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProject.Target.cs b/Source/TPSProject.Target.cs index b0a841f00..72c9b557c 100644 --- a/Source/TPSProject.Target.cs +++ b/Source/TPSProject.Target.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -15,8 +15,17 @@ using UnrealBuildTool; using System.Collections.Generic; -public class TPSProjectTarget : TargetRules { public TPSProjectTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; +public class TPSProjectTarget : TargetRules +{ + public TPSProjectTarget(TargetInfo Target) : base(Target) + { + Type = TargetType.Game; DefaultBuildSettings = BuildSettingsVersion.V2; - ExtraModuleNames.AddRange( new string[] { + ExtraModuleNames.AddRange( + new string[] + { "TPSProject" - } ); } } \ No newline at end of file + } + ); + } +} diff --git a/Source/TPSProject/TPSGameInstance.cpp b/Source/TPSProject/TPSGameInstance.cpp index d20f2bfe2..b24930f44 100644 --- a/Source/TPSProject/TPSGameInstance.cpp +++ b/Source/TPSProject/TPSGameInstance.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProject/TPSGameInstance.h b/Source/TPSProject/TPSGameInstance.h index 59bcb74fa..a43b6189f 100644 --- a/Source/TPSProject/TPSGameInstance.h +++ b/Source/TPSProject/TPSGameInstance.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProject/TPSProject.Build.cs b/Source/TPSProject/TPSProject.Build.cs index 1b83b85ad..6fec5c02b 100644 --- a/Source/TPSProject/TPSProject.Build.cs +++ b/Source/TPSProject/TPSProject.Build.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProject/TPSProject.cpp b/Source/TPSProject/TPSProject.cpp index 6b9092f62..8007716ba 100644 --- a/Source/TPSProject/TPSProject.cpp +++ b/Source/TPSProject/TPSProject.cpp @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProject/TPSProject.h b/Source/TPSProject/TPSProject.h index 2e4bd3400..7b4718f17 100644 --- a/Source/TPSProject/TPSProject.h +++ b/Source/TPSProject/TPSProject.h @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/Source/TPSProjectEditor.Target.cs b/Source/TPSProjectEditor.Target.cs index 724897f55..0e2a15d89 100644 --- a/Source/TPSProjectEditor.Target.cs +++ b/Source/TPSProjectEditor.Target.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -15,9 +15,17 @@ using UnrealBuildTool; using System.Collections.Generic; -public class TPSProjectEditorTarget : TargetRules { public TPSProjectEditorTarget(TargetInfo Target) : base(Target) { Type = TargetType.Editor; +public class TPSProjectEditorTarget : TargetRules +{ + public TPSProjectEditorTarget(TargetInfo Target) : base(Target) + { + Type = TargetType.Editor; DefaultBuildSettings = BuildSettingsVersion.V2; - ExtraModuleNames.AddRange( new string[] { + ExtraModuleNames.AddRange( + new string[] + { "TPSProject" - } ); - } } \ No newline at end of file + } + ); + } +} diff --git a/Source/TPSProjectServer.Target.cs b/Source/TPSProjectServer.Target.cs index 3638c7c3b..20ba8a1d3 100644 --- a/Source/TPSProjectServer.Target.cs +++ b/Source/TPSProjectServer.Target.cs @@ -1,6 +1,6 @@ // Tencent is pleased to support the open source community by making UnLua available. // -// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2019 Tencent. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the License at