From 0249c7b1ad7955bfa2a1952890b5437569b8b81b Mon Sep 17 00:00:00 2001 From: chhy2009 Date: Mon, 21 Jul 2025 14:42:33 +0800 Subject: [PATCH] Docs: change the copyright notice --- CONTRIBUTING.md | 2 +- CONTRIBUTING.zh_CN.md | 2 +- LICENSE | 4 ++-- README.md | 8 +++++++- examples/client/client.cc | 2 +- examples/server/greeter_service.cc | 2 +- examples/server/greeter_service.h | 2 +- examples/server/helloworld_server.cc | 2 +- trpc/naming/polarismesh/common.cc | 2 +- trpc/naming/polarismesh/common.h | 2 +- trpc/naming/polarismesh/common_test.cc | 2 +- trpc/naming/polarismesh/config/default_naming_conf.cc | 2 +- trpc/naming/polarismesh/config/default_naming_conf.h | 2 +- .../naming/polarismesh/config/default_naming_conf_test.cc | 2 +- trpc/naming/polarismesh/config/polarismesh_naming_conf.cc | 2 +- trpc/naming/polarismesh/config/polarismesh_naming_conf.h | 2 +- .../polarismesh/config/polarismesh_naming_conf_test.cc | 2 +- trpc/naming/polarismesh/mock_polarismesh_api_test.h | 2 +- trpc/naming/polarismesh/polarismesh_limiter.cc | 2 +- trpc/naming/polarismesh/polarismesh_limiter.h | 2 +- trpc/naming/polarismesh/polarismesh_limiter_api.cc | 2 +- trpc/naming/polarismesh/polarismesh_limiter_api.h | 2 +- .../polarismesh/polarismesh_limiter_client_filter.cc | 2 +- .../polarismesh/polarismesh_limiter_client_filter.h | 2 +- .../polarismesh/polarismesh_limiter_client_filter_test.cc | 2 +- .../polarismesh/polarismesh_limiter_server_filter.cc | 2 +- .../polarismesh/polarismesh_limiter_server_filter.h | 2 +- .../polarismesh/polarismesh_limiter_server_filter_test.cc | 2 +- trpc/naming/polarismesh/polarismesh_limiter_test.cc | 2 +- trpc/naming/polarismesh/polarismesh_registry.cc | 2 +- trpc/naming/polarismesh/polarismesh_registry.h | 2 +- trpc/naming/polarismesh/polarismesh_registry_api.cc | 2 +- trpc/naming/polarismesh/polarismesh_registry_api.h | 2 +- trpc/naming/polarismesh/polarismesh_registry_test.cc | 2 +- trpc/naming/polarismesh/polarismesh_selector.cc | 2 +- trpc/naming/polarismesh/polarismesh_selector.h | 2 +- trpc/naming/polarismesh/polarismesh_selector_api.cc | 2 +- trpc/naming/polarismesh/polarismesh_selector_api.h | 2 +- trpc/naming/polarismesh/polarismesh_selector_filter.h | 2 +- .../polarismesh/polarismesh_selector_filter_test.cc | 2 +- trpc/naming/polarismesh/polarismesh_selector_test.cc | 2 +- trpc/naming/polarismesh/readers_writer_data.h | 2 +- trpc/naming/polarismesh/trpc_server_metric.cc | 2 +- trpc/naming/polarismesh/trpc_server_metric.h | 2 +- trpc/naming/polarismesh/trpc_server_metric_test.cc | 2 +- trpc/naming/polarismesh/trpc_share_context.cc | 2 +- trpc/naming/polarismesh/trpc_share_context.h | 2 +- trpc/naming/polarismesh/trpc_share_context_test.cc | 2 +- 48 files changed, 55 insertions(+), 49 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 313f29e..3fc378e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,7 +112,7 @@ New files that you contribute should use the standard copyright header: // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/CONTRIBUTING.zh_CN.md b/CONTRIBUTING.zh_CN.md index 14949e0..eea6c90 100644 --- a/CONTRIBUTING.zh_CN.md +++ b/CONTRIBUTING.zh_CN.md @@ -102,7 +102,7 @@ tRPC-Cpp 代码仓库中的文件不列出作者姓名,以避免混乱并避 // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/LICENSE b/LICENSE index 1afe931..cca71e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2023 Tencent. All rights reserved. cpp-naming-meshpolaris is licensed under the Apache License Version 2.0 except for the third-party components listed below. @@ -67,7 +67,7 @@ Other dependencies and licenses: Open Source Software Licensed under the BSD 3-Clause License and Other Licenses of the Third-Party Components therein: -------------------------------------------------------------------- 1. polarismesh -Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2019 Tencent. All rights reserved. Terms of the BSD 3-Clause License: diff --git a/README.md b/README.md index 3a04c0b..52c6a37 100644 --- a/README.md +++ b/README.md @@ -343,4 +343,10 @@ plugins: polarismesh: updateCallResult: false mode: local -``` \ No newline at end of file +``` + +# LICENSE + +[LICENSE](LICENSE) + +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.” diff --git a/examples/client/client.cc b/examples/client/client.cc index 5642b0f..09346ed 100644 --- a/examples/client/client.cc +++ b/examples/client/client.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/examples/server/greeter_service.cc b/examples/server/greeter_service.cc index dd75529..f37f7e6 100644 --- a/examples/server/greeter_service.cc +++ b/examples/server/greeter_service.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/examples/server/greeter_service.h b/examples/server/greeter_service.h index 3759e8f..74f6745 100644 --- a/examples/server/greeter_service.h +++ b/examples/server/greeter_service.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/examples/server/helloworld_server.cc b/examples/server/helloworld_server.cc index b9c3b0d..b435323 100644 --- a/examples/server/helloworld_server.cc +++ b/examples/server/helloworld_server.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/common.cc b/trpc/naming/polarismesh/common.cc index 3dfceff..3463d85 100644 --- a/trpc/naming/polarismesh/common.cc +++ b/trpc/naming/polarismesh/common.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/common.h b/trpc/naming/polarismesh/common.h index 58006cf..066246e 100644 --- a/trpc/naming/polarismesh/common.h +++ b/trpc/naming/polarismesh/common.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/common_test.cc b/trpc/naming/polarismesh/common_test.cc index f27300a..3242120 100644 --- a/trpc/naming/polarismesh/common_test.cc +++ b/trpc/naming/polarismesh/common_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/default_naming_conf.cc b/trpc/naming/polarismesh/config/default_naming_conf.cc index d5aeb35..6ca1498 100644 --- a/trpc/naming/polarismesh/config/default_naming_conf.cc +++ b/trpc/naming/polarismesh/config/default_naming_conf.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/default_naming_conf.h b/trpc/naming/polarismesh/config/default_naming_conf.h index 64d8ab7..6a838fb 100644 --- a/trpc/naming/polarismesh/config/default_naming_conf.h +++ b/trpc/naming/polarismesh/config/default_naming_conf.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/default_naming_conf_test.cc b/trpc/naming/polarismesh/config/default_naming_conf_test.cc index a93576d..54905ac 100644 --- a/trpc/naming/polarismesh/config/default_naming_conf_test.cc +++ b/trpc/naming/polarismesh/config/default_naming_conf_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/polarismesh_naming_conf.cc b/trpc/naming/polarismesh/config/polarismesh_naming_conf.cc index 104f3e7..f24d4c9 100644 --- a/trpc/naming/polarismesh/config/polarismesh_naming_conf.cc +++ b/trpc/naming/polarismesh/config/polarismesh_naming_conf.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/polarismesh_naming_conf.h b/trpc/naming/polarismesh/config/polarismesh_naming_conf.h index a5224ba..139e068 100644 --- a/trpc/naming/polarismesh/config/polarismesh_naming_conf.h +++ b/trpc/naming/polarismesh/config/polarismesh_naming_conf.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/config/polarismesh_naming_conf_test.cc b/trpc/naming/polarismesh/config/polarismesh_naming_conf_test.cc index 7d965a0..3974caa 100644 --- a/trpc/naming/polarismesh/config/polarismesh_naming_conf_test.cc +++ b/trpc/naming/polarismesh/config/polarismesh_naming_conf_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/mock_polarismesh_api_test.h b/trpc/naming/polarismesh/mock_polarismesh_api_test.h index 76a9ec3..d7e3aa0 100644 --- a/trpc/naming/polarismesh/mock_polarismesh_api_test.h +++ b/trpc/naming/polarismesh/mock_polarismesh_api_test.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter.cc b/trpc/naming/polarismesh/polarismesh_limiter.cc index f549fdc..354b463 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter.h b/trpc/naming/polarismesh/polarismesh_limiter.h index 11a52db..7927850 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter.h +++ b/trpc/naming/polarismesh/polarismesh_limiter.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_api.cc b/trpc/naming/polarismesh/polarismesh_limiter_api.cc index 58ba1f7..55e270e 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_api.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_api.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_api.h b/trpc/naming/polarismesh/polarismesh_limiter_api.h index e6003d3..00026bf 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_api.h +++ b/trpc/naming/polarismesh/polarismesh_limiter_api.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_client_filter.cc b/trpc/naming/polarismesh/polarismesh_limiter_client_filter.cc index 63add85..8a2c74d 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_client_filter.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_client_filter.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_client_filter.h b/trpc/naming/polarismesh/polarismesh_limiter_client_filter.h index 3c5c884..793eb9e 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_client_filter.h +++ b/trpc/naming/polarismesh/polarismesh_limiter_client_filter.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_client_filter_test.cc b/trpc/naming/polarismesh/polarismesh_limiter_client_filter_test.cc index 40f9adb..a8b1e89 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_client_filter_test.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_client_filter_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_server_filter.cc b/trpc/naming/polarismesh/polarismesh_limiter_server_filter.cc index a2aaf1d..8dfaebb 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_server_filter.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_server_filter.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_server_filter.h b/trpc/naming/polarismesh/polarismesh_limiter_server_filter.h index bb1fd43..7982584 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_server_filter.h +++ b/trpc/naming/polarismesh/polarismesh_limiter_server_filter.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_server_filter_test.cc b/trpc/naming/polarismesh/polarismesh_limiter_server_filter_test.cc index 617a5a1..c1e660e 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_server_filter_test.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_server_filter_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_limiter_test.cc b/trpc/naming/polarismesh/polarismesh_limiter_test.cc index 7d3c160..c24fd6c 100644 --- a/trpc/naming/polarismesh/polarismesh_limiter_test.cc +++ b/trpc/naming/polarismesh/polarismesh_limiter_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_registry.cc b/trpc/naming/polarismesh/polarismesh_registry.cc index 13ec677..b77da13 100644 --- a/trpc/naming/polarismesh/polarismesh_registry.cc +++ b/trpc/naming/polarismesh/polarismesh_registry.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_registry.h b/trpc/naming/polarismesh/polarismesh_registry.h index 686acd4..8d4eeae 100644 --- a/trpc/naming/polarismesh/polarismesh_registry.h +++ b/trpc/naming/polarismesh/polarismesh_registry.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_registry_api.cc b/trpc/naming/polarismesh/polarismesh_registry_api.cc index 65a83d0..dda32cb 100644 --- a/trpc/naming/polarismesh/polarismesh_registry_api.cc +++ b/trpc/naming/polarismesh/polarismesh_registry_api.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_registry_api.h b/trpc/naming/polarismesh/polarismesh_registry_api.h index 814cd46..52c8ffd 100644 --- a/trpc/naming/polarismesh/polarismesh_registry_api.h +++ b/trpc/naming/polarismesh/polarismesh_registry_api.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_registry_test.cc b/trpc/naming/polarismesh/polarismesh_registry_test.cc index 8fc8eec..84e87c5 100644 --- a/trpc/naming/polarismesh/polarismesh_registry_test.cc +++ b/trpc/naming/polarismesh/polarismesh_registry_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector.cc b/trpc/naming/polarismesh/polarismesh_selector.cc index fd30301..463fb1a 100644 --- a/trpc/naming/polarismesh/polarismesh_selector.cc +++ b/trpc/naming/polarismesh/polarismesh_selector.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector.h b/trpc/naming/polarismesh/polarismesh_selector.h index 278bb71..fd56c32 100644 --- a/trpc/naming/polarismesh/polarismesh_selector.h +++ b/trpc/naming/polarismesh/polarismesh_selector.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector_api.cc b/trpc/naming/polarismesh/polarismesh_selector_api.cc index 92af471..d435854 100644 --- a/trpc/naming/polarismesh/polarismesh_selector_api.cc +++ b/trpc/naming/polarismesh/polarismesh_selector_api.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector_api.h b/trpc/naming/polarismesh/polarismesh_selector_api.h index 2bbaf35..edbb3dd 100644 --- a/trpc/naming/polarismesh/polarismesh_selector_api.h +++ b/trpc/naming/polarismesh/polarismesh_selector_api.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector_filter.h b/trpc/naming/polarismesh/polarismesh_selector_filter.h index 392cb95..f6120a9 100644 --- a/trpc/naming/polarismesh/polarismesh_selector_filter.h +++ b/trpc/naming/polarismesh/polarismesh_selector_filter.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector_filter_test.cc b/trpc/naming/polarismesh/polarismesh_selector_filter_test.cc index 64c5798..754b573 100644 --- a/trpc/naming/polarismesh/polarismesh_selector_filter_test.cc +++ b/trpc/naming/polarismesh/polarismesh_selector_filter_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/polarismesh_selector_test.cc b/trpc/naming/polarismesh/polarismesh_selector_test.cc index f0a6d23..3742667 100644 --- a/trpc/naming/polarismesh/polarismesh_selector_test.cc +++ b/trpc/naming/polarismesh/polarismesh_selector_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/readers_writer_data.h b/trpc/naming/polarismesh/readers_writer_data.h index 7cd37f8..a3e5dbf 100644 --- a/trpc/naming/polarismesh/readers_writer_data.h +++ b/trpc/naming/polarismesh/readers_writer_data.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_server_metric.cc b/trpc/naming/polarismesh/trpc_server_metric.cc index d6d86f6..9e848bd 100644 --- a/trpc/naming/polarismesh/trpc_server_metric.cc +++ b/trpc/naming/polarismesh/trpc_server_metric.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_server_metric.h b/trpc/naming/polarismesh/trpc_server_metric.h index f349850..b552679 100644 --- a/trpc/naming/polarismesh/trpc_server_metric.h +++ b/trpc/naming/polarismesh/trpc_server_metric.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_server_metric_test.cc b/trpc/naming/polarismesh/trpc_server_metric_test.cc index 963ab1a..a31750f 100644 --- a/trpc/naming/polarismesh/trpc_server_metric_test.cc +++ b/trpc/naming/polarismesh/trpc_server_metric_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_share_context.cc b/trpc/naming/polarismesh/trpc_share_context.cc index ccec8c1..9465bb5 100644 --- a/trpc/naming/polarismesh/trpc_share_context.cc +++ b/trpc/naming/polarismesh/trpc_share_context.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_share_context.h b/trpc/naming/polarismesh/trpc_share_context.h index 3b7a3df..bb0a252 100644 --- a/trpc/naming/polarismesh/trpc_share_context.h +++ b/trpc/naming/polarismesh/trpc_share_context.h @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent, diff --git a/trpc/naming/polarismesh/trpc_share_context_test.cc b/trpc/naming/polarismesh/trpc_share_context_test.cc index db1c0db..09e5012 100644 --- a/trpc/naming/polarismesh/trpc_share_context_test.cc +++ b/trpc/naming/polarismesh/trpc_share_context_test.cc @@ -2,7 +2,7 @@ // // Tencent is pleased to support the open source community by making tRPC available. // -// Copyright (C) 2023 THL A29 Limited, a Tencent company. +// Copyright (C) 2023 Tencent. // All rights reserved. // // If you have downloaded a copy of the tRPC source code from Tencent,