Skip to content

Commit

Permalink
[unreal] copyright for StdFunctionConverter.hpp (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang authored Apr 1, 2024
1 parent c95456f commit 6e8d4a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions unreal/Puerts/Source/JsEnv/Public/StdFunctionConverter.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Tencent is pleased to support the open source community by making puerts available.
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
* puerts is licensed under the BSD 3-Clause License, except for the third-party components listed in the file 'LICENSE' which may
* be subject to their corresponding license terms. This file is subject to the terms and conditions defined in file 'LICENSE',
* which is part of this source code package.
*/
#pragma once
template <typename R, typename... Args>
struct Converter<std::function<R(Args...)>>
{
Expand Down

0 comments on commit 6e8d4a9

Please sign in to comment.