Skip to content

Commit eb04200

Browse files
committed
Docs: change the copyright notice
1 parent 3950523 commit eb04200

82 files changed

Lines changed: 89 additions & 83 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

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,

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

CONTRIBUTING.zh_CN.md

Lines changed: 1 addition & 1 deletion

LICENSE

Lines changed: 3 additions & 3 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-telemetry-opentelemetry is licensed under the Apache License Version 2.0 except for the third-party components listed below.
55

@@ -178,7 +178,7 @@ https://github.com/jupp0r/prometheus-cpp/tree/v1.1.0/3rdparty
178178

179179

180180
Open Source Software Licensed under the Curl License:
181-
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.
181+
The below software in this distribution may have been modified by Tencent ("Tencent Modifications"). All Tencent Modifications are Copyright (C) 2023 Tencent.
182182
--------------------------------------------------------------------
183183
1. curl
184184
Copyright (C) 1996 - 2021, Daniel Stenberg, <daniel@haxx.se>, and many

README.md

Lines changed: 6 additions & 0 deletions

cmake/com_github_opentelemetry_cpp.cmake

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,

cmake/com_github_trpc_cpp.cmake

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

0 commit comments

Comments
 (0)