Skip to content

Commit 7242e87

Browse files
author
huiyongchen
committed
Docs: change the copyright notice
1 parent 685c238 commit 7242e87

19 files changed

Lines changed: 28 additions & 21 deletions

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ New files that you contribute should use the standard copyright header:
112112
//
113113
// Tencent is pleased to support the open source community by making tRPC available.
114114
//
115-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
115+
// Copyright (C) 2023 Tencent.
116116
// All rights reserved.
117117
//
118118
// If you have downloaded a copy of the tRPC source code from Tencent,

CONTRIBUTING.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tRPC-Cpp 代码仓库中的文件不列出作者姓名,以避免混乱并避
102102
//
103103
// Tencent is pleased to support the open source community by making tRPC available.
104104
//
105-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
105+
// Copyright (C) 2023 Tencent.
106106
// All rights reserved.
107107
//
108108
// If you have downloaded a copy of the tRPC source code from Tencent,

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications").
2-
All Tencent Modifications are Copyright (C) THL A29 Limited.
1+
Copyright (C) 2023 Tencent. All rights reserved. The below software in this distribution may have been modified by Tencent ("Tencent Modifications").
2+
All Tencent Modifications are Copyright (C) Tencent.
33

44
cpp-logging-cls is licensed under the Apache License Version 2.0 except for the third-party components listed below.
55

@@ -68,7 +68,7 @@ Other dependencies and licenses:
6868
Open Source Software Licensed under the Apache License Version 2.0 and Other Licenses of the Third-Party Components therein:
6969
--------------------------------------------------------------------
7070
1. cls_sdk_cpp
71-
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
71+
Copyright (C) 2015 Tencent, and Milo Yip. All rights reserved.
7272
Source code of this software can be obtained from: https://github.com/TencentCloud/tencentcloud-cls-sdk-cpp/archive/refs/tags/1.0.4.tar.gz
7373

7474

@@ -169,7 +169,7 @@ DEALINGS IN THE SOFTWARE.
169169

170170

171171
Open Source Software Licensed under the Curl License:
172-
The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications"). All Tencent Modifications are Copyright (C) 2023 THL A29 Limited.
172+
The below software in this distribution may have been modified by Tencent ("Tencent Modifications"). All Tencent Modifications are Copyright (C) 2023 Tencent.
173173
--------------------------------------------------------------------
174174
1. curl
175175
Copyright (C) 1996 - 2021, Daniel Stenberg, <daniel@haxx.se>, and many

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,10 @@ For server scenarios, users need to call the TrpcApp::RegisterPlugins function i
170170
2. Please note that sending log data to the CLS platform may incur certain costs. For specific cost standards, please refer to the billing instructions in the Tencent Cloud official document [TencentCloud](https://buy.cloud.tencent.com/pricing).
171171

172172
3. To avoid unnecessary costs, please make sure to turn off the CLS plugin when it is no longer needed. You can turn off the plugin by deleting the related configuration of the CLS plugin in the framework configuration file.
173+
174+
# LICENSE
175+
176+
[LICENSE](LICENSE)
177+
178+
The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.”
179+

examples/client/client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

examples/server/greeter_service.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

examples/server/greeter_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

examples/server/helloworld_server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

trpc/logging/cls/callback_result.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

trpc/logging/cls/cls_log.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Tencent is pleased to support the open source community by making tRPC available.
44
//
5-
// Copyright (C) 2023 THL A29 Limited, a Tencent company.
5+
// Copyright (C) 2023 Tencent.
66
// All rights reserved.
77
//
88
// If you have downloaded a copy of the tRPC source code from Tencent,

0 commit comments

Comments
 (0)