From cac023ebe7894cd2b203fcb40149848f33089d8f Mon Sep 17 00:00:00 2001 From: Flash-LHR <2479082762@qq.com> Date: Fri, 11 Jul 2025 13:10:45 +0800 Subject: [PATCH 1/2] fix: update copyright to tencent --- LICENSE | 4 ++-- README.md | 6 +++++- gorm/LICENSE | 2 +- mysql/LICENSE | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 23b8c58..433a623 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-database-others (excluding subdir mysql and gorm) is licensed under the Apache License Version 2.0 except for the third-party components listed below. @@ -205,7 +205,7 @@ Open Source Software Licensed under the BSD 3-Clause License: Copyright (c) 2009,2014 Google Inc. All rights reserved. 2. polaris-go -Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2021 Tencent. All rights reserved. 3. protobuf Copyright (c) 2018 The Go Authors. All rights reserved. diff --git a/README.md b/README.md index 70c70fd..8ce6f02 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,8 @@ Considering that tRPC-Go provides a variety of plugins for naming routing, monit | kafka | Wraps the open-source Kafka message queue SDK [Sarama](https://github.com/IBM/sarama) | | mongodb | Wraps the open-source database [MongoDB Driver](https://go.mongodb.org/mongo-driver/mongo) | | mysql | Wraps the open-source database [MySQL Driver](https://github.com/go-sql-driver/mysql) | -| timer | Local/distributed timer functionality | \ No newline at end of file +| timer | Local/distributed timer functionality | + +#@ 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/gorm/LICENSE b/gorm/LICENSE index 22e5cef..def2d83 100644 --- a/gorm/LICENSE +++ b/gorm/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-database-gorm-mysql is licensed under the Mozilla Public License Version 2.0 except for the third-party components listed below. diff --git a/mysql/LICENSE b/mysql/LICENSE index 22e5cef..def2d83 100644 --- a/mysql/LICENSE +++ b/mysql/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-database-gorm-mysql is licensed under the Mozilla Public License Version 2.0 except for the third-party components listed below. From 146d1676f4bf850ad9ca330e047248b409b48057 Mon Sep 17 00:00:00 2001 From: Flash-LHR <2479082762@qq.com> Date: Fri, 11 Jul 2025 13:18:04 +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 8ce6f02..d4ae1d0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ Considering that tRPC-Go provides a variety of plugins for naming routing, monit | mysql | Wraps the open-source database [MySQL Driver](https://github.com/go-sql-driver/mysql) | | timer | Local/distributed timer functionality | -#@ 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.”