From 6130dfa91e8a2c693bfbfeae6ccd4f4fe100ada0 Mon Sep 17 00:00:00 2001 From: Flash-LHR <2479082762@qq.com> Date: Fri, 11 Jul 2025 13:11:34 +0800 Subject: [PATCH] fix: update copyright to tencent --- CONTRIBUTING.md | 2 +- CONTRIBUTING.zh_CN.md | 2 +- LICENSE | 2 +- README.md | 4 ++++ disk_unix_openbsd.go | 2 +- disk_unix_other.go | 2 +- runtime.go | 2 +- runtime_test.go | 2 +- runtime_unix.go | 2 +- runtime_windows.go | 2 +- stat.go | 2 +- 11 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9af5dcf..a1addae 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 87fa6fe..6465a28 100644 --- a/CONTRIBUTING.zh_CN.md +++ b/CONTRIBUTING.zh_CN.md @@ -104,7 +104,7 @@ go-metrics-runtime 代码仓库中的文件不列出作者姓名,以避免混 // // 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 1aaf290..85c6b8f 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-metrics-runtime 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 901bcfd..5a61d2f 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,7 @@ Note that these may not completely solve runtime-related issues. You can also us | DiskFree | Disk available in machine/root directory (Unix only, in GB) | None | | DiskUsed | Disk usage of machine/root directory (Unix only, in GB) | None | | DiskUsedFraction | Disk usage fraction of machine/root directory (Unix only) | None | + +## 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/disk_unix_openbsd.go b/disk_unix_openbsd.go index c24dab4..f8e8720 100644 --- a/disk_unix_openbsd.go +++ b/disk_unix_openbsd.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/disk_unix_other.go b/disk_unix_other.go index b29bc89..1cb8d05 100644 --- a/disk_unix_other.go +++ b/disk_unix_other.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/runtime.go b/runtime.go index 7378850..6783219 100644 --- a/runtime.go +++ b/runtime.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/runtime_test.go b/runtime_test.go index c238079..4afa5ed 100644 --- a/runtime_test.go +++ b/runtime_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, diff --git a/runtime_unix.go b/runtime_unix.go index cea6f99..52d71e2 100644 --- a/runtime_unix.go +++ b/runtime_unix.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/runtime_windows.go b/runtime_windows.go index 2424c98..c9071bb 100644 --- a/runtime_windows.go +++ b/runtime_windows.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/stat.go b/stat.go index da6f8f7..6283779 100644 --- a/stat.go +++ b/stat.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,