From 6e76eca6633051d2c8cd5a86f51d4f9e80b7aac6 Mon Sep 17 00:00:00 2001 From: Flash-LHR <2479082762@qq.com> Date: Fri, 11 Jul 2025 13:11:41 +0800 Subject: [PATCH 1/2] fix: update copyright to tencent --- CONTRIBUTING.md | 2 +- CONTRIBUTING.zh_CN.md | 2 +- LICENSE | 2 +- README.md | 4 ++++ etcd.go | 2 +- etcd_test.go | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec1765f..54523fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,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 d0a9a2b..ad0fc34 100644 --- a/CONTRIBUTING.zh_CN.md +++ b/CONTRIBUTING.zh_CN.md @@ -104,7 +104,7 @@ go-config-etcd 代码仓库中的文件不列出作者姓名,以避免混乱 // // 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 531c7b5..0c83c7e 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. trpc-config-etcd is licensed under the Apache License Version 2.0 except for the third-party components listed below. diff --git a/README.md b/README.md index 018867d..2442593 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ func main() { ## Notes The plugin currently only supports reading configurations, and the Get and Put functions are not yet implemented. + +#@ Copyright + +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/etcd.go b/etcd.go index 9a919b5..116726c 100644 --- a/etcd.go +++ b/etcd.go @@ -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/etcd_test.go b/etcd_test.go index 60b5ed5..f101566 100644 --- a/etcd_test.go +++ b/etcd_test.go @@ -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, From 5b829f1e9f13ff4ae201b260848036f4814e883a Mon Sep 17 00:00:00 2001 From: Flash-LHR <2479082762@qq.com> Date: Fri, 11 Jul 2025 13:24:46 +0800 Subject: [PATCH 2/2] doc: update copyright --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2442593..1672699 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,6 @@ func main() { The plugin currently only supports reading configurations, and the Get and Put functions are not yet implemented. -#@ Copyright +## Copyright 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.”