Skip to content

Commit c742c60

Browse files
Merge pull request #4 from trpc-ecosystem/fix_copyright
Docs: change the copyright notice
2 parents 9cc42d1 + 45d9b66 commit c742c60

33 files changed

+38
-32
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved.
1+
Copyright (C) 2023 Tencent. All rights reserved.
22

33
cpp-tracing-jaeger is licensed under the Apache License Version 2.0 except for the third-party components listed below.
44

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,9 @@ if (span) {
197197
## Notice
198198

199199
* In the proxy mode, it is necessary to invoke the framework's `MakeClientContext` interface to construct the `ClientContext` based on the `ServerContext`. Otherwise, the call relationship between the server and client will be lost, and a complete call chain cannot be formed.
200+
201+
# LICENSE
202+
203+
[LICENSE](LICENSE)
204+
205+
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.”

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/proxy/forward_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,

examples/proxy/forward_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/proxy/forward_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/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,

0 commit comments

Comments
 (0)