Skip to content

Commit

Permalink
补上协议声明头
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Apr 6, 2022
1 parent c12a7fb commit f99275f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions unity/Assets/Puerts/Editor/Src/CJSImporter.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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.
*/

#if UNITY_2018_1_OR_NEWER
using System.IO;
#if UNITY_2020_2_OR_NEWER
Expand Down
7 changes: 7 additions & 0 deletions unity/Assets/Puerts/Editor/Src/DocResolver.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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.
*/

using System;
using System.IO;
using System.Text;
Expand Down
7 changes: 7 additions & 0 deletions unity/Assets/Puerts/Runtime/Src/LazyWrap.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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.
*/

using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion unity/Assets/Puerts/Runtime/Src/Loader.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Net.Mime;
/*
* 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.
*/

using System.Net.Mime;
#if PUERTS_GENERAL || UNITY_EDITOR
using System.IO;
#endif
Expand Down

0 comments on commit f99275f

Please sign in to comment.