Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| 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.”
2 changes: 1 addition & 1 deletion gorm/LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion mysql/LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading