diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fec7ce18bf..043352bcbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,7 +132,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 800fca1999..098943c69f 100644 --- a/CONTRIBUTING.zh_CN.md +++ b/CONTRIBUTING.zh_CN.md @@ -98,7 +98,7 @@ tRPC-Java 代码仓库中的文件不列出作者姓名,以避免混乱并避 /* * 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 7ab5bed61d..7435c227a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,11 @@ Tencent is pleased to support the open source community by making tRPC-Java available. -Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2023 Tencent. All rights reserved. tRPC-Java is licensed under the Apache License Version 2.0 except for the third-party components listed below. +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.” + Terms of the Apache License Version 2.0: -------------------------------------------------------------------- diff --git a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ApplicationConfigOverview.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ApplicationConfigOverview.java index 0542f8afab..dc895b1398 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ApplicationConfigOverview.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ApplicationConfigOverview.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/GlobalConfigOverview.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/GlobalConfigOverview.java index b8c1520a48..1093ee064a 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/GlobalConfigOverview.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/GlobalConfigOverview.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ProtocolConfigOverview.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ProtocolConfigOverview.java index 3035308503..bdd3ac93fb 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ProtocolConfigOverview.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ProtocolConfigOverview.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ServerConfigOverview.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ServerConfigOverview.java index a41143c08e..7cd269e111 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ServerConfigOverview.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/ServerConfigOverview.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommandDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommandDto.java index 38fb2e368a..b9887580c8 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommandDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommandDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommonDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommonDto.java index d2c88a4a12..f42f9da404 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommonDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/CommonDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/ConfigOverviewDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/ConfigOverviewDto.java index 746dfab335..c618f791af 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/ConfigOverviewDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/ConfigOverviewDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelDto.java index 9b96515110..8ee7dca75b 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDto.java index 520bc86c47..2a9741c74d 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/VersionDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/VersionDto.java index 5151c160d4..5d3805a34a 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/VersionDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/VersionDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDto.java index 667795764f..db103e6477 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RPCStatsCommonDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RPCStatsCommonDto.java index bb77b2a461..9081444efd 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RPCStatsCommonDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RPCStatsCommonDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsClientDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsClientDto.java index b65efbd5c8..bf99353cbb 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsClientDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsClientDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsDto.java index 73a6504323..fa6a2b4e9e 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsServiceDto.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsServiceDto.java index a6354d0b0d..f3e109aaa0 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsServiceDto.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/dto/rpc/RpcStatsServiceDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/enums/MetricsTypeEnum.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/enums/MetricsTypeEnum.java index 86b82b30c7..c8047fa81e 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/enums/MetricsTypeEnum.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/enums/MetricsTypeEnum.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/CommandAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/CommandAdmin.java index 278b732823..fe14729fc3 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/CommandAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/CommandAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/ConfigAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/ConfigAdmin.java index f322bb2dc8..9f882c2be1 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/ConfigAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/ConfigAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/FrameOverviewAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/FrameOverviewAdmin.java index cc3e056c7f..4fa03d7f44 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/FrameOverviewAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/FrameOverviewAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/LoggerAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/LoggerAdmin.java index 7f4fc56944..610b8a6e36 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/LoggerAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/LoggerAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/RpcStatsAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/RpcStatsAdmin.java index 0ff293e14b..c3dcc6f5fb 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/RpcStatsAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/RpcStatsAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/WorkerPoolAdmin.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/WorkerPoolAdmin.java index 86c1a993e1..d7d2b7c2da 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/WorkerPoolAdmin.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/impl/WorkerPoolAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/DefaultAdminServiceImpl.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/DefaultAdminServiceImpl.java index abb5d6d822..14e13cff55 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/DefaultAdminServiceImpl.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/DefaultAdminServiceImpl.java @@ -1,7 +1,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-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/TRpcResourceFactory.java b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/TRpcResourceFactory.java index ef4c379d4e..dac3969b28 100644 --- a/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/TRpcResourceFactory.java +++ b/trpc-admin/trpc-admin-default/src/main/java/com/tencent/trpc/admin/service/TRpcResourceFactory.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminIntegrationTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminIntegrationTest.java index 22471c2f69..55835fc327 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminIntegrationTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminIntegrationTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminTest.java index c6cdbbe647..1ef2e9d3a1 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/AdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CommandAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CommandAdminTest.java index e79ab3e155..7e21afa0eb 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CommandAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CommandAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ConfigAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ConfigAdminTest.java index f913e2071d..d7e45b7f82 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ConfigAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ConfigAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CustomizeAdmin.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CustomizeAdmin.java index 5da1dace0c..d5d5a53bdf 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CustomizeAdmin.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/CustomizeAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/FrameOverviewAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/FrameOverviewAdminTest.java index 3fc62fb1b7..b3b3b9edc9 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/FrameOverviewAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/FrameOverviewAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/LoggerAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/LoggerAdminTest.java index 3c41303b59..1dc2e9c94b 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/LoggerAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/LoggerAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ProtocolConfigOverviewTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ProtocolConfigOverviewTest.java index 5311001112..7d1e13e560 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ProtocolConfigOverviewTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ProtocolConfigOverviewTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/RpcStatsAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/RpcStatsAdminTest.java index 9d563246a1..fb45052f1b 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/RpcStatsAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/RpcStatsAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ServerConfigOverviewTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ServerConfigOverviewTest.java index b35273386a..baab179a05 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ServerConfigOverviewTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/ServerConfigOverviewTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/TrpcServerApplication.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/TrpcServerApplication.java index e251d5a413..37c66ca2b6 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/TrpcServerApplication.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/TrpcServerApplication.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/WorkerPoolAdminTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/WorkerPoolAdminTest.java index 7ff1ad0fc9..3c5b5a7a1b 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/WorkerPoolAdminTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/WorkerPoolAdminTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/ShellUtils.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/ShellUtils.java index 7385b6043e..5a0688c8a4 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/ShellUtils.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/ShellUtils.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestAdmin.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestAdmin.java index 6d91f1c5ff..5a03f8ef83 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestAdmin.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestAdmin.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestDto.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestDto.java index 786ed107c2..4ac414aab8 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestDto.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/custom/TestDto.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommandDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommandDtoTest.java index 8c3d2ed79f..15e233c3e8 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommandDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommandDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommonDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommonDtoTest.java index a35e465c7b..056dcacf55 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommonDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/CommonDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/ConfigOverviewDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/ConfigOverviewDtoTest.java index c4c8957091..748238942e 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/ConfigOverviewDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/ConfigOverviewDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelDtoTest.java index 4990ac1316..38f9d0dd92 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDtoTest.java index 3c98e4e15a..3e1962b362 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/LoggerLevelRevisedDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/VersionDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/VersionDtoTest.java index f0a623b1e0..5d36ab100a 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/VersionDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/VersionDtoTest.java @@ -1,7 +1,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-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDtoTest.java b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDtoTest.java index 00971526e0..2783144c49 100644 --- a/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDtoTest.java +++ b/trpc-admin/trpc-admin-default/src/test/java/com/tencent/trpc/admin/dto/WorkerPoolInfoDtoTest.java @@ -1,7 +1,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-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/ContainerLoader.java b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/ContainerLoader.java index ce280f8be7..134a6a9dc3 100644 --- a/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/ContainerLoader.java +++ b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/ContainerLoader.java @@ -1,7 +1,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-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/TRPC.java b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/TRPC.java index df42e608cc..89b4951ba8 100644 --- a/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/TRPC.java +++ b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/container/TRPC.java @@ -1,7 +1,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-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/main/Main.java b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/main/Main.java index 804c89792d..e9daf05bb8 100644 --- a/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/main/Main.java +++ b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/main/Main.java @@ -1,7 +1,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-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/support/configcenter/ConfigCenterHelper.java b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/support/configcenter/ConfigCenterHelper.java index 7cd3257a97..77f2883e57 100644 --- a/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/support/configcenter/ConfigCenterHelper.java +++ b/trpc-bootstrap/trpc-server/src/main/java/com/tencent/trpc/server/support/configcenter/ConfigCenterHelper.java @@ -1,7 +1,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-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterClient.java b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterClient.java index 8b34aaed0f..be564bff54 100644 --- a/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterClient.java +++ b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterClient.java @@ -1,7 +1,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-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterService.java b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterService.java index d561c15c86..6e43500aa3 100644 --- a/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterService.java +++ b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterService.java @@ -1,7 +1,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-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterServiceImp.java b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterServiceImp.java index e98a44d910..f846272cf7 100644 --- a/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterServiceImp.java +++ b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/GreeterServiceImp.java @@ -1,7 +1,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-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/HelloRequestProtocol.java b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/HelloRequestProtocol.java index b88b4f000a..57d20e0768 100644 --- a/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/HelloRequestProtocol.java +++ b/trpc-bootstrap/trpc-server/src/test/java/com/tencent/trpc/server/container/demo/HelloRequestProtocol.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/CodeGeneratorPath.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/CodeGeneratorPath.java index ab4dc9ffcf..d0b72fad49 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/CodeGeneratorPath.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/CodeGeneratorPath.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/DefaultCodeGeneratorHook.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/DefaultCodeGeneratorHook.java index 96305998f4..420a2dfcd3 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/DefaultCodeGeneratorHook.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/DefaultCodeGeneratorHook.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/Protocol.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/Protocol.java index b866280366..52a0a3ef5e 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/Protocol.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/Protocol.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerateException.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerateException.java index 89dff14b47..072b60f394 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerateException.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerateException.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerator.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerator.java index c1643edc93..c999d0a62b 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerator.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGenerator.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGeneratorHook.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGeneratorHook.java index 7839eb7978..eecb44cebf 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGeneratorHook.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/TRpcCodeGeneratorHook.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/extension/TrpcExtensionProto.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/extension/TrpcExtensionProto.java index d94b9e5b1c..3d7a665aaf 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/extension/TrpcExtensionProto.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/extension/TrpcExtensionProto.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/FileDescriptorsCompiler.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/FileDescriptorsCompiler.java index 1b03512bcc..fdc4cd3606 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/FileDescriptorsCompiler.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/FileDescriptorsCompiler.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/PrecompiledDescriptors.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/PrecompiledDescriptors.java index be6fc3b87e..e3c2258bf7 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/PrecompiledDescriptors.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/PrecompiledDescriptors.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoParser.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoParser.java index af468f69cf..e4038ac889 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoParser.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoParser.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoSourceInfo.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoSourceInfo.java index 161b1da623..32e61c9992 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoSourceInfo.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtoSourceInfo.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtobufDescriptorException.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtobufDescriptorException.java index 2228888a32..feea92c14f 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtobufDescriptorException.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/ProtobufDescriptorException.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMessageType.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMessageType.java index 160557460d..c673e1ab90 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMessageType.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMessageType.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMethod.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMethod.java index dc061e45c1..52f7e20f1c 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMethod.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoMethod.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoService.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoService.java index e0a8178a10..998536246e 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoService.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protobuf/source/model/ProtoService.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Language.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Language.java index df94f72ca6..ae4d2af92f 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Language.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Language.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Protoc.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Protoc.java index 370550f828..6d781e2324 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Protoc.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/Protoc.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocExecutionResult.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocExecutionResult.java index 0aed5cc6b2..c8bdc8a433 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocExecutionResult.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocExecutionResult.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocInstruction.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocInstruction.java index fec093ea8f..72910488c0 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocInstruction.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocInstruction.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPlugin.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPlugin.java index 5631e88142..bd84af858a 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPlugin.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPlugin.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPluginInstruction.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPluginInstruction.java index cf8ef0cab1..9c211fee20 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPluginInstruction.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/protoc/ProtocPluginInstruction.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeFileGenerator.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeFileGenerator.java index 688fa28710..af42b9d10c 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeFileGenerator.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeFileGenerator.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeScope.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeScope.java index 644fc0900b..7b29184e8c 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeScope.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeScope.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplate.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplate.java index 3e8096ab74..f039e78e70 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplate.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplate.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateEngine.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateEngine.java index 34cb38a201..67e1ec72b8 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateEngine.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateEngine.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateException.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateException.java index bc1fedab3b..4a955bc317 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateException.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeTemplateException.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeType.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeType.java index 6b2a359566..e70034efd3 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeType.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/CodeType.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/DefaultCodeTemplates.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/DefaultCodeTemplates.java index 927d38ec74..3d387793f3 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/DefaultCodeTemplates.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/DefaultCodeTemplates.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerConfiguration.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerConfiguration.java index f945d10d41..42769e6b3c 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerConfiguration.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerConfiguration.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContext.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContext.java index 2791d6793c..fa989b4e0d 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContext.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContext.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContextProvider.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContextProvider.java index 58a9d17805..faa41eb155 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContextProvider.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerContextProvider.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerStringTemplateEngine.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerStringTemplateEngine.java index d2c9c1c15c..860e6d60ce 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerStringTemplateEngine.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/FreeMarkerStringTemplateEngine.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContext.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContext.java index 2e53554adb..e34f2aadf9 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContext.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContext.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContextProvider.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContextProvider.java index d4e7318754..f005aa302c 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContextProvider.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/template/TemplateContextProvider.java @@ -1,7 +1,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-code-generator/src/main/java/com/tencent/trpc/codegen/util/JarUtils.java b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/util/JarUtils.java index 29ff3a7a91..32c607566b 100644 --- a/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/util/JarUtils.java +++ b/trpc-code-generator/src/main/java/com/tencent/trpc/codegen/util/JarUtils.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/CodeGenerateTest.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodeGenerateTest.java index 3882ff424c..755ea855b0 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodeGenerateTest.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodeGenerateTest.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/CodegenTestHelper.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodegenTestHelper.java index 6995502e0c..7d009c500b 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodegenTestHelper.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/CodegenTestHelper.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/protobuf/DescriptorProtoCompileTest.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protobuf/DescriptorProtoCompileTest.java index 99576819a6..8842fd7acf 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protobuf/DescriptorProtoCompileTest.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protobuf/DescriptorProtoCompileTest.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/protoc/ProtocTest.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protoc/ProtocTest.java index bf39b93ac2..6c75955a9a 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protoc/ProtocTest.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/protoc/ProtocTest.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/template/FreeMarkerTest.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/FreeMarkerTest.java index 6a3bfbaa55..eb4b8bde55 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/FreeMarkerTest.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/FreeMarkerTest.java @@ -1,7 +1,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-code-generator/src/test/java/com/tencent/trpc/codegen/template/TemplateEngineTest.java b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/TemplateEngineTest.java index 16c17ab105..2a672711b1 100644 --- a/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/TemplateEngineTest.java +++ b/trpc-code-generator/src/test/java/com/tencent/trpc/codegen/template/TemplateEngineTest.java @@ -1,7 +1,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-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfig.java b/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfig.java index b4aaa03139..e322f99c1a 100644 --- a/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfig.java +++ b/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfig.java @@ -1,7 +1,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-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoader.java b/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoader.java index 2942e8b1a7..995bcc3863 100644 --- a/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoader.java +++ b/trpc-configcenter/trpc-configcenter-nacos/src/main/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoader.java @@ -1,7 +1,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-configcenter/trpc-configcenter-nacos/src/test/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoaderTest.java b/trpc-configcenter/trpc-configcenter-nacos/src/test/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoaderTest.java index 5cbfb7f810..9674f38ecc 100644 --- a/trpc-configcenter/trpc-configcenter-nacos/src/test/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoaderTest.java +++ b/trpc-configcenter/trpc-configcenter-nacos/src/test/java/com/tencent/trpc/configcenter/nacos/NacosConfigurationLoaderTest.java @@ -1,7 +1,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-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfig.java b/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfig.java index 5e658dc353..70a3231266 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfig.java +++ b/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfig.java @@ -1,7 +1,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-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoader.java b/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoader.java index 393513ec27..d4559aaf24 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoader.java +++ b/trpc-configcenter/trpc-configcenter-open-polaris/src/main/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoader.java @@ -1,7 +1,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-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigTest.java b/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigTest.java index e92fb180e3..b7a29f42e7 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigTest.java +++ b/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigTest.java @@ -1,7 +1,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-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoaderTest.java b/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoaderTest.java index 6a50a6d2e7..6652de26cf 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoaderTest.java +++ b/trpc-configcenter/trpc-configcenter-open-polaris/src/test/java/com/tencent/trpc/configcenter/polaris/PolarisConfigurationLoaderTest.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/ApplicationConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/ApplicationConfigParser.java index 09cd1d67f0..baa34d4bde 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/ApplicationConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/ApplicationConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/YamlUtils.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/YamlUtils.java index cf63a87695..a749c86a92 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/YamlUtils.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/YamlUtils.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Configuration.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Configuration.java index 126d1e1e44..f8ef77b3b5 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Configuration.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Configuration.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Environment.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Environment.java index 272a5baee4..fc2ab0e3f1 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Environment.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/Environment.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/EnvironmentConfiguration.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/EnvironmentConfiguration.java index 21fc064844..85f27d3bae 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/EnvironmentConfiguration.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/EnvironmentConfiguration.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/SystemConfiguration.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/SystemConfiguration.java index 06d2cdae6c..826e6e9088 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/SystemConfiguration.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/SystemConfiguration.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/DefaultPropertySourceParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/DefaultPropertySourceParser.java index be86d1bd6f..dd994bf7b9 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/DefaultPropertySourceParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/DefaultPropertySourceParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/PropertySourceParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/PropertySourceParser.java index 30a7594af4..75c17f042e 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/PropertySourceParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/system/parser/PropertySourceParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/BackendConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/BackendConfigParser.java index 62f693b790..a6bd0dfc0c 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/BackendConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/BackendConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ClientConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ClientConfigParser.java index 3e1446cfd9..2134f13d3e 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ClientConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ClientConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/GlobalConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/GlobalConfigParser.java index b21be0a799..fd240feabb 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/GlobalConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/GlobalConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ParseErrorInfo.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ParseErrorInfo.java index 47ffabe8e0..d54b7794e5 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ParseErrorInfo.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ParseErrorInfo.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParser.java index 8a1a85c25b..fc92dfcc89 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelper.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelper.java index 5220fcc313..13fb95b88f 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelper.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelper.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServerConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServerConfigParser.java index d6ef7dea3e..a31498bb59 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServerConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServerConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServiceConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServiceConfigParser.java index 097fe2ba43..6a80f57023 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServiceConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/ServiceConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParser.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParser.java index e47ec1c5bc..caa11bf639 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParser.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParser.java @@ -1,7 +1,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-container/trpc-container-default/src/main/java/com/tencent/trpc/container/container/DefaultContainer.java b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/container/DefaultContainer.java index eeca44df97..3aae40e2d9 100644 --- a/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/container/DefaultContainer.java +++ b/trpc-container/trpc-container-default/src/main/java/com/tencent/trpc/container/container/DefaultContainer.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java index 6acd1cb644..28a4866841 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/YamlUtilsTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentTest.java index 25e91f60e4..326015774b 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/system/EnvironmentTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/BackendConfigParserTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/BackendConfigParserTest.java index 708675a0eb..0a56092a67 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/BackendConfigParserTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/BackendConfigParserTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelperTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelperTest.java index f63f95b055..5815aaaf7a 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelperTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/PluginConfigParserHelperTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java index 5981abde05..36664e8b97 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/ServerConfigParserTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParserTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParserTest.java index 8e56a9a0f4..4e35796cd0 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParserTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/config/yaml/YamlApplicationConfigParserTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/ConsumerProxyTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/ConsumerProxyTest.java index bb76a4c6e2..384f12479d 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/ConsumerProxyTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/ConsumerProxyTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultContainerTest.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultContainerTest.java index 08c359630b..f7d36ab733 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultContainerTest.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultContainerTest.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultServerListener.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultServerListener.java index 8db75932d3..942d842881 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultServerListener.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/container/DefaultServerListener.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterClient.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterClient.java index 43bb6f9fab..0e91e4b161 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterClient.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterClient.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterService.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterService.java index 281ecac34c..a9f5861669 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterService.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterService.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterServiceImp.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterServiceImp.java index 8bf81d4940..f229bbb20a 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterServiceImp.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/GreeterServiceImp.java @@ -1,7 +1,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-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/HelloRequestProtocol.java b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/HelloRequestProtocol.java index e5b4dd5ede..bdef8145db 100644 --- a/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/HelloRequestProtocol.java +++ b/trpc-container/trpc-container-default/src/test/java/com/tencent/trpc/container/demo/HelloRequestProtocol.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/admin/AdminServiceManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/admin/AdminServiceManager.java index 0b6df07a80..e3cf200305 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/admin/AdminServiceManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/admin/AdminServiceManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/admin/TRpcFrameOverview.java b/trpc-core/src/main/java/com/tencent/trpc/core/admin/TRpcFrameOverview.java index 441d6bfcc4..b9af8c8150 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/admin/TRpcFrameOverview.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/admin/TRpcFrameOverview.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/admin/spi/Admin.java b/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/Admin.java index de13c7b552..33ec787aa1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/Admin.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/Admin.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/admin/spi/AdminService.java b/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/AdminService.java index d934d92568..2009e189cd 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/AdminService.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/admin/spi/AdminService.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvocationHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvocationHandler.java index e662eb819b..a3488da578 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvocationHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvocationHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvoker.java index c38c139a46..a8dd8f4816 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractClusterInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/AbstractRpcClusterClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractRpcClusterClient.java index 9182d3937d..258d6a8ae9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractRpcClusterClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/AbstractRpcClusterClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvoker.java index 7385c1e256..7d55456114 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorManager.java index 1c65f2adbb..7bf190fbf1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInterceptorManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInvoker.java index 84f9a35dab..6035097166 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/ClusterInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClient.java index e98f49bcb7..9a1d62dcc7 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientFactory.java index ca671fa20e..1d7d261e41 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientManager.java index bdfc3f1156..8fbdbf2f4c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactory.java index 831f10593f..e82065ea67 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandler.java index e109638ee8..365f5aa14b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvoker.java index c7542f7762..f4c6145587 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapper.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapper.java index 242156ee16..a54ce80765 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapper.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapper.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClient.java index 6dbc79d8db..30d6b444c5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/cluster/spi/ClusterInterceptor.java b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/spi/ClusterInterceptor.java index 10f6273ff4..f489357b44 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/cluster/spi/ClusterInterceptor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/cluster/spi/ClusterInterceptor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/ConfigManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/ConfigManager.java index a0008af7b1..bf241850b7 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/ConfigManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/ConfigManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/Constants.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Constants.java index 720625b1f3..54e3f868be 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Constants.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Constants.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/Lifecycle.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Lifecycle.java index 11e53e94e9..6addd775cb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Lifecycle.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Lifecycle.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/LifecycleBase.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/LifecycleBase.java index b9b0aba870..21f275cd46 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/LifecycleBase.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/LifecycleBase.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/NamedThreadFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/NamedThreadFactory.java index d1ec6dc047..ce6aa0a9b9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/NamedThreadFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/NamedThreadFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/RpcResult.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/RpcResult.java index 248ec7f290..3ebf0896a0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/RpcResult.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/RpcResult.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListener.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListener.java index 39170868cf..5d508d0978 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListener.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListener.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListenerManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListenerManager.java index a35ee25bbc..c0ff1d028d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListenerManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRPCRunListenerManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/TRpcPluginTypeAlias.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcPluginTypeAlias.java index 7d441de703..a686432c89 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcPluginTypeAlias.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcPluginTypeAlias.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/TRpcProtocolType.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcProtocolType.java index 378e6814a2..2a6d5a51d6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcProtocolType.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcProtocolType.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/TRpcSystemProperties.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcSystemProperties.java index bed2e2c69c..474142c59f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcSystemProperties.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/TRpcSystemProperties.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/Version.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java index 0c6e1da626..d2770511dc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/AdminConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/AdminConfig.java index 8c18ebfd1c..2946330290 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/AdminConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/AdminConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/BackendConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BackendConfig.java index d5ebd5dd2f..3205c4d2f2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BackendConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BackendConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/BaseProtocolConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BaseProtocolConfig.java index 1a76ea8209..0e9ce8224a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BaseProtocolConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/BaseProtocolConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ClientConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ClientConfig.java index 2e5cc283fa..1b41dd63c1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ClientConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ClientConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ConsumerConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ConsumerConfig.java index 71d795a608..3e576aba9a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ConsumerConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ConsumerConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/GlobalConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/GlobalConfig.java index ba4701cf93..5ab062bf47 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/GlobalConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/GlobalConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/NamingOptions.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/NamingOptions.java index dbb09bc54a..7c782baff1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/NamingOptions.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/NamingOptions.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/PluginConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/PluginConfig.java index 3652590cee..dcde75d201 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/PluginConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/PluginConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ProtocolConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProtocolConfig.java index b76c2ad41e..b74ed02151 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProtocolConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProtocolConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ProviderConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProviderConfig.java index 434cddb21f..29c0b9341b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProviderConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ProviderConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ServerConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServerConfig.java index 6d066e6fa1..b880e6e5cb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServerConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServerConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/ServiceConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServiceConfig.java index 887beb832d..9d24444019 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServiceConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/ServiceConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/annotation/ConfigProperty.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/annotation/ConfigProperty.java index bb3b833c5b..0723f6f2da 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/annotation/ConfigProperty.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/annotation/ConfigProperty.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilder.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilder.java index c1c98ab46c..f5d5738bcb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilder.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilder.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/config/constant/ConfigConstants.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/constant/ConfigConstants.java index fd60c57d91..a2ebffe1cf 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/config/constant/ConfigConstants.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/config/constant/ConfigConstants.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/timer/HashedWheelTimer.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/HashedWheelTimer.java index dca6f2ee10..522706b0e1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/HashedWheelTimer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/HashedWheelTimer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/timer/Timeout.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timeout.java index 02369de850..8ee712467b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timeout.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timeout.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/timer/Timer.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timer.java index 654cb9a01f..76e431a71c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/Timer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/common/timer/TimerTask.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/TimerTask.java index e2b3d449b2..4840ecc9bf 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/TimerTask.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/timer/TimerTask.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/CompressType.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressType.java index 1b16e898ea..603688587f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressType.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressType.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/CompressorSupport.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressorSupport.java index 7c8b138a0b..16124fd663 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressorSupport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/CompressorSupport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/spi/Compressor.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/spi/Compressor.java index 384e70e4dd..6196f5cac0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/spi/Compressor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/spi/Compressor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/support/GZipCompressor.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/GZipCompressor.java index e69108a8e1..56c954c6f0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/GZipCompressor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/GZipCompressor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/support/NoneCompressor.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/NoneCompressor.java index b95aa91a24..b0feb666b0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/NoneCompressor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/NoneCompressor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/compressor/support/SnappyCompressor.java b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/SnappyCompressor.java index 8d621221a2..820768c275 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/SnappyCompressor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/compressor/support/SnappyCompressor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationEvent.java b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationEvent.java index 58e44386dc..c28fb7754f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationEvent.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationEvent.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationListener.java b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationListener.java index d5cf9f3ea0..794c943580 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationListener.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationListener.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationManager.java index 5d610622ab..cbce958552 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/ConfigurationManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/configcenter/spi/ConfigurationLoader.java b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/spi/ConfigurationLoader.java index 0aed158aa4..8572b77af7 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/spi/ConfigurationLoader.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/configcenter/spi/ConfigurationLoader.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/container/spi/Container.java b/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/Container.java index 5ad99918e9..1b833ebf73 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/Container.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/Container.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/container/spi/ServerListener.java b/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/ServerListener.java index d3f5ca336e..9b5932f8d6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/ServerListener.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/container/spi/ServerListener.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/BinderException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/BinderException.java index 9f83c1c157..3050909f10 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/BinderException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/BinderException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/ConfigCenterException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ConfigCenterException.java index 913cc8b959..48bfe3d542 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/ConfigCenterException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ConfigCenterException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/ErrorCode.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCode.java index dc8d946bdb..7f5f8c7226 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCode.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCode.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/ErrorCodeUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCodeUtils.java index f33741cec8..76efd0a478 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCodeUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ErrorCodeUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/ExceptionHelper.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ExceptionHelper.java index 998e8da1e1..6279dd6dd4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/ExceptionHelper.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/ExceptionHelper.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/LifecycleException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LifecycleException.java index 56fbfb6da2..963eaec51a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/LifecycleException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LifecycleException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/LimiterBlockException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterBlockException.java index 854c46e557..1259d11219 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterBlockException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterBlockException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/LimiterDataSourceException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterDataSourceException.java index e99f58386c..860d1587cb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterDataSourceException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterDataSourceException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/LimiterException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterException.java index 1c64c5ac4e..c41cec8c32 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/LimiterFallbackException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterFallbackException.java index f5b4d932b0..951e747555 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterFallbackException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/LimiterFallbackException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/TRpcException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcException.java index c95c53f665..f43a4adbe8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/TRpcExtensionException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcExtensionException.java index f93b69c894..7b8e2856a4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcExtensionException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TRpcExtensionException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/exception/TransportException.java b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TransportException.java index 69f47e70d1..c9d2a75b0a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/exception/TransportException.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/exception/TransportException.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/Activate.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Activate.java index cbf04c65b9..ca16937781 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/Activate.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Activate.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/ActivationGroup.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ActivationGroup.java index 6b0ce1ae5b..af55aac4e3 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/ActivationGroup.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ActivationGroup.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/DisposableExtension.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/DisposableExtension.java index ce5dc69ce7..e5aa981d8c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/DisposableExtension.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/DisposableExtension.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/Extensible.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extensible.java index 6df39c8076..1b178405d2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extensible.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extensible.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/Extension.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extension.java index 5cdf2965ee..e7dc4334f8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extension.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/Extension.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/ExtensionClass.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionClass.java index e58865ee7f..b0525e080c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionClass.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionClass.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/ExtensionLoader.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionLoader.java index 2f4db46208..07b16bd42b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionLoader.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionLoader.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/ExtensionManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionManager.java index 7aaf73bd84..4b37bea9f1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/ExtensionManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/InitializingExtension.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/InitializingExtension.java index c270409705..1e029d24b9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/InitializingExtension.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/InitializingExtension.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/PluginConfigAware.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/PluginConfigAware.java index 7dc8d00e0f..1a6d48d4ac 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/PluginConfigAware.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/PluginConfigAware.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/extension/RefreshableExtension.java b/trpc-core/src/main/java/com/tencent/trpc/core/extension/RefreshableExtension.java index 2b716c9662..69d2dc2054 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/extension/RefreshableExtension.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/extension/RefreshableExtension.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ConsumerFilterInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerFilterInvoker.java index fdac8e78aa..caaec5cf29 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerFilterInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerFilterInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerHeadFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerHeadFilter.java index 68b4aa12f2..4a67720fc6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerHeadFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerHeadFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerTailFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerTailFilter.java index 7be642c5bf..354b743b0c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerTailFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ConsumerInvokerTailFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/FilterChain.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterChain.java index 0f3bec34ab..8027fa5777 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterChain.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterChain.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/FilterManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterManager.java index d85b2aaf7b..b862851362 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/FilterOrdered.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterOrdered.java index 80194cdc6c..b88fec8966 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterOrdered.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/FilterOrdered.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/Ordered.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/Ordered.java index 83faf4264e..a6490ac9e9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/Ordered.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/Ordered.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ProviderFilterInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderFilterInvoker.java index 218f29e660..19d1f283b8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderFilterInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderFilterInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerHeadFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerHeadFilter.java index 27d87c8c82..241f1886a0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerHeadFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerHeadFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerTailFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerTailFilter.java index 4fdaa6a310..add90d6a29 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerTailFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/ProviderInvokerTailFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/filter/spi/Filter.java b/trpc-core/src/main/java/com/tencent/trpc/core/filter/spi/Filter.java index 64a850595c..f3844cb201 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/filter/spi/Filter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/filter/spi/Filter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandler.java index 71a7b25992..a1182b66e2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterFallback.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterFallback.java index 90d3eaa3a2..2055152276 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterFallback.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterFallback.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractor.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractor.java index 8a048e8520..b11df03244 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/spi/Limiter.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/Limiter.java index 592dae3abb..1c8fbc37c8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/Limiter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/Limiter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterBlockHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterBlockHandler.java index b3b674d4ed..d5cf9161db 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterBlockHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterBlockHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterFallback.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterFallback.java index 67fbe1316d..b78733fed8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterFallback.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterFallback.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterResourceExtractor.java b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterResourceExtractor.java index 3878365326..d95c2db9f8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterResourceExtractor.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/limiter/spi/LimiterResourceExtractor.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/Logger.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/Logger.java index fa6fa92900..3ad61305c9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/Logger.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/Logger.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/LoggerAdapter.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerAdapter.java index a04476a447..0785958b4f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerAdapter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerAdapter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/LoggerConstant.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerConstant.java index 9a3dc9dcde..cc1d322d35 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerConstant.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerConstant.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/LoggerFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerFactory.java index b0c7638e04..f9a832775c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/LoggerLevel.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerLevel.java index e70c014c72..b6dc6da21b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerLevel.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/LoggerLevel.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/RemoteLogger.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLogger.java index af74510381..219af30765 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLogger.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLogger.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerAdapter.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerAdapter.java index b555042869..ae9ff7ad76 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerAdapter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerAdapter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerFilter.java index 4d4f584325..62f82cb6e0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/RemoteLoggerFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLocationAwareLogger.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLocationAwareLogger.java index 2fb074c396..7751d71ff4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLocationAwareLogger.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLocationAwareLogger.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLogger.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLogger.java index 0d42a3ebd7..076881fe99 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLogger.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLogger.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapter.java b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapter.java index b37d914316..3c4eedec8c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/AbstractThreadPoolMXBean.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/AbstractThreadPoolMXBean.java index 48b56dc4ed..ff07f18795 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/AbstractThreadPoolMXBean.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/AbstractThreadPoolMXBean.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBean.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBean.java index 015613b915..7636c4b44e 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBean.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBean.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBeanImpl.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBeanImpl.java index 6147536fc5..85f0cf51c5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBeanImpl.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ForkJoinPoolMXBeanImpl.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/PoolMXBean.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/PoolMXBean.java index 0b5ea1bf42..3ca56e90f5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/PoolMXBean.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/PoolMXBean.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanImpl.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanImpl.java index ad774dedf9..3d32ca6839 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanImpl.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanImpl.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapper.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapper.java index 4c7bb0fc68..0beb9db196 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapper.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapper.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBean.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBean.java index 36a54bd041..b49c0f15c7 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBean.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBean.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBeanImpl.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBeanImpl.java index 9262801e60..0c8e9bc450 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBeanImpl.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/ThreadPoolMXBeanImpl.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/management/support/MBeanRegistryHelper.java b/trpc-core/src/main/java/com/tencent/trpc/core/management/support/MBeanRegistryHelper.java index 067adafe0b..146021d6a6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/management/support/MBeanRegistryHelper.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/management/support/MBeanRegistryHelper.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/ActiveInvocation.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/ActiveInvocation.java index 17c64bdca1..b6a3ad5322 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/ActiveInvocation.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/ActiveInvocation.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/Counter.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Counter.java index 41cfa92f01..a52f5da2b8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Counter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Counter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/Gauge.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Gauge.java index 2986cbb9b6..158291321b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Gauge.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Gauge.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/Histogram.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Histogram.java index f912353c50..73e1a01924 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Histogram.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Histogram.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/Metric.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metric.java index 86eab24a55..48f45fcd5a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metric.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metric.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/MetricName.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricName.java index 61f9eb6c38..212e5a6f67 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricName.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricName.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/Metrics.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metrics.java index c7c41394e1..df46974299 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metrics.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/Metrics.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/MetricsAttr.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsAttr.java index c59a0aaa79..7e3b3ce8c2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsAttr.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsAttr.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCallInfo.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCallInfo.java index c6b89ab8c9..177f835667 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCallInfo.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCallInfo.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCustom.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCustom.java index 14c2b02339..bc18c80d0c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCustom.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsCustom.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/MetricsStat.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsStat.java index 182a930599..20688c2b75 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsStat.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/MetricsStat.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/PassiveInvocation.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/PassiveInvocation.java index b248cd921d..830b8150af 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/PassiveInvocation.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/PassiveInvocation.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactory.java index a02df82a3a..ae709f9895 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/metrics/spi/MetricsFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/MetricsFactory.java index de6493ea20..89bb39ccad 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/MetricsFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/metrics/spi/MetricsFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/notify/Notify.java b/trpc-core/src/main/java/com/tencent/trpc/core/notify/Notify.java index 754e894319..601d62f2ba 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/notify/Notify.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/notify/Notify.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/notify/NotifyReporter.java b/trpc-core/src/main/java/com/tencent/trpc/core/notify/NotifyReporter.java index 62850ac89c..fc5da56344 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/notify/NotifyReporter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/notify/NotifyReporter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/proxy/spi/ProxyFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/spi/ProxyFactory.java index 26426da80e..f8d211d650 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/proxy/spi/ProxyFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/spi/ProxyFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactory.java index a0152258b9..16ec8ce5a5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/proxy/support/JdkProxyFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/JdkProxyFactory.java index c038a1209a..1999505c9c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/JdkProxyFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/proxy/support/JdkProxyFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/registry/RegisterInfo.java b/trpc-core/src/main/java/com/tencent/trpc/core/registry/RegisterInfo.java index 76b57ddc6c..c36a2b94f1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/registry/RegisterInfo.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/registry/RegisterInfo.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/registry/spi/Registry.java b/trpc-core/src/main/java/com/tencent/trpc/core/registry/spi/Registry.java index 4f19e555b4..005cfa3492 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/registry/spi/Registry.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/registry/spi/Registry.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRequest.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRequest.java index 42ff75bc37..3628e00c93 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRequest.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRequest.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractResponse.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractResponse.java index 4e9c36f1d6..84a1206ca3 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractResponse.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractResponse.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClient.java index a27533379f..1093a0711c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClientFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClientFactory.java index 9508b4515d..bf034a68c1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClientFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcClientFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServer.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServer.java index a90d709f48..84408dc176 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServerFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServerFactory.java index b18fa3dc77..fd50104ad6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServerFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AbstractRpcServerFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AppInitializer.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AppInitializer.java index 9e5f65e12f..593d3f2748 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AppInitializer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AppInitializer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/AttachObj.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AttachObj.java index 79426e59fd..c490253848 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AttachObj.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/AttachObj.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/CallInfo.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CallInfo.java index 780a2ce7f7..ea90bc545d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CallInfo.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CallInfo.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/CloseFuture.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CloseFuture.java index 8118dc83eb..b799602c1e 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CloseFuture.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/CloseFuture.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/ConsumerInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ConsumerInvoker.java index c7574e71f2..a9844e18c7 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ConsumerInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ConsumerInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/GenericClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/GenericClient.java index 9554c788e2..e2a153c4f0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/GenericClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/GenericClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/InvokeMode.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/InvokeMode.java index 2c85a26a13..414b5aff96 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/InvokeMode.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/InvokeMode.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/Invoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Invoker.java index 01c0fb19d1..b400510587 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Invoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Invoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/ProviderInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ProviderInvoker.java index b00d37554d..932301eb91 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ProviderInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ProviderInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/Request.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Request.java index c098376eb2..5dcacdfa3c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Request.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Request.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RequestMeta.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RequestMeta.java index bbdff301bc..c8fcab4a3b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RequestMeta.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RequestMeta.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/Response.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Response.java index 1cd5484917..c673999531 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Response.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/Response.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/ResponseMeta.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ResponseMeta.java index 91700e307d..7184c223dc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ResponseMeta.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/ResponseMeta.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcClient.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClient.java index 8be1039baa..04f3b6edf6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClient.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClient.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcClientContext.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClientContext.java index 35777c270e..b393f52a2d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClientContext.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcClientContext.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcContext.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContext.java index 1fb5b8df16..07fa289262 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContext.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContext.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcContextValueKeys.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContextValueKeys.java index 1499aa8ae3..56cbaff203 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContextValueKeys.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcContextValueKeys.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcInvocation.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcInvocation.java index 03dbf73621..163aa82e11 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcInvocation.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcInvocation.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcServer.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServer.java index 0c363f0049..a309ff2fcc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerContext.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerContext.java index 0cc31479db..22ecfd8930 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerContext.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerContext.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerManager.java index 1071790892..91479d7530 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/RpcServerManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/TRpcProxy.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TRpcProxy.java index 64f5b2f278..6c636163b8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TRpcProxy.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TRpcProxy.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/TimeoutManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TimeoutManager.java index 792ebfc712..152da62e8b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TimeoutManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TimeoutManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/TrpcTransInfoKeys.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TrpcTransInfoKeys.java index 789fabae94..c6f38ba7e8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TrpcTransInfoKeys.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/TrpcTransInfoKeys.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcMethod.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcMethod.java index df1b0d88e1..c5e089eee2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcMethod.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcMethod.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcService.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcService.java index cd78fb22da..ba9f94a57c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcService.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/anno/TRpcService.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/common/MethodRouterKey.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/MethodRouterKey.java index f7ad7c5561..8e3916b416 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/MethodRouterKey.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/MethodRouterKey.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfo.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfo.java index d35f4b7d86..4241ba294b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfo.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfo.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvoker.java index 557689d2eb..e95d747889 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DecodableValue.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DecodableValue.java index 9d20423506..af7515b3fd 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DecodableValue.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DecodableValue.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegister.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegister.java index 2d79795e4c..ceb0f84f50 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegister.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegister.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DefProviderInvoker.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefProviderInvoker.java index a534469b06..9acdeb8426 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefProviderInvoker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefProviderInvoker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DefRequest.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefRequest.java index 5cf044fa7e..fc392d5c56 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefRequest.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefRequest.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DefResponse.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefResponse.java index 0aedc272d7..13a990e3ed 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefResponse.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefResponse.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/DefTimeoutManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefTimeoutManager.java index d60eb72f39..6fc15a4176 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefTimeoutManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/DefTimeoutManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/EncodableValue.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/EncodableValue.java index 4de1fdc11f..fa51b8d3dc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/EncodableValue.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/EncodableValue.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/LeftTimeout.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LeftTimeout.java index c83b9bd05c..e2fd8861fa 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LeftTimeout.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LeftTimeout.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeout.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeout.java index fdb37f4e48..b785614c2a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeout.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeout.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcClientFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcClientFactory.java index ffd99f163d..c11c86fcf9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcClientFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcClientFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcServerFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcServerFactory.java index e99581a0c3..4c4e1b3bb4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcServerFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/rpc/spi/RpcServerFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/AbstractSelector.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/AbstractSelector.java index e06df98189..9561e4bc25 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/AbstractSelector.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/AbstractSelector.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/SelectorManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/SelectorManager.java index d574a59a33..32f07093ff 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/SelectorManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/SelectorManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/ServiceId.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceId.java index 0ef1a3ef88..2915100df4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceId.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceId.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/ServiceInstance.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceInstance.java index d6c91ba45b..53d693ec22 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceInstance.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/ServiceInstance.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/AbstractCircuitBreaker.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/AbstractCircuitBreaker.java index 27bef5a00b..5df4326571 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/AbstractCircuitBreaker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/AbstractCircuitBreaker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/CircuitBreakerManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/CircuitBreakerManager.java index f1c3fd8b48..21be692035 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/CircuitBreakerManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/CircuitBreakerManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/support/NoneCircuitBreaker.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/support/NoneCircuitBreaker.java index a7f338a65d..d2098e84c3 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/support/NoneCircuitBreaker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/circuitbreaker/support/NoneCircuitBreaker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/discovery/AbstractDiscovery.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/AbstractDiscovery.java index add49c36a5..69ee4ecc4a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/AbstractDiscovery.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/AbstractDiscovery.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/discovery/DiscoveryManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/DiscoveryManager.java index ea676f0ae9..e3986bf2f0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/DiscoveryManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/DiscoveryManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/discovery/ListDiscovery.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/ListDiscovery.java index c4a1fdc570..beb572cd9f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/ListDiscovery.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/discovery/ListDiscovery.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/AbstractLoadBalance.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/AbstractLoadBalance.java index 5462fb465b..ecba76693d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/AbstractLoadBalance.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/AbstractLoadBalance.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/LoadBalanceManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/LoadBalanceManager.java index 4d40b624af..a324995e07 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/LoadBalanceManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/LoadBalanceManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/support/RandomLoadBalance.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/support/RandomLoadBalance.java index 568ce6eeac..c7ef0b9e7d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/support/RandomLoadBalance.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/loadbalance/support/RandomLoadBalance.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/router/AbstractRouter.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/AbstractRouter.java index 2faee173ea..ec2f5c9cb4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/AbstractRouter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/AbstractRouter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/router/RouterManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/RouterManager.java index f1f2c83b42..12a257b208 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/RouterManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/RouterManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/router/support/NoneRouter.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/support/NoneRouter.java index 869b53111e..5e29240cf1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/support/NoneRouter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/router/support/NoneRouter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/spi/CircuitBreaker.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/CircuitBreaker.java index 1c7df0fb1d..9a5e8f404b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/CircuitBreaker.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/CircuitBreaker.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/spi/Discovery.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Discovery.java index 0cf79853d0..f906cf4e72 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Discovery.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Discovery.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/spi/LoadBalance.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/LoadBalance.java index b28cae3557..1394745bbc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/LoadBalance.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/LoadBalance.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/spi/Router.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Router.java index 008b651d74..201432780c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Router.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Router.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/spi/Selector.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Selector.java index c5aa1c5914..ff4005a95d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Selector.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/spi/Selector.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelector.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelector.java index 32fc806961..7df143d919 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelector.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelector.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfig.java index 3d12b14cb1..e6532a6b72 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/selector/support/ip/IpSelector.java b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/ip/IpSelector.java index b236593599..c1c2f98731 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/ip/IpSelector.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/selector/support/ip/IpSelector.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/SerializationSupport.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationSupport.java index a83f453e76..f0221e82cc 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationSupport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationSupport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/SerializationType.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationType.java index 3d97c4c411..0a6a41b7a1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationType.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/SerializationType.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/spi/Serialization.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/spi/Serialization.java index 530836f301..f30e182999 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/spi/Serialization.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/spi/Serialization.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/JSONSerialization.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JSONSerialization.java index e8a6016946..9971473abd 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JSONSerialization.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JSONSerialization.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/JavaPBSerialization.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JavaPBSerialization.java index 2e4281b918..9e270a7cec 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JavaPBSerialization.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/JavaPBSerialization.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/PBSerialization.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/PBSerialization.java index 9673e75d7e..8702d65575 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/PBSerialization.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/PBSerialization.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/ProtoCodecManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/ProtoCodecManager.java index 56a85c52d6..50fd780e08 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/ProtoCodecManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/ProtoCodecManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Exclude.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Exclude.java index b1a50d0d2c..b75fc1d8ec 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Exclude.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Exclude.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Reserved.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Reserved.java index 3fbbf43d53..6dbc1abee1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Reserved.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Reserved.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Tag.java b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Tag.java index f86c99f592..a9be39d6ab 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Tag.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/serialization/support/helper/annotation/Tag.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/sign/SignSupport.java b/trpc-core/src/main/java/com/tencent/trpc/core/sign/SignSupport.java index e836ddfbfb..bade3c5a12 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/sign/SignSupport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/sign/SignSupport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/sign/spi/Sign.java b/trpc-core/src/main/java/com/tencent/trpc/core/sign/spi/Sign.java index 716908b9e5..433e4ece06 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/sign/spi/Sign.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/sign/spi/Sign.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stat/MetricStatFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/stat/MetricStatFactory.java index b5681d74b7..cd25e62bff 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stat/MetricStatFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stat/MetricStatFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stat/spi/Stat.java b/trpc-core/src/main/java/com/tencent/trpc/core/stat/spi/Stat.java index e8eb52c5f9..f1be605a08 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stat/spi/Stat.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stat/spi/Stat.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/Closeable.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/Closeable.java index 64d4b0ea2a..c814b156e3 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/Closeable.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/Closeable.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/StreamCall.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/StreamCall.java index 3173c90a22..89ffb06646 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/StreamCall.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/StreamCall.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/ClientTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ClientTransport.java index 49d96a27b1..cf6e8795c0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ClientTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ClientTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/RpcConnection.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/RpcConnection.java index edb6026980..e052c0285c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/RpcConnection.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/RpcConnection.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/ServerTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ServerTransport.java index f911d78e88..0a70d9b91b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ServerTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/ServerTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/codec/FrameDecoder.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/codec/FrameDecoder.java index 8bac1bbe2c..952eff5af4 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/codec/FrameDecoder.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/codec/FrameDecoder.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ClientTransportFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ClientTransportFactory.java index 351b850751..49193a62f5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ClientTransportFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ClientTransportFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ServerTransportFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ServerTransportFactory.java index c4385c36ec..ec093b9ca8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ServerTransportFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/stream/transport/spi/ServerTransportFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/telemetry/SpanContext.java b/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/SpanContext.java index b551db5856..6f74aa495c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/SpanContext.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/SpanContext.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/telemetry/spi/TelemetryFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/spi/TelemetryFactory.java index 7db412ddfc..6b75f029af 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/spi/TelemetryFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/telemetry/spi/TelemetryFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/TracerClientFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerClientFilter.java index 851464d466..3f5581e20c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerClientFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerClientFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/TracerConstants.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerConstants.java index 5fc3e015fc..6a93149358 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerConstants.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerConstants.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/TracerFactoryManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFactoryManager.java index 2ad5429c71..b577c18699 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFactoryManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFactoryManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/TracerFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFilter.java index f909d2abae..911d34fa5c 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/TracerServerFilter.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerServerFilter.java index e79bf57a8f..0a693f9220 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerServerFilter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/TracerServerFilter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/trace/spi/TracerFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/trace/spi/TracerFactory.java index 8e5827f958..ea79f3329b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/trace/spi/TracerFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/trace/spi/TracerFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/AbstractChannel.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractChannel.java index a0a65bf712..1e37d5bb67 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractChannel.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractChannel.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/AbstractClientTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractClientTransport.java index d0b34c010d..31638c552e 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractClientTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractClientTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/AbstractServerTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractServerTransport.java index 56056ff94b..1288fc0543 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractServerTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/AbstractServerTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/Channel.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/Channel.java index 38d3f63d20..3484c40fd5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/Channel.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/Channel.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/ChannelHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ChannelHandler.java index 81f9bcba45..2c1e3fc3e9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/ChannelHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ChannelHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/ClientTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ClientTransport.java index 95a60d4fb9..61dcedae0d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/ClientTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ClientTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/ServerTransport.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ServerTransport.java index 8b16d418ac..6ba9b6d8c5 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/ServerTransport.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/ServerTransport.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/codec/AbstractCodec.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/AbstractCodec.java index 004ca671c8..1a96e5a568 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/AbstractCodec.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/AbstractCodec.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/codec/ChannelBuffer.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ChannelBuffer.java index 714ce001a6..3216456397 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ChannelBuffer.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ChannelBuffer.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/codec/ClientCodec.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ClientCodec.java index 2814243328..54108f8ada 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ClientCodec.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ClientCodec.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/codec/Codec.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/Codec.java index 4504034bae..1bf3003a93 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/Codec.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/Codec.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/codec/ServerCodec.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ServerCodec.java index 91ff4e5c1a..088e7ffd65 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ServerCodec.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/codec/ServerCodec.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractChannelHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractChannelHandler.java index 0949d0fd5c..710e553055 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractChannelHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractChannelHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandler.java index 767ad8884c..0ddfbdb5b0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractServerChannelHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractServerChannelHandler.java index 8a66d15974..6d5e1b5d33 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractServerChannelHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AbstractServerChannelHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandler.java index 78694dca87..d37d08844d 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/handler/ChannelHandlerAdapter.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/ChannelHandlerAdapter.java index adab79af28..c900b24e3b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/ChannelHandlerAdapter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/handler/ChannelHandlerAdapter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/spi/ClientTransportFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ClientTransportFactory.java index 07367ed980..6ebb0d0591 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ClientTransportFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ClientTransportFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/transport/spi/ServerTransportFactory.java b/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ServerTransportFactory.java index ebacbd95ca..63594493ee 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ServerTransportFactory.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/transport/spi/ServerTransportFactory.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/BinderUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/BinderUtils.java index 9ced15cfce..09bd8bc6c9 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/BinderUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/BinderUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/BytesUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/BytesUtils.java index a5199f20e3..830ade3aa6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/BytesUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/BytesUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/Charsets.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/Charsets.java index ffb62808c3..edb9efb8f8 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/Charsets.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/Charsets.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/ClassLoaderUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassLoaderUtils.java index f708d2ff98..15e118ae99 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassLoaderUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassLoaderUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/ClassUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassUtils.java index 04d12336b1..b7504bda3b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ClassUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/CollectionUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/CollectionUtils.java index ea3a3c5acf..024f28ee14 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/CollectionUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/CollectionUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/ConcurrentHashSet.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ConcurrentHashSet.java index 1e0f561612..0f1fdce645 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/ConcurrentHashSet.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ConcurrentHashSet.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/FutureUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/FutureUtils.java index bb5fbff33a..d4f29791d2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/FutureUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/FutureUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/IPUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/IPUtils.java index d790a04317..d2fb1ceae6 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/IPUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/IPUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/JsonUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/JsonUtils.java index e53e99d6d3..9dadf96290 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/JsonUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/JsonUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/NetUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/NetUtils.java index 18e7aeb0d1..69c5e7a54e 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/NetUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/NetUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/PreconditionUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/PreconditionUtils.java index 85d1e25c87..8a0c117341 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/PreconditionUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/PreconditionUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/ProtoJsonConverter.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ProtoJsonConverter.java index b4ef6cd7bc..d854314317 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/ProtoJsonConverter.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/ProtoJsonConverter.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/RpcContextUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcContextUtils.java index 2819be28b8..828c533f7f 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcContextUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcContextUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/RpcUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcUtils.java index 161663c9ff..49ea20b0ab 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/RpcUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/SeqUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/SeqUtils.java index 7b7c25c178..ca2f5af301 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/SeqUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/SeqUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/StringUtils.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/StringUtils.java index 3273521f95..d43771b2bb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/StringUtils.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/StringUtils.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/TimeUtil.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimeUtil.java index 35fd0f7b89..86a2a02bc1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimeUtil.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimeUtil.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/TimerUtil.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimerUtil.java index 9fd7f50c10..206c2cdec0 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimerUtil.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/TimerUtil.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/utils/YamlParser.java b/trpc-core/src/main/java/com/tencent/trpc/core/utils/YamlParser.java index c67e49adba..07c3d47ad2 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/utils/YamlParser.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/utils/YamlParser.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/AbstractWorkerPool.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/AbstractWorkerPool.java index 7e5da50ac2..37b9bc63a1 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/AbstractWorkerPool.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/AbstractWorkerPool.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/WorkerPoolManager.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/WorkerPoolManager.java index 131553c513..0c7a56660a 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/WorkerPoolManager.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/WorkerPoolManager.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandler.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandler.java index 74038e1650..e1c3246beb 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandler.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandler.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/spi/WorkerPool.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/spi/WorkerPool.java index 46954198c4..801cefe233 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/spi/WorkerPool.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/spi/WorkerPool.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfig.java index 240ec92fe6..6b0eaccd0b 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPool.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPool.java index 8a84d0241c..8be64f4297 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPool.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPool.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfig.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfig.java index f70d9a0686..aa5d783951 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfig.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfig.java @@ -1,7 +1,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-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPool.java b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPool.java index 1259065458..c7b5b919ea 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPool.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPool.java @@ -1,7 +1,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-core/src/main/java/org/slf4j/TrpcMDCAdapter.java b/trpc-core/src/main/java/org/slf4j/TrpcMDCAdapter.java index a93137b7ef..dd3c0127f1 100644 --- a/trpc-core/src/main/java/org/slf4j/TrpcMDCAdapter.java +++ b/trpc-core/src/main/java/org/slf4j/TrpcMDCAdapter.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/admin/AdminServiceManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/admin/AdminServiceManagerTest.java index 326d2e9ca9..5bf1d6d963 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/admin/AdminServiceManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/admin/AdminServiceManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/admin/TRpcFrameOverviewTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/admin/TRpcFrameOverviewTest.java index 91ae5204be..41145b6555 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/admin/TRpcFrameOverviewTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/admin/TRpcFrameOverviewTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/AbstractClusterInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/AbstractClusterInvokerTest.java index f4b92fd0a3..d6f7ad0f70 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/AbstractClusterInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/AbstractClusterInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvokerTest.java index eb64ecd8f4..d03ad5f17f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorManagerTest.java index 31df27aef7..81eee9bbc6 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/ClusterInterceptorManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java index 1df2db4edb..dd137a0a8b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactoryTest.java index a7b2f0e3b9..21da6c8787 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/StandardRpcClusterClientFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandlerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandlerTest.java index b0c06ee80b..40c1b73e16 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandlerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvocationHandlerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapperTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapperTest.java index 3cb95d1e7c..a8c1530c83 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapperTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerMockWrapperTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerTest.java index 96afd9faca..93a90b91af 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClientTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClientTest.java index dcbe089464..d5c7ed789e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClientTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefRpcClusterClientTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/cluster/spi/LogClusterInterceptor.java b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/spi/LogClusterInterceptor.java index 2d27c21d2f..a15bb1dd52 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/cluster/spi/LogClusterInterceptor.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/cluster/spi/LogClusterInterceptor.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/ConfigManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/ConfigManagerTest.java index 3244a60c9b..7d69d1f1fb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/ConfigManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/ConfigManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/LifeCycleTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/LifeCycleTest.java index f72223f94f..afdc027e5f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/LifeCycleTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/LifeCycleTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/NamedThreadFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/NamedThreadFactoryTest.java index fe825859f6..cf417209a6 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/NamedThreadFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/NamedThreadFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/TRPCRunListenerImpl1.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRPCRunListenerImpl1.java index 773cd04207..b7cf5f9145 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/TRPCRunListenerImpl1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRPCRunListenerImpl1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/TRpcPluginTypeAliasTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcPluginTypeAliasTest.java index 604c35dae3..e7ffe2d144 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcPluginTypeAliasTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcPluginTypeAliasTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/TRpcSystemPropertiesTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcSystemPropertiesTest.java index ba3813b072..db9f2303a7 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcSystemPropertiesTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/TRpcSystemPropertiesTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/VersionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/VersionTest.java index f626acc4e8..18653a216d 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/VersionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/VersionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ApplicationConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ApplicationConfigTest.java index a750806790..c008ebedcc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ApplicationConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ApplicationConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/BackendConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BackendConfigTest.java index 467a85e5f7..a38cdb0e5b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BackendConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BackendConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/BaseProtocolConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BaseProtocolConfigTest.java index dc64b5d5ba..7e512820e8 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BaseProtocolConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/BaseProtocolConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ClientConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ClientConfigTest.java index d9ba128651..2eb76616ec 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ClientConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ClientConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ConfigCenterConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigCenterConfigTest.java index 9e5ebf41ff..f9ac2916d8 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigCenterConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigCenterConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigTest.java index 3077016c43..8666d12737 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ConsumerConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConsumerConfigTest.java index 2178701305..1a6ebb190f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConsumerConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ConsumerConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/GlobalConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/GlobalConfigTest.java index 2dc53a7633..21a5d89f94 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/GlobalConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/GlobalConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/NamingOptionsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/NamingOptionsTest.java index a020896440..affd9c93a4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/NamingOptionsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/NamingOptionsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/PluginConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/PluginConfigTest.java index 7807071d3c..084f5a080a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/PluginConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/PluginConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ProtocolConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProtocolConfigTest.java index 9be8ebb661..7f4f56e59a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProtocolConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProtocolConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ProviderConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProviderConfigTest.java index 635da2aa01..bc7eb75c9b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProviderConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ProviderConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ServerConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServerConfigTest.java index f449217aee..04bdca5f26 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServerConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServerConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/ServiceConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServiceConfigTest.java index 47e5b9fd30..750de084ba 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServiceConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/ServiceConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilderTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilderTest.java index e7a2d13cfe..b00f737e28 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilderTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/config/builder/PluginConfigBuilderTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/common/timer/HashWheelTimerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/common/timer/HashWheelTimerTest.java index c30dc5a531..09ec6198af 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/common/timer/HashWheelTimerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/common/timer/HashWheelTimerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/compressor/CompressorTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/compressor/CompressorTest.java index 942a00d51c..9cf5bc76a5 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/compressor/CompressorTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/compressor/CompressorTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationEventTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationEventTest.java index 0d4855ecd6..9590eb5797 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationEventTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationEventTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationManagerTest.java index c465c178cd..19266e5a8e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/configcenter/ConfigurationManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/ErrorCodeUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/ErrorCodeUtilsTest.java index 1aaa4ac127..730682f0ed 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/ErrorCodeUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/ErrorCodeUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/ExceptionHelperTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/ExceptionHelperTest.java index 8c24b3ba97..d8d2299710 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/ExceptionHelperTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/ExceptionHelperTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/LimiterBlockHandlerExceptionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterBlockHandlerExceptionTest.java index f98e980830..0f31887c91 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterBlockHandlerExceptionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterBlockHandlerExceptionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/LimiterDatasourceExceptionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterDatasourceExceptionTest.java index 47ee7afaed..aee9b03ca0 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterDatasourceExceptionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterDatasourceExceptionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/LimiterExceptionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterExceptionTest.java index e412aa42b7..650c98f411 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterExceptionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterExceptionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/LimiterFallbackExceptionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterFallbackExceptionTest.java index 74b373ec1c..b6bca6745c 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterFallbackExceptionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/LimiterFallbackExceptionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/exception/TRpcExceptionTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/exception/TRpcExceptionTest.java index b118c8776b..ddc4170966 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/exception/TRpcExceptionTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/exception/TRpcExceptionTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/ExtensionLoaderTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/ExtensionLoaderTest.java index 8b49c07887..7a51f7de37 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/ExtensionLoaderTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/ExtensionLoaderTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/MockSelector.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/MockSelector.java index 324912035b..30b5777d6f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/MockSelector.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/MockSelector.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/DefaultNotExistExt.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/DefaultNotExistExt.java index 3bef3e1293..bf25d93d30 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/DefaultNotExistExt.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/DefaultNotExistExt.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/NoAnnotationExt.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/NoAnnotationExt.java index 05c19c4190..cdd9607ab9 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/NoAnnotationExt.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/NoAnnotationExt.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/Ext1.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/Ext1.java index bc2b03a579..f9c022310a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/Ext1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/Ext1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl1.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl1.java index eb3bf8f5c2..b163630dff 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl2.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl2.java index f37bb14d25..ba878fb4a4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl2.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl2.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl3.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl3.java index f269f66d34..d5967c1960 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl3.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext1/impl/Ext1Impl3.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/Ext2.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/Ext2.java index 83602e5643..5a2ab1ef13 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/Ext2.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/Ext2.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl1.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl1.java index e44991c7b0..3bebd15dfb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl2.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl2.java index 8a8aeb63f5..698c55d2c1 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl2.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext2/impl/Ext2Impl2.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/Ext3.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/Ext3.java index a036f04e98..92946d98c3 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/Ext3.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/Ext3.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl1.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl1.java index 87e2a75f11..0585b4a1be 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl10.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl10.java index b63d333172..ab3f6d0e55 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl10.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl10.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl2.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl2.java index bec72cd2a0..447d3a3a24 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl2.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl2.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl3.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl3.java index d9a21cb392..3c0213920d 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl3.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl3.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl4.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl4.java index 832eb66830..973b598c11 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl4.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl4.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl5.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl5.java index 7f72774404..aea3850be7 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl5.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl5.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl6.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl6.java index 546c0f779a..20d9c1f7e3 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl6.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl6.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl7.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl7.java index 16f3cbca16..c645bf8eba 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl7.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl7.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl8.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl8.java index 0007209cb7..99f00807ef 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl8.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl8.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl9.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl9.java index d188ee3d0e..4e9189bceb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl9.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext3/impl/Ext3Impl9.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/Ext4.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/Ext4.java index 8e916160a0..da061819ea 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/Ext4.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/Ext4.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl1.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl1.java index dde192e93b..9db911c89e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl1.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl1.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl2.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl2.java index 7c6baaa698..17cca35462 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl2.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl2.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl3.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl3.java index 41047e20e5..f43ccff727 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl3.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl3.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl4.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl4.java index 45c3b957d3..b670f0a5be 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl4.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl4.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl5.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl5.java index 5534f77f27..079d1aad9d 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl5.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl5.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl6.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl6.java index a6ca3ad3c7..cdc7cb5e91 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl6.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl6.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl7.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl7.java index f2ab1b3610..3bf32b8004 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl7.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl7.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl8.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl8.java index 491a1d29a1..8eb5118dce 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl8.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl8.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl9.java b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl9.java index 84ef5ae725..f90aefac00 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl9.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/extension/tests/ext4/impl/Ext4Impl9.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/filter/ConsumerFilterInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/filter/ConsumerFilterInvokerTest.java index 69fef47eff..67c5aef6f6 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/filter/ConsumerFilterInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/filter/ConsumerFilterInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/filter/ProviderFilterInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/filter/ProviderFilterInvokerTest.java index fcedeef2b7..d55068b43b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/filter/ProviderFilterInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/filter/ProviderFilterInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandlerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandlerTest.java index b03c7eb864..b9c3aa1fe5 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandlerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterBlockHandlerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterFallbackTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterFallbackTest.java index 480d814a40..e1ad38b7bc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterFallbackTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterFallbackTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractorTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractorTest.java index 0f5bec9f51..d9d0230b4c 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractorTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/limiter/DefLimiterResourceExtractorTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/HelloRequestProtocol.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/HelloRequestProtocol.java index ad9d0973b0..8a47b9fd7a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/HelloRequestProtocol.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/HelloRequestProtocol.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/LoggerFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/LoggerFactoryTest.java index 0fa8dce886..8bce19abe0 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/LoggerFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/LoggerFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/RemoteLoggerFilterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/RemoteLoggerFilterTest.java index 12212162e4..b4c3187a30 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/RemoteLoggerFilterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/RemoteLoggerFilterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/TestInvoker.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestInvoker.java index e20a91b513..afbc6b3eca 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestInvoker.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestInvoker.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLogger.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLogger.java index dc98a98551..c4831dab3f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLogger.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLogger.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerAdapter.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerAdapter.java index 1136941627..4ebc2635c2 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerAdapter.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerAdapter.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerFilter.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerFilter.java index d3cd9c2c02..37e5a5f410 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerFilter.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/TestRemoteLoggerFilter.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapterTest.java index 1703266179..d31aa71010 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerAdapterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerTest.java index 601d2870d8..6e92f26dee 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/logger/slf4j/Slf4jLoggerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanTest.java index d5c6072f6e..a88ac9b986 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorMXBeanTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapperTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapperTest.java index 1c20521f13..c2d5db4868 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapperTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/management/ThreadPerTaskExecutorWrapperTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/ActiveInvocationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/ActiveInvocationTest.java index 6b48a0578d..11eb8a02d5 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/ActiveInvocationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/ActiveInvocationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/MetricNameTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricNameTest.java index 8f17ebf9cd..e1b3199982 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricNameTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricNameTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/MetricsCustomTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsCustomTest.java index 5a0d1c8be0..1de7098cc1 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsCustomTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsCustomTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/MetricsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsTest.java index cf2e032fbf..4b9dc04c7c 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/MetricsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/PassiveInvocationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/PassiveInvocationTest.java index f51b485b34..f30f8b8780 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/PassiveInvocationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/PassiveInvocationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactoryTest.java index d7698b311f..d2266d0fff 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/metrics/spi/AbstractMetricsFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/notify/NotifyTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/notify/NotifyTest.java index 508dd1b707..0ce5585156 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/notify/NotifyTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/notify/NotifyTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactoryTest.java index ee614b030c..dc2c4140d4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/ByteBuddyProxyFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/proxy/support/JdkProxyFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/JdkProxyFactoryTest.java index ec171f5820..4a1abedf56 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/JdkProxyFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/proxy/support/JdkProxyFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/registry/MockRegistry.java b/trpc-core/src/test/java/com/tencent/trpc/core/registry/MockRegistry.java index 6b7065a108..4f4a48109d 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/registry/MockRegistry.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/registry/MockRegistry.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/registry/RegisterInfoTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/registry/RegisterInfoTest.java index 26689bda8c..0f45e5b88e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/registry/RegisterInfoTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/registry/RegisterInfoTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcClientTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcClientTest.java index 31754af93d..8b33b45fa9 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcClientTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcClientTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcServerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcServerTest.java index 55b1d8b7ae..c848f8f9df 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcServerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/AbstractRpcServerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/CallInfoTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/CallInfoTest.java index ef6a3a9719..88b9cc88ba 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/CallInfoTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/CallInfoTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/DefRequestTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefRequestTest.java index 2e4177cc44..af01739847 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefRequestTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefRequestTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/DefResponseTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefResponseTest.java index 7a82310df7..bc94fafe15 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefResponseTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/DefResponseTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/InvokeModeTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/InvokeModeTest.java index f9c17fee64..65f91151eb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/InvokeModeTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/InvokeModeTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RequestMetaTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RequestMetaTest.java index 3584e8abc4..2cbbcfb6dc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RequestMetaTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RequestMetaTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/ResponseMetaTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/ResponseMetaTest.java index 2f36146669..d7b74d528c 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/ResponseMetaTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/ResponseMetaTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextTest.java index 3c2f798b29..86a63a21db 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextUtilsTest.java index b8fd9dff4e..ca2c0ffae2 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcContextUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RpcInvocationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcInvocationTest.java index d16503b15f..68c5b3e482 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcInvocationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcInvocationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerContextTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerContextTest.java index 9e3167030e..9f1f7a2e99 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerContextTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerContextTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerMapTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerMapTest.java index 92a9f912ad..01bb5bfa03 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerMapTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/RpcServerMapTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/TRpcProxyTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/TRpcProxyTest.java index 7c314879e2..7685100b82 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/TRpcProxyTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/TRpcProxyTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/common/CommonResultClient.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/CommonResultClient.java index 4c8efa7811..118812ee43 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/CommonResultClient.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/CommonResultClient.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/common/MethodRouterKeyTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/MethodRouterKeyTest.java index 525cf39ec1..5c3cd4511a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/MethodRouterKeyTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/MethodRouterKeyTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvokerTest.java index a8e8dd6944..3d7eb230fd 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoAndInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoTest.java index da938717d7..96ebc4cd2d 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/common/RpcMethodInfoTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/DecodableValueTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DecodableValueTest.java index f3e3b0c892..656535fd17 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DecodableValueTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DecodableValueTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegisterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegisterTest.java index 33f0189cbb..41c5c104bb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegisterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefMethodInfoRegisterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/DefProviderInvokerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefProviderInvokerTest.java index 1dce0b45a8..acfe657eed 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefProviderInvokerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/DefProviderInvokerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/EncodableValueTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/EncodableValueTest.java index 0121febd81..23c9d5bdfd 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/EncodableValueTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/EncodableValueTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/LeftTimeoutTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LeftTimeoutTest.java index 3dbf79a1b7..632c261e79 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LeftTimeoutTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LeftTimeoutTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeoutTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeoutTest.java index cf63481d7b..4fa18bef3e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeoutTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/rpc/def/LinkInvokeTimeoutTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/AbstractCircuitBreakerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractCircuitBreakerTest.java index b0d8357550..bec8b92b20 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractCircuitBreakerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractCircuitBreakerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/AbstractDiscoveryFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractDiscoveryFactoryTest.java index f47a6d8f2c..7d781d859e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractDiscoveryFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractDiscoveryFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/AbstractLoadBalanceTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractLoadBalanceTest.java index 3b86da91c3..c311398563 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractLoadBalanceTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/AbstractLoadBalanceTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ClusterNamingTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ClusterNamingTest.java index 7910adef1f..1cb0ee6869 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ClusterNamingTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ClusterNamingTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ConfigTest.java index 6538815c2b..5fefeda99a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ListDiscoveryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ListDiscoveryTest.java index 8481a7b239..d1f88b0176 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ListDiscoveryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ListDiscoveryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/NoneCircuitBreakerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/NoneCircuitBreakerTest.java index 9a99ea48b4..3887f4d3fd 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/NoneCircuitBreakerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/NoneCircuitBreakerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/RandomLoadBalanceTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/RandomLoadBalanceTest.java index e9ad6ac8db..9b5dcd82f4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/RandomLoadBalanceTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/RandomLoadBalanceTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ReflectionUtils.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ReflectionUtils.java index 682fa5fdec..7bc5b9b618 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ReflectionUtils.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ReflectionUtils.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ServiceIdTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceIdTest.java index a249b4a74d..6203bdd454 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceIdTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceIdTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/ServiceInstanceTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceInstanceTest.java index 6120dacdd9..5671407c8a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceInstanceTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/ServiceInstanceTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/mock/MockCircuitBreaker.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockCircuitBreaker.java index 672393727f..92eeee7dcf 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockCircuitBreaker.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockCircuitBreaker.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/mock/MockDiscovery.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockDiscovery.java index a9ee3fb29d..913e5435dd 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockDiscovery.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockDiscovery.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/mock/MockLoadBalance.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockLoadBalance.java index ad40396465..a22d7ba457 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockLoadBalance.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/mock/MockLoadBalance.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfigTest.java index 9fdb0b3bf1..e441ba6d8a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/def/AssembleSelectorConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/selector/support/ip/IpSelectorTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/ip/IpSelectorTest.java index facb005636..24ad139d8a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/ip/IpSelectorTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/selector/support/ip/IpSelectorTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/City.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/City.java index 48dee89f69..e3a710ba6b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/City.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/City.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/JavaPbSerializationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JavaPbSerializationTest.java index 9e2edaaaea..bdfed894a8 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JavaPbSerializationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JavaPbSerializationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/JsonSerializationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JsonSerializationTest.java index 1de3c3176f..7ff9bb9db1 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JsonSerializationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/JsonSerializationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/PBSerializationTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/PBSerializationTest.java index b0ad908fc6..fa7486f4d4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/PBSerializationTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/PBSerializationTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/SerializationSupportTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/SerializationSupportTest.java index 7342c2093b..79f29dd0a9 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/SerializationSupportTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/SerializationSupportTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/User.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/User.java index b429e12c61..ad247ae5b9 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/User.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/User.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/serialization/UserExtend.java b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/UserExtend.java index 446da29c3e..b5af967b27 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/serialization/UserExtend.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/serialization/UserExtend.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/sign/SignSupportTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/sign/SignSupportTest.java index c8f9eeeb27..f2e562d7ac 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/sign/SignSupportTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/sign/SignSupportTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/sign/TestSign.java b/trpc-core/src/test/java/com/tencent/trpc/core/sign/TestSign.java index 5f5ba48510..e29e220aa3 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/sign/TestSign.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/sign/TestSign.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/stat/metrics/MetricStatFactoryTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/stat/metrics/MetricStatFactoryTest.java index 0b9ab8ea48..35de557055 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/stat/metrics/MetricStatFactoryTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/stat/metrics/MetricStatFactoryTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/stream/StreamCallTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/stream/StreamCallTest.java index 7e9c986e27..0e661e5fbc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/stream/StreamCallTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/stream/StreamCallTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/telemetry/SpanContextTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/telemetry/SpanContextTest.java index 8b1aac6c09..12be72f933 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/telemetry/SpanContextTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/telemetry/SpanContextTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/trace/TraceClientFilterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceClientFilterTest.java index 958c0c643a..3a2d975adc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceClientFilterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceClientFilterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/trace/TraceServerFilterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceServerFilterTest.java index 31c7000fb2..d6c48a5704 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceServerFilterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/trace/TraceServerFilterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/AbstractClientTransportTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractClientTransportTest.java index 3d644b8ede..4ff645024a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractClientTransportTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractClientTransportTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/AbstractServerTransportTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractServerTransportTest.java index ab351be93e..2e9d986382 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractServerTransportTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/AbstractServerTransportTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/ClientTransportTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/ClientTransportTest.java index 0ed698dbfb..fe4457c3ae 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/ClientTransportTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/ClientTransportTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/TransporterTestUtils.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/TransporterTestUtils.java index efbe6c32b5..35846a8784 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/TransporterTestUtils.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/TransporterTestUtils.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/codec/AbstractCodecTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/codec/AbstractCodecTest.java index 55a8e74b45..437d90649b 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/codec/AbstractCodecTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/codec/AbstractCodecTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/common/TestChannel.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestChannel.java index 75bb5423b3..23985d50fb 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestChannel.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestChannel.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientChannelHandler.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientChannelHandler.java index 6b6e26d223..0712cbbcc5 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientChannelHandler.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientChannelHandler.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientCodec.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientCodec.java index c5973e08d0..6f4b848207 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientCodec.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestClientCodec.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerChannelHandler.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerChannelHandler.java index f6b81002af..9fc96f9a03 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerChannelHandler.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerChannelHandler.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerCodec.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerCodec.java index ce6a0324cd..624c7c4ed4 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerCodec.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/common/TestServerCodec.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandlerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandlerTest.java index 6e54c67e7e..d69651208c 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandlerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AbstractClientChannelHandlerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandlerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandlerTest.java index f43f9f0345..f0832c9b6a 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandlerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/handler/AcceptLimitHandlerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/impl/TestClientTransport.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestClientTransport.java index 40ab6a1e88..c86d40ddd0 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestClientTransport.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestClientTransport.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/transport/impl/TestServerTransport.java b/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestServerTransport.java index ec41196c8a..5fa6796319 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestServerTransport.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/transport/impl/TestServerTransport.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/BinderUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/BinderUtilsTest.java index b94ea2fd02..0ce928a387 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/BinderUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/BinderUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/CharsetsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/CharsetsTest.java index c05b1dd82d..92a8822723 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/CharsetsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/CharsetsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/ClassLoaderUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassLoaderUtilsTest.java index fb22210d3c..84414df5e3 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassLoaderUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassLoaderUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/ClassUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassUtilsTest.java index 27f336d9e9..23ad0c8129 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ClassUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/CollectionUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/CollectionUtilsTest.java index 08f1d8de53..f60fc0dafd 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/CollectionUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/CollectionUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/ConcurrentHashSetTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ConcurrentHashSetTest.java index 299f1b2383..16b440a737 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/ConcurrentHashSetTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ConcurrentHashSetTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/FutureUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/FutureUtilsTest.java index 864e88c704..368acdab08 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/FutureUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/FutureUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/HelloRequestProtocol.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/HelloRequestProtocol.java index cfac9d1a4e..7ddbd69412 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/HelloRequestProtocol.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/HelloRequestProtocol.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/IPUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/IPUtilsTest.java index b3b4a75f09..3fb4ef8d36 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/IPUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/IPUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/JsonUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/JsonUtilsTest.java index 4a8636a23e..1b4f609f7f 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/JsonUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/JsonUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/NetUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/NetUtilsTest.java index 3c3d5d05c1..7f4cfe6d31 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/NetUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/NetUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/PreconditionUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/PreconditionUtilsTest.java index b68f274d3e..804fef3b20 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/PreconditionUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/PreconditionUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/ProtoJsonConverterTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ProtoJsonConverterTest.java index bc6527db80..a91f45360e 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/ProtoJsonConverterTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/ProtoJsonConverterTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/RpcContextUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcContextUtilsTest.java index d3290e6294..a1c261eb29 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcContextUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcContextUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/RpcUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcUtilsTest.java index 5af670a2da..171719e439 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/RpcUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/SeqUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/SeqUtilsTest.java index 7169743daa..5adc2bf1dc 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/SeqUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/SeqUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/StringUtilsTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/StringUtilsTest.java index 0a5bfc267f..d50bda34fa 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/StringUtilsTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/StringUtilsTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/TimeUtilTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimeUtilTest.java index 24113ac11b..e11882b452 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimeUtilTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimeUtilTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/TimerUtilTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimerUtilTest.java index 0e539d46bf..37b8344c22 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimerUtilTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/TimerUtilTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/utils/YamlParserTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/utils/YamlParserTest.java index 341d8a7280..071286a9d0 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/utils/YamlParserTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/utils/YamlParserTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/AbstractWorkerPoolTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/AbstractWorkerPoolTest.java index 8cfa281f27..ee7fd74c06 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/AbstractWorkerPoolTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/AbstractWorkerPoolTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/WorkerPoolManagerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/WorkerPoolManagerTest.java index 7661eea997..68137c2ff7 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/WorkerPoolManagerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/WorkerPoolManagerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandlerTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandlerTest.java index 54d171dcca..573f3262c8 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandlerTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/handler/TrpcThreadExceptionHandlerTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfigTest.java index 6d7ce7575f..d017a3e9f9 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinPoolConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPoolTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPoolTest.java index fadffa40fc..c74f4f95ca 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPoolTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ForkJoinWorkerPoolTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfigTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfigTest.java index d08b39feda..d53c5bb3c1 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfigTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadPoolConfigTest.java @@ -1,7 +1,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-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPoolTest.java b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPoolTest.java index 3a4311a62e..db4048cab5 100644 --- a/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPoolTest.java +++ b/trpc-core/src/test/java/com/tencent/trpc/core/worker/support/thread/ThreadWorkerPoolTest.java @@ -1,7 +1,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-core/src/test/java/org/slf4j/TrpcMDCAdapterTest.java b/trpc-core/src/test/java/org/slf4j/TrpcMDCAdapterTest.java index e5d2e1f239..49f5494757 100644 --- a/trpc-core/src/test/java/org/slf4j/TrpcMDCAdapterTest.java +++ b/trpc-core/src/test/java/org/slf4j/TrpcMDCAdapterTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ClientTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ClientTest.java index f65b2f3c4f..21e23d6890 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ClientTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ClientTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ServerTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ServerTest.java index ed67dfe381..ed3bb0a37e 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ServerTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/config/ServerTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ClientTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ClientTest.java index b7bc0a1b69..e2f2a2921d 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ClientTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ClientTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ServerTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ServerTest.java index f912b94d2b..2124d2f01d 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ServerTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/stream/ServerTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ClientTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ClientTest.java index 5e9d919ee6..f77d9d30af 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ClientTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ClientTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ServerTest.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ServerTest.java index 73e750cabd..4517afd73d 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ServerTest.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/example/yaml/ServerTest.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/filter/DemoFilter.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/filter/DemoFilter.java index f0ac89f57a..1675b7f869 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/filter/DemoFilter.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/filter/DemoFilter.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl.java index 601e75ad1f..8923f28d36 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl2.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl2.java index 2f5295aaa9..f4f03b50ff 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl2.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/impl/GreeterServiceImpl2.java @@ -1,7 +1,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-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/stream/impl/StreamGreeterServiceImpl1.java b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/stream/impl/StreamGreeterServiceImpl1.java index de6e0bf2d1..28d30796ec 100644 --- a/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/stream/impl/StreamGreeterServiceImpl1.java +++ b/trpc-demo/trpc-java-demo/src/main/java/com/tencent/trpc/demo/server/stream/impl/StreamGreeterServiceImpl1.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/ClientApplication.java b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/ClientApplication.java index e1683cf71b..25aee4745b 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/ClientApplication.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/ClientApplication.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/server/ProxyService.java b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/server/ProxyService.java index cea698e058..c98309f581 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/server/ProxyService.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/src/main/java/com/tencent/trpc/spring/demo/server/ProxyService.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/ServerApplication.java b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/ServerApplication.java index f3b21be297..3367b6842b 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/ServerApplication.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/ServerApplication.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/NormalController.java b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/NormalController.java index 907de5bef3..a4a4c546e0 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/NormalController.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/NormalController.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/ProxyController.java b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/ProxyController.java index 560777be38..70c3a63901 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/ProxyController.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/controller/ProxyController.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl.java b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl.java index 754b862197..5c84bb24bf 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl.java @@ -1,7 +1,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-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl2.java b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl2.java index 5a6e420960..5ffe16e2c8 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl2.java +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/src/main/java/com/tencent/trpc/spring/demo/server/impl/GreeterServiceImpl2.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/SentinelLimiter.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/SentinelLimiter.java index 733767a662..33ca6120c8 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/SentinelLimiter.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/SentinelLimiter.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfig.java index f59214f031..08c38d5945 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfig.java index 9b016901a6..38b224c950 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/AbstractDatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/AbstractDatasourceConfig.java index 260bb0f687..0b4f2fe2a0 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/AbstractDatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/AbstractDatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/DatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/DatasourceConfig.java index 247573da64..77d8987fee 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/DatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/DatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfig.java index cc66dc4046..e72c8be252 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfig.java index 206d0dcbed..a55d761ec7 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfig.java index 836894df82..0f003d6a8e 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfig.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfig.java index 95722541cf..73782ab02c 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfig.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfig.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactory.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactory.java index ff74cb6218..51c6996f54 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactory.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactory.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryManger.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryManger.java index e612fee3d2..6a08926d35 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryManger.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryManger.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceType.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceType.java index a9f237ccf1..c1407da8de 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceType.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceType.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactory.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactory.java index 078c904ca6..03ff2bfebf 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactory.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactory.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactory.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactory.java index 6bd1fe48d4..17431822eb 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactory.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactory.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactory.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactory.java index 15b327e7b9..8cea72ff3c 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactory.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactory.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactory.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactory.java index 6bd9a10fb2..4089d980e7 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactory.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactory.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilter.java b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilter.java index 4778327879..9aeffb1182 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilter.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/main/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilter.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/SentinelLimiterTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/SentinelLimiterTest.java index 0855f3e11a..c9574c7b7c 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/SentinelLimiterTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/SentinelLimiterTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelIndexOutExceptionInvoker.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelIndexOutExceptionInvoker.java index 049cf3a90e..36366c1a9b 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelIndexOutExceptionInvoker.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelIndexOutExceptionInvoker.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelInvoker.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelInvoker.java index 7837d2d315..02a75ea4fe 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelInvoker.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/TestSentinelInvoker.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfigTest.java index bbed62f1ed..6c60faf918 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfigTest.java index 60ab83e6e2..3ee0f7ea1b 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/SentinelLimiterConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfigTest.java index 23d7603992..189fb72df7 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/LocalFileDatasourceConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfigTest.java index b478273ab3..9b2401bedb 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/NacosDatasourceConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfigTest.java index 3977b902d4..1995f308c0 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/RedisDatasourceConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfigTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfigTest.java index f18e1497cc..1eba8a143b 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfigTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/ZookeeperDatasourceConfigTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryMangerTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryMangerTest.java index 2a76a2c23b..ff4f1cbeb0 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryMangerTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/DatasourceConfigFactoryMangerTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactoryTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactoryTest.java index 15e99c86b4..ed0366d834 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactoryTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/LocalFileDatasourceConfigFactoryTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactoryTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactoryTest.java index d8b2d8c881..14b116ae55 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactoryTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/NacosDatasourceConfigFactoryTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactoryTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactoryTest.java index 17dd639984..039378b9ed 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactoryTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/RedisDatasourceConfigFactoryTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactoryTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactoryTest.java index 2fcec163e0..86e9709d36 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactoryTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/config/datasource/factory/ZookeeperDatasourceConfigFactoryTest.java @@ -1,7 +1,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-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilterTest.java b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilterTest.java index 1d7d3d4812..a3e6c7d769 100644 --- a/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilterTest.java +++ b/trpc-limiter/trpc-limiter-sentinel/src/test/java/com/tencent/trpc/limiter/sentinel/filter/SentinelLimiterFilterTest.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/AbstractLoggerProcessUnit.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/AbstractLoggerProcessUnit.java index 2f1962e79b..727a8f9b6b 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/AbstractLoggerProcessUnit.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/AbstractLoggerProcessUnit.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnit.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnit.java index 7446fb9aef..73332714ed 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnit.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnit.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnit.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnit.java index 404ecf94f5..6ac5c258c8 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnit.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnit.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerFactoryEnum.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerFactoryEnum.java index 6d6673f4c4..783b8f6903 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerFactoryEnum.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerFactoryEnum.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerLevelInfo.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerLevelInfo.java index 526f25a197..bd1e9a3446 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerLevelInfo.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerLevelInfo.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerManager.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerManager.java index e4600369db..6220a44a97 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerManager.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerManager.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnit.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnit.java index 100a9effd4..d9d1f61a8b 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnit.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnit.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnitFactory.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnitFactory.java index a5e4d0559f..416e603e6d 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnitFactory.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/LoggerProcessUnitFactory.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnit.java b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnit.java index 0eb255e03b..8d12a9df10 100644 --- a/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnit.java +++ b/trpc-logger/trpc-logger-admin/src/main/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnit.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnitTest.java b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnitTest.java index 1d04e0d9fb..4527aa41c4 100644 --- a/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnitTest.java +++ b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/Log4j2LoggerProcessUnitTest.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnitTest.java b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnitTest.java index 6025f8a2a4..10166fccd2 100644 --- a/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnitTest.java +++ b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LogbackLoggerProcessUnitTest.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerLevelInfoTest.java b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerLevelInfoTest.java index 9590c685a8..fde16dc0c6 100644 --- a/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerLevelInfoTest.java +++ b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerLevelInfoTest.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerManagerTest.java b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerManagerTest.java index 2c9b96f887..c2c02a5881 100644 --- a/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerManagerTest.java +++ b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerManagerTest.java @@ -1,7 +1,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-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnitTest.java b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnitTest.java index 5858994ebb..2231f29090 100644 --- a/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnitTest.java +++ b/trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/UnSupportLoggerProcessUnitTest.java @@ -1,7 +1,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-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/CustomTemplate.java b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/CustomTemplate.java index 4a37edb9d4..550200419a 100644 --- a/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/CustomTemplate.java +++ b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/CustomTemplate.java @@ -1,7 +1,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-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/OperatingSystemDetector.java b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/OperatingSystemDetector.java index e2b07bb07f..b0d024e02c 100644 --- a/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/OperatingSystemDetector.java +++ b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/OperatingSystemDetector.java @@ -1,7 +1,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-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/TRpcCodeGenerateMojo.java b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/TRpcCodeGenerateMojo.java index d522b8993d..15cd09ba5f 100644 --- a/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/TRpcCodeGenerateMojo.java +++ b/trpc-maven-plugin/src/main/java/com/tencent/trpc/maven/plugin/TRpcCodeGenerateMojo.java @@ -1,7 +1,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-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TRpcMavenPluginTest.java b/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TRpcMavenPluginTest.java index 9be853b800..8aaff15853 100644 --- a/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TRpcMavenPluginTest.java +++ b/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TRpcMavenPluginTest.java @@ -1,7 +1,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-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TestCodeGeneratorHook.java b/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TestCodeGeneratorHook.java index 6ce20ab45a..131978a5ad 100644 --- a/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TestCodeGeneratorHook.java +++ b/trpc-maven-plugin/src/test/java/com/tencent/trpc/maven/plugin/TestCodeGeneratorHook.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactory.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactory.java index 041fcaec49..9a8494db80 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactory.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactory.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/TrpcSpanContext.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/TrpcSpanContext.java index 8449a89d49..d3b755a937 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/TrpcSpanContext.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/TrpcSpanContext.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/Constants.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/Constants.java index bbac0dfd33..10fbba6ad0 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/Constants.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/Constants.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/State.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/State.java index c8e750d3e4..3d26af2f81 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/State.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/State.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TemporaryMetricsView.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TemporaryMetricsView.java index 0670156c4e..81d68b8aaf 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TemporaryMetricsView.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TemporaryMetricsView.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcAttributesGetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcAttributesGetter.java index 4b58a0e64c..d56ae29dbb 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcAttributesGetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcAttributesGetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcClientMetrics.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcClientMetrics.java index a041cf6364..06372643d0 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcClientMetrics.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcClientMetrics.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcFilter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcFilter.java index 6bf1f97959..8a037df868 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcFilter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcFilter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderGetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderGetter.java index 302b7c1122..5f93bd5e2f 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderGetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderGetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderSetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderSetter.java index 10a1234d5e..268543bd4c 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderSetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcHeaderSetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcMetrics.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcMetrics.java index 5e2a232e1e..38c2b161ea 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcMetrics.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcMetrics.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcRequestExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcRequestExtractor.java index 0d85075505..bcb18ca745 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcRequestExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcRequestExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcServerMetrics.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcServerMetrics.java index 3220d630fb..6c1db93d2a 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcServerMetrics.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcServerMetrics.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanNameExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanNameExtractor.java index b1df6f8c73..88be261387 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanNameExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanNameExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanStatusExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanStatusExtractor.java index 3d50623968..56a6650787 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanStatusExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcSpanStatusExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTool.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTool.java index 94a8602014..9e398c17f7 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTool.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTool.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracing.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracing.java index 4bdca25381..b12af5963e 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracing.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracing.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracingBuilder.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracingBuilder.java index 35af4956f8..7c60982a4d 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracingBuilder.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/TrpcTracingBuilder.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/MetricsAdmin.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/MetricsAdmin.java index afa5dd078d..8d060929d1 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/MetricsAdmin.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/MetricsAdmin.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/NameSanitizer.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/NameSanitizer.java index 5ca0f3c7a6..b1d3d52af2 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/NameSanitizer.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/NameSanitizer.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/OpenTelemetryMetricsReader.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/OpenTelemetryMetricsReader.java index cb259b1999..0853d6a7d6 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/OpenTelemetryMetricsReader.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/OpenTelemetryMetricsReader.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/PrometheusType.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/PrometheusType.java index 60729a3e46..c4d8d1bdec 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/PrometheusType.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/PrometheusType.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/Serializer.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/Serializer.java index f81607cbaf..62780b1636 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/Serializer.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/Serializer.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/TrpcMetricAutoConfigurationCustomizerProvider.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/TrpcMetricAutoConfigurationCustomizerProvider.java index 3bb2246f1e..672693657b 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/TrpcMetricAutoConfigurationCustomizerProvider.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/metrics/TrpcMetricAutoConfigurationCustomizerProvider.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcAttributesExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcAttributesExtractor.java index c692598921..567e525c21 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcAttributesExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcAttributesExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestExtractor.java index f88128a020..7422c2af02 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestGetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestGetter.java index 95957323a2..a3394053c5 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestGetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestGetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestSetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestSetter.java index 02f20ed2ff..92e4f5bef2 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestSetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcRequestSetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcResponseExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcResponseExtractor.java index 58e6ee606d..b7b3b8bd5b 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcResponseExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/sdk/support/DefaultTrpcResponseExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcAttributesExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcAttributesExtractor.java index 28032c746b..bf61a04724 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcAttributesExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcAttributesExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestExtractor.java index 1e96ebf6d1..9124abdf2c 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestExtractor.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestGetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestGetter.java index 2de92bf6c9..4a30171c0f 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestGetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestGetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestSetter.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestSetter.java index 73467b7e0f..46727365d4 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestSetter.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcRequestSetter.java @@ -1,7 +1,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-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcResponseExtractor.java b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcResponseExtractor.java index 3a0e51f749..6655f0be7b 100644 --- a/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcResponseExtractor.java +++ b/trpc-opentelemetry/src/main/java/com/tencent/trpc/opentelemetry/spi/ITrpcResponseExtractor.java @@ -1,7 +1,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-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactoryTest.java b/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactoryTest.java index bcd5638dda..b967a0340a 100644 --- a/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactoryTest.java +++ b/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/OpenTelemetryFactoryTest.java @@ -1,7 +1,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-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/TrpcFilterTest.java b/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/TrpcFilterTest.java index 1f7dc05261..97f94f669d 100644 --- a/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/TrpcFilterTest.java +++ b/trpc-opentelemetry/src/test/java/com/tencent/trpc/opentelemetry/TrpcFilterTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/AbstractConsumerInvoker.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/AbstractConsumerInvoker.java index 18b4ce28ae..c3db4ba531 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/AbstractConsumerInvoker.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/AbstractConsumerInvoker.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2ConsumerInvoker.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2ConsumerInvoker.java index 667bad831f..fd6b57ab4c 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2ConsumerInvoker.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2ConsumerInvoker.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2RpcClient.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2RpcClient.java index 595c7917bc..8a79a7aae5 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2RpcClient.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2RpcClient.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2cRpcClient.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2cRpcClient.java index 5f604ba683..f00d9858d1 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2cRpcClient.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/Http2cRpcClient.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpConsumerInvoker.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpConsumerInvoker.java index 8d1468f854..7a022aea02 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpConsumerInvoker.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpConsumerInvoker.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClient.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClient.java index 640a761840..28c7132063 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClient.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClient.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClientFactory.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClientFactory.java index f54b092d25..cebf790afc 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClientFactory.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpRpcClientFactory.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpsRpcClient.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpsRpcClient.java index 0b82b73e85..4a3aa14744 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpsRpcClient.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/client/HttpsRpcClient.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/ErrorResponse.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/ErrorResponse.java index 0eca7e9482..e45f5321ac 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/ErrorResponse.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/ErrorResponse.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpCodec.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpCodec.java index 77f3a258a5..38c7624e48 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpCodec.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpCodec.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpConstants.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpConstants.java index ffee53113f..bf1f63b858 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpConstants.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/HttpConstants.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttp.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttp.java index ecf865ef3e..686610b6cc 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttp.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttp.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletRequestWrapper.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletRequestWrapper.java index eedf3d1260..aefc63bc47 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletRequestWrapper.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletRequestWrapper.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletResponseWrapper.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletResponseWrapper.java index 5d1735c64f..b2b985eaf8 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletResponseWrapper.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/common/TrpcServletResponseWrapper.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutor.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutor.java index 7708bc2360..73eeb11f9c 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutor.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutor.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutor.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutor.java index 471a83177a..68faf223e3 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutor.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutor.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServer.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServer.java index e5e5d04272..c292de1a0e 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServer.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServer.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServerFactory.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServerFactory.java index 8e5962544e..ac7ec7a18e 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServerFactory.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/server/HttpRpcServerFactory.java @@ -1,7 +1,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-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/util/StreamUtils.java b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/util/StreamUtils.java index 5f916d249b..1d660ac99e 100644 --- a/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/util/StreamUtils.java +++ b/trpc-proto/trpc-proto-http/src/main/java/com/tencent/trpc/proto/http/util/StreamUtils.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcClientTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcClientTest.java index 7f0ca7855e..6f53fa6f47 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcClientTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcClientTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcServerTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcServerTest.java index 9944e90609..7dbbdd6e2a 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcServerTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2RpcServerTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcClientTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcClientTest.java index 6825ded33c..2eea59e182 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcClientTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcClientTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcServerTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcServerTest.java index 546538e5ba..1125ad6484 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcServerTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/Http2cRpcServerTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcClientTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcClientTest.java index 6414c2cfe0..d7e699d399 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcClientTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcClientTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcServerTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcServerTest.java index daea209b2d..3a6eeaa1d2 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcServerTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpRpcServerTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcClientTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcClientTest.java index bc72b45660..085e9ebcff 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcClientTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcClientTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcServerTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcServerTest.java index fa5e372a7b..9df4e8450d 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcServerTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/HttpsRpcServerTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/HttpTransparentInfoTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/HttpTransparentInfoTest.java index 29430a3955..a541977efd 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/HttpTransparentInfoTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/HttpTransparentInfoTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttpTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttpTest.java index 2dc720e47d..072e3ece4d 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttpTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/common/RpcServerContextWithHttpTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutorTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutorTest.java index 7d6f800618..2abbe56434 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutorTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutorTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutorTest.java b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutorTest.java index aeefd009c6..a143abb76f 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutorTest.java +++ b/trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/DefaultHttpExecutorTest.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/GreeterJavaBeanService.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJavaBeanService.java index 029608de6d..9be782c9ec 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJavaBeanService.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJavaBeanService.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/GreeterJsonService.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJsonService.java index cd7c4e7f1e..ec6c39637e 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJsonService.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterJsonService.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/GreeterService.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterService.java index 5ee04e2b7b..3ca07eba42 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterService.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/GreeterService.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/HelloRequestProtocol.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/HelloRequestProtocol.java index 515d015cb4..347931e3d7 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/HelloRequestProtocol.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/HelloRequestProtocol.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodReq.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodReq.java index 54b5eadd95..489607e289 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodReq.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodReq.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodRsp.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodRsp.java index 9574e969d7..b3f94ccfb2 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodRsp.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/TestBeanConvertWithGetMethodRsp.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJavaBeanServiceImpl.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJavaBeanServiceImpl.java index 7e8e4bd989..d54e4d482c 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJavaBeanServiceImpl.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJavaBeanServiceImpl.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java index 8506812f04..5158c0d2fb 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl1.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl1.java index 74fc9a1893..57726c5bd7 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl1.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl1.java @@ -1,7 +1,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-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl2.java b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl2.java index 340bc73c4b..9fdd72e9e1 100644 --- a/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl2.java +++ b/trpc-proto/trpc-proto-http/src/test/java/tests/service/impl1/GreeterServiceImpl2.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/client/StandardRpcClientFactory.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/client/StandardRpcClientFactory.java index 96595c23ca..4db33695ea 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/client/StandardRpcClientFactory.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/client/StandardRpcClientFactory.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardClientCodec.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardClientCodec.java index 2a5b2de421..4bf59a9edd 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardClientCodec.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardClientCodec.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardFrame.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardFrame.java index 676cbb226a..a20c54fcc9 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardFrame.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardFrame.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardPackage.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardPackage.java index a18deebc42..cc37ab0941 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardPackage.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardPackage.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardServerCodec.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardServerCodec.java index b489dc4757..68d86b19ec 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardServerCodec.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/StandardServerCodec.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRPCProtocol.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRPCProtocol.java index 86deabc4fd..3b3b6bfcaf 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRPCProtocol.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRPCProtocol.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcFrameType.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcFrameType.java index bc4a6f3ed6..a29e5b809d 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcFrameType.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcFrameType.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcReqHead.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcReqHead.java index dbd5ef446f..9a8d2a1d7c 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcReqHead.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcReqHead.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcRspHead.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcRspHead.java index 7ea035a0ad..dcd5af1035 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcRspHead.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/common/TRpcRspHead.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/server/StandardRpcServerFactory.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/server/StandardRpcServerFactory.java index c44fb4b606..7be3876691 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/server/StandardRpcServerFactory.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/server/StandardRpcServerFactory.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/BaseTRpcStreamRequesterResponder.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/BaseTRpcStreamRequesterResponder.java index 1ff1344786..5cc1602ab4 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/BaseTRpcStreamRequesterResponder.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/BaseTRpcStreamRequesterResponder.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamLocalConsumer.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamLocalConsumer.java index 33da4eacfa..9a4d5679ac 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamLocalConsumer.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamLocalConsumer.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamRemoteSubscriber.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamRemoteSubscriber.java index c15e0ad1e4..858f24d680 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamRemoteSubscriber.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamRemoteSubscriber.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamServiceInvoker.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamServiceInvoker.java index df47dba402..d303257db1 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamServiceInvoker.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/StreamServiceInvoker.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamRequester.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamRequester.java index 5f7728bd1e..893dcca9b2 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamRequester.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamRequester.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamResponder.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamResponder.java index 6162c9b21d..2bf09f1dc0 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamResponder.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/TRpcStreamResponder.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/StreamConsumerInvoker.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/StreamConsumerInvoker.java index 53fc4f07ea..f7367e97ed 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/StreamConsumerInvoker.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/StreamConsumerInvoker.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/TRpcStreamClient.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/TRpcStreamClient.java index caeae7ea6c..37eb45db18 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/TRpcStreamClient.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/client/TRpcStreamClient.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodec.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodec.java index 9b90d8067a..5d9c886c5f 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodec.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodec.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoder.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoder.java index f30bcf8825..d9b0a542a0 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoder.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoder.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodec.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodec.java index 2f4f91192a..7fa5ff224c 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodec.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodec.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/config/TRpcStreamConstants.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/config/TRpcStreamConstants.java index 4da3cf11aa..1bff703262 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/config/TRpcStreamConstants.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/config/TRpcStreamConstants.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/server/TRpcStreamServer.java b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/server/TRpcStreamServer.java index 037f9322bf..032f8d3cd2 100644 --- a/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/server/TRpcStreamServer.java +++ b/trpc-proto/trpc-proto-standard/src/main/java/com/tencent/trpc/proto/standard/stream/server/TRpcStreamServer.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/main/resources/trpc.proto b/trpc-proto/trpc-proto-standard/src/main/resources/trpc.proto index 55d3e16eaa..78fbf6cec4 100644 --- a/trpc-proto/trpc-proto-standard/src/main/resources/trpc.proto +++ b/trpc-proto/trpc-proto-standard/src/main/resources/trpc.proto @@ -1,5 +1,5 @@ // Tencent is pleased to support the open source community by making tRPC available. -// Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2023 Tencent. All rights reserved. // If you have downloaded a copy of the tRPC source code from Tencent, // please note that tRPC source code is licensed under the Apache 2.0 License, // A copy of the Apache 2.0 License is included in this file. diff --git a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClientFilterTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClientFilterTest.java index f2f43cd1d5..dcc0383eab 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClientFilterTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClientFilterTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClusterTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClusterTest.java index 499942d680..77f3d8d1dd 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClusterTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ClusterTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterService.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterService.java index e132ead33e..184123355c 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterService.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterService.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceApi.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceApi.java index 903cac15e2..79ccd49e56 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceApi.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceApi.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceImpl.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceImpl.java index cd785961aa..0f5f60a1c0 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceImpl.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/GreeterServiceImpl.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ServerFilterTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ServerFilterTest.java index a73749c9a2..1e8278f28b 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ServerFilterTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/clustertest/ServerFilterTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterClientApi.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterClientApi.java index 0e6664f1be..e45140a084 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterClientApi.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterClientApi.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterService.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterService.java index fd82a4f32c..200c23785a 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterService.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterService.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceImp.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceImp.java index ad3ceae99f..b6263cafab 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceImp.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceImp.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceMockImp.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceMockImp.java index 9e44376086..63ec1bfbf9 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceMockImp.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/GreeterServiceMockImp.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloRequestProtocol.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloRequestProtocol.java index 920ed3aede..28cf475c38 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloRequestProtocol.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloRequestProtocol.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloService.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloService.java index 9d0236ce6d..3e8acaf631 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloService.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloService.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceApi.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceApi.java index 2ffc53c7b6..790c28a6ee 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceApi.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceApi.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceImpl.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceImpl.java index 119ebcb6df..4f31af1119 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceImpl.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/HelloServiceImpl.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/MD5Sign.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/MD5Sign.java index 6bd5e1765d..2e97cb77dc 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/MD5Sign.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/MD5Sign.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardCodecTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardCodecTest.java index f200cc21e8..223422aed2 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardCodecTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardCodecTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardPackageTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardPackageTest.java index 515722907c..4e20a39fa8 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardPackageTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/StandardPackageTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcMockServerTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcMockServerTest.java index d763c9aeb1..6e61fabe6d 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcMockServerTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcMockServerTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcServerTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcServerTest.java index f4301fe20b..a9aa1ed595 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcServerTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/common/TRpcServerTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestService.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestService.java index d67c09ec21..9d2c42ea5c 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestService.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestService.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceApi.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceApi.java index 91005dc022..0378a8caa3 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceApi.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceApi.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceImpl.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceImpl.java index 31ece0ac01..986278da20 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceImpl.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/ConcurrentTestServiceImpl.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/TcpConcurrentTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/TcpConcurrentTest.java index 313cfa1c5e..25a33ba07c 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/TcpConcurrentTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/TcpConcurrentTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/UdpConcurrentTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/UdpConcurrentTest.java index 5b42b37b59..80e4dcaaa3 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/UdpConcurrentTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/concurrenttest/UdpConcurrentTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/StreamTests.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/StreamTests.java index 4d27c1803e..2f876a4dc8 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/StreamTests.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/StreamTests.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodecTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodecTest.java index c697bc5152..d7065bd62a 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodecTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameCodecTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoderTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoderTest.java index a0be6df8ab..0d357dd388 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoderTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameDecoderTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodecTest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodecTest.java index b96ca47836..794854f482 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodecTest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/codec/TRpcStreamFrameHeaderCodecTest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequest.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequest.java index a1461ae2aa..fb92e67f76 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequest.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequest.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequestProtocol.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequestProtocol.java index 03a6a23bb3..b6f9137879 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequestProtocol.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloRequestProtocol.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloResponse.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloResponse.java index dbdde3443e..a246686996 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloResponse.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/common/HelloResponse.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService.java index f9c229f9c5..be84acf7de 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService2.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService2.java index d53ec07942..ba3e111e8e 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService2.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService2.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService3.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService3.java index 355d25937a..8cfd4c615e 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService3.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService3.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService4.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService4.java index 75d41453c3..1928cf7679 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService4.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/StreamGreeterService4.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl1.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl1.java index da652c3273..830d507a82 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl1.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl1.java @@ -1,7 +1,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-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl3.java b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl3.java index ba1a19840d..40da97925f 100644 --- a/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl3.java +++ b/trpc-proto/trpc-proto-standard/src/test/java/com/tencent/trpc/proto/standard/stream/server/impl/StreamGreeterServiceImpl3.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ClientResponseBodyCodec.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ClientResponseBodyCodec.java index d129a12d0a..2a56bec9de 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ClientResponseBodyCodec.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ClientResponseBodyCodec.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefConsumerInvoker.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefConsumerInvoker.java index 99f1d6c97c..201cd17046 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefConsumerInvoker.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefConsumerInvoker.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFuture.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFuture.java index 6f07e4c472..c1163bd292 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFuture.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFuture.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFutureManager.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFutureManager.java index a7e6cf960f..8d2884e1e8 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFutureManager.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefResponseFutureManager.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcClient.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcClient.java index 0f5f30d378..0a488da22a 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcClient.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcClient.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcServer.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcServer.java index fbbef8c441..a4dfaee1a5 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcServer.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/DefRpcServer.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ServerRequestBodyCodec.java b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ServerRequestBodyCodec.java index 9cdead2b26..d5c3b49730 100644 --- a/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ServerRequestBodyCodec.java +++ b/trpc-proto/trpc-rpc-support/src/main/java/com/tencent/trpc/proto/support/ServerRequestBodyCodec.java @@ -1,7 +1,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-proto/trpc-rpc-support/src/test/java/com/tencent/trpc/proto/support/DefResponseFutureTest.java b/trpc-proto/trpc-rpc-support/src/test/java/com/tencent/trpc/proto/support/DefResponseFutureTest.java index fcd7c0a578..b3fe2b180b 100644 --- a/trpc-proto/trpc-rpc-support/src/test/java/com/tencent/trpc/proto/support/DefResponseFutureTest.java +++ b/trpc-proto/trpc-rpc-support/src/test/java/com/tencent/trpc/proto/support/DefResponseFutureTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenter.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenter.java index 6080678b47..e397596036 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenter.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractRegistryCenter.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractRegistryCenter.java index a240626e0c..8cc01421f7 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractRegistryCenter.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/AbstractRegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/NotifyListener.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/NotifyListener.java index c3790c236d..8d279608f0 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/NotifyListener.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/NotifyListener.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/RegistryCenter.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/RegistryCenter.java index 5e34edbe9e..e2fdc9f642 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/RegistryCenter.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/center/RegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/ConfigConstants.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/ConfigConstants.java index 37053b4640..ae90490839 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/ConfigConstants.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/ConfigConstants.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/Constants.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/Constants.java index d52051266c..6d6694756a 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/Constants.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/Constants.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterConfig.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterConfig.java index 551fcd66aa..8e223b7cae 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterConfig.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterConfig.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterData.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterData.java index 352ee08a0e..2fdb05cbc6 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterData.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterData.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterEnum.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterEnum.java index 26cad293af..888c266b43 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterEnum.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterEnum.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterListenerSet.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterListenerSet.java index 1583e167ec..a3f09e1a16 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterListenerSet.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/common/RegistryCenterListenerSet.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/discovery/RegistryDiscovery.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/discovery/RegistryDiscovery.java index 7aae76904a..c127ee2fbb 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/discovery/RegistryDiscovery.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/discovery/RegistryDiscovery.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/AbstractRegistryFactory.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/AbstractRegistryFactory.java index c3e088c9b1..76bf5f38c3 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/AbstractRegistryFactory.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/AbstractRegistryFactory.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/RegistryFactory.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/RegistryFactory.java index 6852f46dfd..9415d0ace1 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/RegistryFactory.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/factory/RegistryFactory.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/AbstractRetryTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/AbstractRetryTask.java index 14a6c4bec9..5db23b2c37 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/AbstractRetryTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/AbstractRetryTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryNotifyTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryNotifyTask.java index 339f080e23..b595301fd9 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryNotifyTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryNotifyTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryRegisterTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryRegisterTask.java index b60a25cf3b..f34364b37a 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryRegisterTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryRegisterTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetrySubscribeTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetrySubscribeTask.java index f8587d9646..93d3ff6b45 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetrySubscribeTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetrySubscribeTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnregisterTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnregisterTask.java index fa4065c657..3bdfcaa165 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnregisterTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnregisterTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnsubscribeTask.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnsubscribeTask.java index e605dd6a02..00243dfea0 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnsubscribeTask.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/task/RetryUnsubscribeTask.java @@ -1,7 +1,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-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/util/RegistryCenterCache.java b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/util/RegistryCenterCache.java index b59c9d3a83..28d458f0a3 100644 --- a/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/util/RegistryCenterCache.java +++ b/trpc-registry/trpc-registry-api/src/main/java/com/tencent/trpc/registry/util/RegistryCenterCache.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenterTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenterTest.java index 96544d7893..ed5d2fce43 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenterTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractFailedRetryRegistryCenterTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractRegistryCenterTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractRegistryCenterTest.java index cc92c31ecd..d108ee6eaa 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractRegistryCenterTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/center/AbstractRegistryCenterTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/common/ConstantsTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/common/ConstantsTest.java index d9640b9d8d..e8d00fc3e6 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/common/ConstantsTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/common/ConstantsTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/discovery/RegistryDiscoveryTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/discovery/RegistryDiscoveryTest.java index aff1e4e120..5567f2b66b 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/discovery/RegistryDiscoveryTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/discovery/RegistryDiscoveryTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/factory/AbstractRegistryFactoryTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/factory/AbstractRegistryFactoryTest.java index 28730d665d..f543ee2fce 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/factory/AbstractRegistryFactoryTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/factory/AbstractRegistryFactoryTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/task/AbstractRetryTaskTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/task/AbstractRetryTaskTest.java index 8968f78145..378b4f18f7 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/task/AbstractRetryTaskTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/task/AbstractRetryTaskTest.java @@ -1,7 +1,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-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/util/RegistryCenterCacheTest.java b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/util/RegistryCenterCacheTest.java index 2c5f1a8791..175c13ad08 100644 --- a/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/util/RegistryCenterCacheTest.java +++ b/trpc-registry/trpc-registry-api/src/test/java/com/tencent/trpc/registry/util/RegistryCenterCacheTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/consul/ConsulRegistryCenter.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/consul/ConsulRegistryCenter.java index 6cc2afd852..90610d7f70 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/consul/ConsulRegistryCenter.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/consul/ConsulRegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/scheduler/TtlScheduler.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/scheduler/TtlScheduler.java index 92565bf85f..bcf2472132 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/scheduler/TtlScheduler.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/registry/scheduler/TtlScheduler.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/ConsulInstanceManager.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/ConsulInstanceManager.java index 36be0ee53d..09a2c373ed 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/ConsulInstanceManager.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/ConsulInstanceManager.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/constant/ConsulConstant.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/constant/ConsulConstant.java index aa10d3f22c..a3d5dcc4c0 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/constant/ConsulConstant.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/constant/ConsulConstant.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulClientProxy.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulClientProxy.java index b56d326c41..002e4054ee 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulClientProxy.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulClientProxy.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandler.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandler.java index 92172d991a..7f43f167a3 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandler.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandler.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/ConsulServiceUtils.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/ConsulServiceUtils.java index 2223a203d5..8c2a9e24a3 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/ConsulServiceUtils.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/ConsulServiceUtils.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/NotifiersServiceUtils.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/NotifiersServiceUtils.java index 275fb75d64..d1d34c784b 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/NotifiersServiceUtils.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/NotifiersServiceUtils.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/TtlSchedulerInstanceUtils.java b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/TtlSchedulerInstanceUtils.java index 9a049eb3b2..271e672b26 100644 --- a/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/TtlSchedulerInstanceUtils.java +++ b/trpc-registry/trpc-registry-consul/src/main/java/com/tencent/trpc/support/util/TtlSchedulerInstanceUtils.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/consul/ConsulRegistryTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/consul/ConsulRegistryTest.java index 520bd5a241..b214672d54 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/consul/ConsulRegistryTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/consul/ConsulRegistryTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/scheduler/TtlSchedulerTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/scheduler/TtlSchedulerTest.java index f504d24b0e..717f618b4d 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/scheduler/TtlSchedulerTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/registry/scheduler/TtlSchedulerTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/constant/ConsulConstantTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/constant/ConsulConstantTest.java index 90d5afcd5e..7df78bacbb 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/constant/ConsulConstantTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/constant/ConsulConstantTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulClientProxyTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulClientProxyTest.java index 89a1da3662..368e7dafab 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulClientProxyTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulClientProxyTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandlerTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandlerTest.java index 693091b911..1c4647ff2b 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandlerTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/proxy/ConsulExceptionProcessHandlerTest.java @@ -1,7 +1,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-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/util/ConsulNewServiceUtilsTest.java b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/util/ConsulNewServiceUtilsTest.java index a94b520950..73949f43d6 100644 --- a/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/util/ConsulNewServiceUtilsTest.java +++ b/trpc-registry/trpc-registry-consul/src/test/java/com/tencent/trpc/support/util/ConsulNewServiceUtilsTest.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/NacosRegistryCenter.java b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/NacosRegistryCenter.java index 23392fc0a1..e5edad7022 100644 --- a/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/NacosRegistryCenter.java +++ b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/NacosRegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfig.java b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfig.java index 4315643caa..bcc603907b 100644 --- a/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfig.java +++ b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfig.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/constant/NacosConstant.java b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/constant/NacosConstant.java index ac746656ea..7534444fc0 100644 --- a/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/constant/NacosConstant.java +++ b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/constant/NacosConstant.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtils.java b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtils.java index 439e52f8ba..6089055029 100644 --- a/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtils.java +++ b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtils.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtils.java b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtils.java index 2594eac770..93f939d317 100644 --- a/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtils.java +++ b/trpc-registry/trpc-registry-nacos/src/main/java/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtils.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/NacosRegistryCenterTest.java b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/NacosRegistryCenterTest.java index bd4ef3ef09..d95aec8c9a 100644 --- a/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/NacosRegistryCenterTest.java +++ b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/NacosRegistryCenterTest.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfigTest.java b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfigTest.java index ae11950616..2ffe1f81c1 100644 --- a/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfigTest.java +++ b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/config/NacosRegistryCenterConfigTest.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtilsTest.java b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtilsTest.java index a3420a59f2..558c1814e5 100644 --- a/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtilsTest.java +++ b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/NacosNamingServiceUtilsTest.java @@ -1,7 +1,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-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtilsTest.java b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtilsTest.java index a4d5609be6..4e73f1a9ab 100644 --- a/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtilsTest.java +++ b/trpc-registry/trpc-registry-nacos/src/test/com/tencent/trpc/registry/nacos/util/StringConstantFieldValuePredicateUtilsTest.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegisterUtil.java b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegisterUtil.java index 0c3be2cafe..70b1003f61 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegisterUtil.java +++ b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegisterUtil.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegistryConstant.java b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegistryConstant.java index 513c7a104b..506c9ad1ad 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegistryConstant.java +++ b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisRegistryConstant.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/registry/polaris/PolarisRegistry.java b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/registry/polaris/PolarisRegistry.java index a8bbab8e15..ee3463eca8 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/registry/polaris/PolarisRegistry.java +++ b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/registry/polaris/PolarisRegistry.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/support/HeartBeatManager.java b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/support/HeartBeatManager.java index 94cdea7d66..28910ef6de 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/support/HeartBeatManager.java +++ b/trpc-registry/trpc-registry-open-polaris/src/main/java/com/tencent/trpc/support/HeartBeatManager.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/polaris/common/PolarisTransTest.java b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/polaris/common/PolarisTransTest.java index afacd7b88f..f42e8d27e7 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/polaris/common/PolarisTransTest.java +++ b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/polaris/common/PolarisTransTest.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/registry/polaris/PolarisRegistryTest.java b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/registry/polaris/PolarisRegistryTest.java index 765d2fdd49..c5fa61a9b4 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/registry/polaris/PolarisRegistryTest.java +++ b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/registry/polaris/PolarisRegistryTest.java @@ -1,7 +1,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-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/support/HeatBeatManagerTest.java b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/support/HeatBeatManagerTest.java index b16a811771..1d8fb9e8ef 100644 --- a/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/support/HeatBeatManagerTest.java +++ b/trpc-registry/trpc-registry-open-polaris/src/test/java/com/tencent/trpc/support/HeatBeatManagerTest.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperClient.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperClient.java index fe9255f1c4..f2f3ec4f36 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperClient.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperClient.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperFactory.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperFactory.java index c15916ec49..d6fd66b0c4 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperFactory.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/AbstractZookeeperFactory.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ChildListener.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ChildListener.java index e41a3a5daf..c7aa149cf2 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ChildListener.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ChildListener.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/DataListener.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/DataListener.java index 264dec306b..2bfd6c7c35 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/DataListener.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/DataListener.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/StateListener.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/StateListener.java index 16f55f7d08..f1e4b7c61d 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/StateListener.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/StateListener.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperClient.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperClient.java index 1736f928a6..ef2ecdc262 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperClient.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperClient.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperFactory.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperFactory.java index 326f6af9cf..85c9601f0f 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperFactory.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/ZookeeperFactory.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/common/Constants.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/common/Constants.java index 537a07710d..27f562d900 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/common/Constants.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/common/Constants.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClient.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClient.java index 8fb91c62a7..8fd18f579b 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClient.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClient.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperFactory.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperFactory.java index a49896f240..1309193654 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperFactory.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperFactory.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryCenter.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryCenter.java index 13a8d23aff..b6731ca4b2 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryCenter.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryCenter.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperConstants.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperConstants.java index 69680f04ff..460048d1f0 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperConstants.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperConstants.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperRegistryCenterConfig.java b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperRegistryCenterConfig.java index 59e2489fcd..9d545de2e9 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperRegistryCenterConfig.java +++ b/trpc-registry/trpc-registry-zookeeper/src/main/java/com/tencent/trpc/registry/zookeeper/common/ZookeeperRegistryCenterConfig.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClientTest.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClientTest.java index 6637aaf6ce..8baf205dc0 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClientTest.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/transporter/curator/CuratorZookeeperClientTest.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryTest.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryTest.java index 01f01578ee..387acbcc3d 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryTest.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/com/tencent/trpc/registry/zookeeper/ZookeeperRegistryTest.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterJsonService.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterJsonService.java index 7a3463995b..fc0f4cbccd 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterJsonService.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterJsonService.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterService.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterService.java index 8ad79d8af7..c125d5d551 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterService.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/GreeterService.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java index 5e1cd1dd19..1b51f270de 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java index 99bc8bcc6a..dacc08c54b 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java @@ -1,7 +1,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-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java index 3ce0b6df47..63033edf56 100644 --- a/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java +++ b/trpc-registry/trpc-registry-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java @@ -1,7 +1,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-selector/trpc-selector-consul/src/main/java/com/tencent/trpc/selector/consul/ConsulSelector.java b/trpc-selector/trpc-selector-consul/src/main/java/com/tencent/trpc/selector/consul/ConsulSelector.java index 8cce0cc0ed..a5e212cbc5 100644 --- a/trpc-selector/trpc-selector-consul/src/main/java/com/tencent/trpc/selector/consul/ConsulSelector.java +++ b/trpc-selector/trpc-selector-consul/src/main/java/com/tencent/trpc/selector/consul/ConsulSelector.java @@ -1,7 +1,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-selector/trpc-selector-consul/src/test/java/com/tencent/trpc/selector/consul/ConsulSelectorTest.java b/trpc-selector/trpc-selector-consul/src/test/java/com/tencent/trpc/selector/consul/ConsulSelectorTest.java index a9e24f682b..acfc0c6448 100644 --- a/trpc-selector/trpc-selector-consul/src/test/java/com/tencent/trpc/selector/consul/ConsulSelectorTest.java +++ b/trpc-selector/trpc-selector-consul/src/test/java/com/tencent/trpc/selector/consul/ConsulSelectorTest.java @@ -1,7 +1,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-selector/trpc-selector-nacos/src/main/java/com/tencent/trpc/selector/nacos/NacosSelector.java b/trpc-selector/trpc-selector-nacos/src/main/java/com/tencent/trpc/selector/nacos/NacosSelector.java index c3b5a3457d..dad49aa524 100644 --- a/trpc-selector/trpc-selector-nacos/src/main/java/com/tencent/trpc/selector/nacos/NacosSelector.java +++ b/trpc-selector/trpc-selector-nacos/src/main/java/com/tencent/trpc/selector/nacos/NacosSelector.java @@ -1,7 +1,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-selector/trpc-selector-nacos/src/test/java/com/tencent/trpc/selector/nacos/NacosSelectorTest.java b/trpc-selector/trpc-selector-nacos/src/test/java/com/tencent/trpc/selector/nacos/NacosSelectorTest.java index 65a8d0f348..f473f97b16 100644 --- a/trpc-selector/trpc-selector-nacos/src/test/java/com/tencent/trpc/selector/nacos/NacosSelectorTest.java +++ b/trpc-selector/trpc-selector-nacos/src/test/java/com/tencent/trpc/selector/nacos/NacosSelectorTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisClientFilter.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisClientFilter.java index 6a35d28f67..b4f8d24ef1 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisClientFilter.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisClientFilter.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisServerFilter.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisServerFilter.java index 3b28165671..1474ab779d 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisServerFilter.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/filter/polaris/PolarisServerFilter.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisConstant.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisConstant.java index 966e43a8de..fb6fe920e5 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisConstant.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisConstant.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisContextUtil.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisContextUtil.java index c7d96ba899..5178d47d66 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisContextUtil.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisContextUtil.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisFutureUtil.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisFutureUtil.java index 95e9407caa..396f31c5c7 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisFutureUtil.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisFutureUtil.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisTrans.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisTrans.java index 3f796d7431..c39dcda747 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisTrans.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/polaris/common/PolarisTrans.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelector.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelector.java index 99f24a6982..bb37defea8 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelector.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelector.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelectorConfig.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelectorConfig.java index 17a0fe85fd..39707cf98a 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelectorConfig.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/PolarisSelectorConfig.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/PolarisCommon.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/PolarisCommon.java index 12fc2fc5e8..ac218fd450 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/PolarisCommon.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/PolarisCommon.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/pojo/PolarisServiceInstances.java b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/pojo/PolarisServiceInstances.java index dfb69dd024..8ccd80d4b9 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/pojo/PolarisServiceInstances.java +++ b/trpc-selector/trpc-selector-open-polaris/src/main/java/com/tencent/trpc/selector/polaris/common/pojo/PolarisServiceInstances.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/DataTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/DataTest.java index f62a04cf14..556f06d03f 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/DataTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/DataTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisCoTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisCoTest.java index 3d2aa266fb..f835cbc4e2 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisCoTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisCoTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisSelectorTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisSelectorTest.java index 16188db4c8..8a7066f940 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisSelectorTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/PolarisSelectorTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisConstantsTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisConstantsTest.java index f2c35aa1d0..0f22d23f48 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisConstantsTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisConstantsTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisTransTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisTransTest.java index 69448746f2..f9bc52add4 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisTransTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/common/PolarisTransTest.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscovery.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscovery.java index eef43b5a3b..9dc0082713 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscovery.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscovery.java @@ -1,7 +1,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-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscoveryTest.java b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscoveryTest.java index f4acebcea8..13a2616325 100644 --- a/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscoveryTest.java +++ b/trpc-selector/trpc-selector-open-polaris/src/test/java/com/tencent/trpc/selector/open/polaris/discovery/PolarisDiscoveryTest.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/main/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelector.java b/trpc-selector/trpc-selector-zookeeper/src/main/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelector.java index e46fe43cad..f4fbe3246c 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/main/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelector.java +++ b/trpc-selector/trpc-selector-zookeeper/src/main/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelector.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelectorTest.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelectorTest.java index 7039287de0..ee07589346 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelectorTest.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/com/tencent/trpc/selector/zookeeper/ZookeeperSelectorTest.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterJsonService.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterJsonService.java index cd7c4e7f1e..ec6c39637e 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterJsonService.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterJsonService.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterService.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterService.java index 21a07914ba..89d14488e0 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterService.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/GreeterService.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java index 29b4364b6b..1ac1421d3a 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/HelloRequestProtocol.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java index 0ff1d2a34c..bec3394d04 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterJsonServiceImpl1.java @@ -1,7 +1,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-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java index 1ef704bf56..75ab028ca4 100644 --- a/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java +++ b/trpc-selector/trpc-selector-zookeeper/src/test/java/tests/service/impl1/GreeterServiceImpl1.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/annotation/EnableTRpc.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/annotation/EnableTRpc.java index 07cd454fe7..691da394cd 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/annotation/EnableTRpc.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/annotation/EnableTRpc.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationApplicationContextInitializer.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationApplicationContextInitializer.java index 093187c08b..3c2a984087 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationApplicationContextInitializer.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationApplicationContextInitializer.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationProperties.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationProperties.java index 7fcf0504b5..731bec9c98 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationProperties.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/TRpcConfigurationProperties.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/BindResultDescription.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/BindResultDescription.java index 6f6c4062d8..d15ec6f538 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/BindResultDescription.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/BindResultDescription.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/LoggingTRpcConfigurationBindResultReporter.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/LoggingTRpcConfigurationBindResultReporter.java index 78b55165fe..4eb69411cd 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/LoggingTRpcConfigurationBindResultReporter.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/LoggingTRpcConfigurationBindResultReporter.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResult.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResult.java index c7237ee8fd..93b9cbb867 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResult.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResult.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResultReporter.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResultReporter.java index df870869e4..7cc86af034 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResultReporter.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBindResultReporter.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBinder.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBinder.java index 079f82e7d1..d51a122f11 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBinder.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/TRpcConfigurationBinder.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/BoundPropertiesTrackingBindHandler.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/BoundPropertiesTrackingBindHandler.java index 8b25f77cb2..04aa376d25 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/BoundPropertiesTrackingBindHandler.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/BoundPropertiesTrackingBindHandler.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ListDetectingTargetBindableReplacement.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ListDetectingTargetBindableReplacement.java index a036f4ae54..49e314ff03 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ListDetectingTargetBindableReplacement.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ListDetectingTargetBindableReplacement.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ServiceProviderTargetBindableReplacement.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ServiceProviderTargetBindableReplacement.java index e108076075..e5cb1675e5 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ServiceProviderTargetBindableReplacement.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/ServiceProviderTargetBindableReplacement.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TRpcConfigurationBindHandler.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TRpcConfigurationBindHandler.java index 2cae732490..4094efc9c3 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TRpcConfigurationBindHandler.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TRpcConfigurationBindHandler.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TargetBindableReplacement.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TargetBindableReplacement.java index 8bb4798bd1..5822dd8f3a 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TargetBindableReplacement.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/context/configuration/bind/handler/TargetBindableReplacement.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySource.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySource.java index 20e142be6a..d69a430be9 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySource.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySource.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessor.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessor.java index d051af36bc..4c1ba4e04d 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessor.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessor.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoader.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoader.java index 6b9dcddbdb..368616058f 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoader.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoader.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcSpringPropertySources.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcSpringPropertySources.java index 31201c9af6..b0d4ac5dc4 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcSpringPropertySources.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/env/TRpcSpringPropertySources.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/listener/TRpcBannerListener.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/listener/TRpcBannerListener.java index a06064663f..df5fe30a8f 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/listener/TRpcBannerListener.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/listener/TRpcBannerListener.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRPCRunListenerImpl1.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRPCRunListenerImpl1.java index c74276f286..b9aff29ddb 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRPCRunListenerImpl1.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRPCRunListenerImpl1.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRpcDisabledSpringBootTestApplication.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRpcDisabledSpringBootTestApplication.java index 758e1a88ec..3813af8645 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRpcDisabledSpringBootTestApplication.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/TRpcDisabledSpringBootTestApplication.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/DemoServiceImpl.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/DemoServiceImpl.java index 37ffcd5851..03ea62b5a0 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/DemoServiceImpl.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/DemoServiceImpl.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/EnableAnnotationTest.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/EnableAnnotationTest.java index f9afe47748..098a836d00 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/EnableAnnotationTest.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/annotation/EnableAnnotationTest.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest1.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest1.java index dc8593a421..8a27e8b50f 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest1.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest1.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest2.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest2.java index 18d3c1645d..3d40f2c02f 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest2.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/BindTest2.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/CustomizedProfileTest.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/CustomizedProfileTest.java index c4f3567584..f6c37f1856 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/CustomizedProfileTest.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/context/CustomizedProfileTest.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySourceTest.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySourceTest.java index eee3ed3fc8..fef1e89d61 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySourceTest.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/OriginTrackedCompositePropertySourceTest.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessorTest.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessorTest.java index ea14c979ec..b7d14da4a2 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessorTest.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcConfigurationEnvironmentPostProcessorTest.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoaderTest.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoaderTest.java index 54bde54ef2..9d364cb5df 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoaderTest.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/env/TRpcPropertySourceLoaderTest.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/AutoInjectTestFilter.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/AutoInjectTestFilter.java index b59209a221..df47b983c2 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/AutoInjectTestFilter.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/AutoInjectTestFilter.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterService.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterService.java index d0fb42549c..1370e34b79 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterService.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterService.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterServiceImpl.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterServiceImpl.java index e733bb7134..926398f09b 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterServiceImpl.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/GreeterServiceImpl.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/HelloRequestProtocol.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/HelloRequestProtocol.java index c4c4602cec..8045ab47f5 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/HelloRequestProtocol.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/HelloRequestProtocol.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/MockAdditionalFilter.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/MockAdditionalFilter.java index 681686cad6..755c1f2070 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/MockAdditionalFilter.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/MockAdditionalFilter.java @@ -1,7 +1,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-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/SpringBootTestApplication.java b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/SpringBootTestApplication.java index 076632bdb4..c3e55c0440 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/SpringBootTestApplication.java +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/src/test/java/com/tencent/trpc/spring/boot/starters/test/SpringBootTestApplication.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/TrpcGatewayApplication.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/TrpcGatewayApplication.java index 106330fc0c..e20b33de6e 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/TrpcGatewayApplication.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/TrpcGatewayApplication.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/EnableTrpcRouting.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/EnableTrpcRouting.java index a5958de15d..25d42b27a8 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/EnableTrpcRouting.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/EnableTrpcRouting.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/TrpcGatewayConfig.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/TrpcGatewayConfig.java index a3c4cdb374..93234252f1 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/TrpcGatewayConfig.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/autoconfigure/TrpcGatewayConfig.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/GatewayClient.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/GatewayClient.java index 8d1ee68fab..69dfc9309f 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/GatewayClient.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/GatewayClient.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/TrpcGatewayClient.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/TrpcGatewayClient.java index 75c48ab1b5..f474dbed30 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/TrpcGatewayClient.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/client/TrpcGatewayClient.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcGatewayFilterFactory.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcGatewayFilterFactory.java index ce0f6307e6..0063f945fc 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcGatewayFilterFactory.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcGatewayFilterFactory.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilter.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilter.java index c76c00f414..147656737f 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilter.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilter.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcRequestRewriter.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcRequestRewriter.java index 46fd1ff48f..a6138c27de 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcRequestRewriter.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcRequestRewriter.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcResponseRewriter.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcResponseRewriter.java index e5bc2a0a71..27d5e41ef8 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcResponseRewriter.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/DefaultTrpcResponseRewriter.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcRequestRewriter.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcRequestRewriter.java index ae43c884cc..50bce7f8a6 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcRequestRewriter.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcRequestRewriter.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcResponseRewriter.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcResponseRewriter.java index 757ee797eb..278f06fd56 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcResponseRewriter.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/main/java/com/tencent/trpc/spring/cloud/gateway/rewriter/TrpcResponseRewriter.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilterTest.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilterTest.java index d34e8aa800..d08b6c37a4 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilterTest.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/TrpcRoutingFilterTest.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/Hello.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/Hello.java index 44d9109f12..1e30d700ed 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/Hello.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/Hello.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloAPI.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloAPI.java index 3f35999b7d..a0a6ad0499 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloAPI.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloAPI.java @@ -1,7 +1,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-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloServiceImpl.java b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloServiceImpl.java index 22c45a5064..b3b9d8af8b 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloServiceImpl.java +++ b/trpc-spring-support/trpc-spring-cloud-gateway/src/test/java/com/tencent/trpc/spring/cloud/gateway/filter/test/server/HelloServiceImpl.java @@ -1,7 +1,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-spring-support/trpc-spring-nacos-autoconfigure/src/main/java/com/tencent/trpc/nacos/auto/configuration/NacosConfigAutoConfiguration.java b/trpc-spring-support/trpc-spring-nacos-autoconfigure/src/main/java/com/tencent/trpc/nacos/auto/configuration/NacosConfigAutoConfiguration.java index 27bc816593..3a279e09ba 100644 --- a/trpc-spring-support/trpc-spring-nacos-autoconfigure/src/main/java/com/tencent/trpc/nacos/auto/configuration/NacosConfigAutoConfiguration.java +++ b/trpc-spring-support/trpc-spring-nacos-autoconfigure/src/main/java/com/tencent/trpc/nacos/auto/configuration/NacosConfigAutoConfiguration.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/annotation/TRpcClient.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/annotation/TRpcClient.java index f6d057d5c0..83d5a4b58c 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/annotation/TRpcClient.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/annotation/TRpcClient.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractAwareTRpcServiceAdvisor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractAwareTRpcServiceAdvisor.java index 8f283f8876..dab17fe248 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractAwareTRpcServiceAdvisor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractAwareTRpcServiceAdvisor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractExceptionHandlingMethodInterceptor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractExceptionHandlingMethodInterceptor.java index 1e2168440e..433b80fdc7 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractExceptionHandlingMethodInterceptor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractExceptionHandlingMethodInterceptor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractTRpcServiceAdvisor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractTRpcServiceAdvisor.java index 2e74942808..3a726af01b 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractTRpcServiceAdvisor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/aop/AbstractTRpcServiceAdvisor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/AnnotationInjectedBeanPostProcessor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/AnnotationInjectedBeanPostProcessor.java index 992e5a2235..cb9386a438 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/AnnotationInjectedBeanPostProcessor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/AnnotationInjectedBeanPostProcessor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/InitializingTRpcClientAnnotationBeanPostProcessor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/InitializingTRpcClientAnnotationBeanPostProcessor.java index 78778e9911..f6f978159d 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/InitializingTRpcClientAnnotationBeanPostProcessor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/InitializingTRpcClientAnnotationBeanPostProcessor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientAnnotationBeanPostProcessor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientAnnotationBeanPostProcessor.java index e29c36b37f..ae0a77704a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientAnnotationBeanPostProcessor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientAnnotationBeanPostProcessor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientFactoryBean.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientFactoryBean.java index 2effc11fd3..1dadea2e1a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientFactoryBean.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcClientFactoryBean.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfigRegistryPostProcessor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfigRegistryPostProcessor.java index 2cbe519cc3..783d23a310 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfigRegistryPostProcessor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfigRegistryPostProcessor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfiguration.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfiguration.java index 49ee37dd15..63dda30c77 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfiguration.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcConfiguration.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcLifecycleManager.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcLifecycleManager.java index a161537b6d..a26087fc1e 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcLifecycleManager.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/TRpcLifecycleManager.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizer.java index 282c0ec271..a1289ba141 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerCustomizer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerCustomizer.java index 479f2e28ed..2d9e4d506d 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerCustomizer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerCustomizer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerInitializer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerInitializer.java index 113bc95f59..306e6a6c2a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerInitializer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/TRpcConfigManagerInitializer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/AbstractProtocolSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/AbstractProtocolSchema.java index 4c7d1da979..ba684e0e15 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/AbstractProtocolSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/AbstractProtocolSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/GlobalSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/GlobalSchema.java index d8eb154e4d..ff1975c179 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/GlobalSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/GlobalSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/YesOrNo.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/YesOrNo.java index 8d8464e661..eddb7790a7 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/YesOrNo.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/YesOrNo.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/AbstractClientProtocolSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/AbstractClientProtocolSchema.java index 8b606614b6..944791a12a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/AbstractClientProtocolSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/AbstractClientProtocolSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientSchema.java index a187cf2006..0b4df30ea6 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientServiceSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientServiceSchema.java index a04cd8bd2a..f4c999f2c8 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientServiceSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/client/ClientServiceSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/plugin/PluginsSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/plugin/PluginsSchema.java index c576220df0..9eb691c267 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/plugin/PluginsSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/plugin/PluginsSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/IoMode.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/IoMode.java index e64c2812db..646e62b67a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/IoMode.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/IoMode.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerAdminSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerAdminSchema.java index c66d2488df..20836b1c07 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerAdminSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerAdminSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerListenerSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerListenerSchema.java index 3c98fd903d..ffc7966bc1 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerListenerSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerListenerSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerSchema.java index 3227df61f1..e3ebfc8ba4 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerServiceSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerServiceSchema.java index ad2de86afa..7579a6eb0b 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerServiceSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServerServiceSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchema.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchema.java index be08bebe6f..0f7d44fc62 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchema.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchema.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/support/BeanFactoryAwareSupport.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/support/BeanFactoryAwareSupport.java index cfbcd08c21..162b3cef56 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/support/BeanFactoryAwareSupport.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/context/support/BeanFactoryAwareSupport.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/EnableTRpcHandleException.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/EnableTRpcHandleException.java index 296bdfbf2a..e9a0b4a8d9 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/EnableTRpcHandleException.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/EnableTRpcHandleException.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandler.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandler.java index 211dc11562..789ceeca12 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandler.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandler.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandlerRegistry.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandlerRegistry.java index 5621b316ea..6100da9214 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandlerRegistry.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcExceptionHandlerRegistry.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcHandleException.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcHandleException.java index 8467bbe9f8..fa68c721e7 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcHandleException.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/annotation/TRpcHandleException.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandler.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandler.java index ed60806154..d43c8007c5 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandler.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandler.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandlerResolver.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandlerResolver.java index 91f8af46f6..e3b4d7909a 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandlerResolver.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionHandlerResolver.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionResultTransformer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionResultTransformer.java index df551c30da..7e50f02bde 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionResultTransformer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/ExceptionResultTransformer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/HandleExceptionConfigurer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/HandleExceptionConfigurer.java index 4f2ff0a44e..1d3464ebf3 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/HandleExceptionConfigurer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/api/HandleExceptionConfigurer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractAnnotationExceptionHandlerResolver.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractAnnotationExceptionHandlerResolver.java index 9ac81bbbf7..fc14ac8bd7 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractAnnotationExceptionHandlerResolver.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractAnnotationExceptionHandlerResolver.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractInvocableExceptionHandlerResolver.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractInvocableExceptionHandlerResolver.java index c35808a9b3..28936ce5f8 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractInvocableExceptionHandlerResolver.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AbstractInvocableExceptionHandlerResolver.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolver.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolver.java index a814637a83..3dda252d7c 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolver.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolver.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionHandlerResolver.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionHandlerResolver.java index 690b58d880..f6b2d61f73 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionHandlerResolver.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionHandlerResolver.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformer.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformer.java index 5d081cd037..6503208e48 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformer.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformer.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisingPostProcessor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisingPostProcessor.java index c34e005c17..73684b635b 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisingPostProcessor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisingPostProcessor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisor.java index 3e9c7b1166..4cf15f12c1 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionAdvisor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionConfiguration.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionConfiguration.java index 9f23c085e1..5453bedf3d 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionConfiguration.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionConfiguration.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionInterceptor.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionInterceptor.java index d622ba145b..117b058cfb 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionInterceptor.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/HandleExceptionInterceptor.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandler.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandler.java index 0f851830cc..42d2ea8255 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandler.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandler.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/AnnotationUtils.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/AnnotationUtils.java index bd7a94830e..06085e1d5e 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/AnnotationUtils.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/AnnotationUtils.java @@ -1,7 +1,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-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/TRpcSpringUtils.java b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/TRpcSpringUtils.java index 2f6288f266..3687e0b0ff 100644 --- a/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/TRpcSpringUtils.java +++ b/trpc-spring-support/trpc-spring/src/main/java/com/tencent/trpc/spring/util/TRpcSpringUtils.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestClientFilter.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestClientFilter.java index d9087bcf95..8a52388aac 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestClientFilter.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestClientFilter.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestServerFilter.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestServerFilter.java index 2923dd4df4..bc74fb4b14 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestServerFilter.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/AutoInjectTestServerFilter.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/MockAdditionalFilter.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/MockAdditionalFilter.java index 752232a8fe..4af81d74c2 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/MockAdditionalFilter.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/MockAdditionalFilter.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigAutoRegistryTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigAutoRegistryTest.java index e9ca53fcaa..95f1bb9cf0 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigAutoRegistryTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigAutoRegistryTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigManagerInitializerTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigManagerInitializerTest.java index 2f0a235eaf..b96a9f21b5 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigManagerInitializerTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/TRpcConfigManagerInitializerTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizerTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizerTest.java index 123448802a..183c2e7aed 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizerTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/AddFilterTRpcConfigManagerCustomizerTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/SchemaTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/SchemaTest.java index 11a3a84285..21fcf61500 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/SchemaTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/SchemaTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchemaTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchemaTest.java index 7244a5f345..c0c24045db 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchemaTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/context/configuration/schema/server/ServiceProviderSchemaTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomBeanHandleExceptionAnnotationTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomBeanHandleExceptionAnnotationTest.java index 8161d9bf65..0aa23fc1f3 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomBeanHandleExceptionAnnotationTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomBeanHandleExceptionAnnotationTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomConfigHandleExceptionAnnotationTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomConfigHandleExceptionAnnotationTest.java index f70a9f2aa7..ec9d1e0908 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomConfigHandleExceptionAnnotationTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/CustomConfigHandleExceptionAnnotationTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/HandleExceptionAnnotationTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/HandleExceptionAnnotationTest.java index 4b9c5efb66..a25c0b8871 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/HandleExceptionAnnotationTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/HandleExceptionAnnotationTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestMsg.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestMsg.java index 5edd328090..51c3581777 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestMsg.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestMsg.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestServiceApi.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestServiceApi.java index bf2989bd02..092817630a 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestServiceApi.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/TestServiceApi.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolverTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolverTest.java index 087fae6857..665ce9570f 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolverTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/AnnotationExceptionHandlerResolverTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformerTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformerTest.java index 8dc8e7f315..577167815d 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformerTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/DefaultExceptionResultTransformerTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandlerTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandlerTest.java index 2854c55e0e..a5dd34d6dc 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandlerTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/exception/support/InvocableExceptionHandlerTest.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TRpcConfigManagerTestUtils.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TRpcConfigManagerTestUtils.java index ab992843ac..a1f494b894 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TRpcConfigManagerTestUtils.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TRpcConfigManagerTestUtils.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TestSpringApplication.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TestSpringApplication.java index 850f1b0cb4..1c1b54ab68 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TestSpringApplication.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/test/TestSpringApplication.java @@ -1,7 +1,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-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/util/TRpcSpringUtilsTest.java b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/util/TRpcSpringUtilsTest.java index 66416f7e68..f9116956b5 100644 --- a/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/util/TRpcSpringUtilsTest.java +++ b/trpc-spring-support/trpc-spring/src/test/java/com/tencent/trpc/spring/util/TRpcSpringUtilsTest.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/proto/RestRpcServerFactory.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/proto/RestRpcServerFactory.java index 8498584884..c9534c7a5c 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/proto/RestRpcServerFactory.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/proto/RestRpcServerFactory.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHandlerAdapter.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHandlerAdapter.java index d17905a81e..f217bfefb0 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHandlerAdapter.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHandlerAdapter.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpCodec.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpCodec.java index 8ca5d35f7c..12e1cfa665 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpCodec.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpCodec.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpConstants.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpConstants.java index 29628d908e..a2e5b3d3da 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpConstants.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcHttpConstants.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcServiceHandlerMapping.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcServiceHandlerMapping.java index d1930a0a60..b492a936a7 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcServiceHandlerMapping.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcServiceHandlerMapping.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcSpringMvcAutoConfiguration.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcSpringMvcAutoConfiguration.java index 8437a88541..311f8dfaae 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcSpringMvcAutoConfiguration.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcSpringMvcAutoConfiguration.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcWebServerFactoryCustomizer.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcWebServerFactoryCustomizer.java index 28ff68536b..d2205ee417 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcWebServerFactoryCustomizer.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcWebServerFactoryCustomizer.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/proto/ProtoJsonHttpMessageConverter.java b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/proto/ProtoJsonHttpMessageConverter.java index 283a432306..06861fd7ac 100644 --- a/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/proto/ProtoJsonHttpMessageConverter.java +++ b/trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/proto/ProtoJsonHttpMessageConverter.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/com/tencent/trpc/springmvc/TRpcHttpTests.java b/trpc-spring-support/trpc-springmvc/src/test/java/com/tencent/trpc/springmvc/TRpcHttpTests.java index 8b1f45a9a5..4c8abb612f 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/com/tencent/trpc/springmvc/TRpcHttpTests.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/com/tencent/trpc/springmvc/TRpcHttpTests.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/TrpcSpringmvcDemoApplication.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/TrpcSpringmvcDemoApplication.java index f99ac2622a..f0ded818dd 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/TrpcSpringmvcDemoApplication.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/TrpcSpringmvcDemoApplication.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/controller/MainController.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/controller/MainController.java index fcf33a5a55..8bcf278350 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/controller/MainController.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/controller/MainController.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/filter/LogFilter.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/filter/LogFilter.java index 97302eb6c0..c11e2dedba 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/filter/LogFilter.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/filter/LogFilter.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/proto/HelloRequestProtocol.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/proto/HelloRequestProtocol.java index 431e255f9a..cbb28cb27c 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/proto/HelloRequestProtocol.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/proto/HelloRequestProtocol.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJavaBeanService.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJavaBeanService.java index 3d9c97933b..3082351abb 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJavaBeanService.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJavaBeanService.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJsonService.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJsonService.java index 4d09a574db..87893891f5 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJsonService.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterJsonService.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService.java index c2dc2f3e52..77eea4a79d 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService2.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService2.java index 726d5ab9f0..4a3bd6434e 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService2.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService2.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService3.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService3.java index 5fcc9b1de9..b73aec8fe8 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService3.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/GreeterService3.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJavaBeanServiceImpl.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJavaBeanServiceImpl.java index 4f4f4c9568..ffd8551180 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJavaBeanServiceImpl.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJavaBeanServiceImpl.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJsonServiceImpl.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJsonServiceImpl.java index ad8ea3af08..d8d5480e3f 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJsonServiceImpl.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterJsonServiceImpl.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl.java index 4235faa1ae..ad3a33518f 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl2.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl2.java index 89daf9137c..cad3dedd64 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl2.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl2.java @@ -1,7 +1,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-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl3.java b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl3.java index cbebef1c38..68a0efb7fa 100644 --- a/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl3.java +++ b/trpc-spring-support/trpc-springmvc/src/test/java/tests/service/impl/GreeterServiceImpl3.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/TestDemo.java b/trpc-test/trpc-test-integration/src/integration-test/java/TestDemo.java index 4f6069dcb5..e9659d2643 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/TestDemo.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/TestDemo.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stream/StreamIntegrationTest.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stream/StreamIntegrationTest.java index 2550098ae5..d8fb5e3b5b 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stream/StreamIntegrationTest.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stream/StreamIntegrationTest.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPI.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPI.java index 3988be67b5..ad55149e35 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPI.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPI.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPIImpl.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPIImpl.java index a7edd4a059..583fa8c579 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPIImpl.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAPIImpl.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAsyncAPI.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAsyncAPI.java index 1895e6f282..04d05a3e8f 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAsyncAPI.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoAsyncAPI.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoService.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoService.java index 411fca80a1..efb4f695ff 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoService.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/EchoService.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPI.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPI.java index c2b4cbd1f8..028b7f0eac 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPI.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPI.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPIImpl.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPIImpl.java index 18a56f1a6d..c01420d222 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPIImpl.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/JpbEchoAPIImpl.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPI.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPI.java index d5c283f57b..bebe4e52e9 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPI.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPI.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPIImpl.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPIImpl.java index c24667ea47..0a930567e3 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPIImpl.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/StreamingEchoAPIImpl.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoRequestPojo.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoRequestPojo.java index 703337d2ee..e65199257d 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoRequestPojo.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoRequestPojo.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoResponsePojo.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoResponsePojo.java index c125a91600..1747780128 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoResponsePojo.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/stub/jpb/EchoResponsePojo.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/CodecIntegrationTest.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/CodecIntegrationTest.java index cd49bdaf6e..eb2751bf24 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/CodecIntegrationTest.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/CodecIntegrationTest.java @@ -1,7 +1,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-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/TransportIntegrationTest.java b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/TransportIntegrationTest.java index f701f17474..29460e42ec 100644 --- a/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/TransportIntegrationTest.java +++ b/trpc-test/trpc-test-integration/src/integration-test/java/com/tencent/trpc/integration/test/transport/TransportIntegrationTest.java @@ -1,7 +1,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-test/trpc-test-integration/src/main/java/com/tencent/trpc/integration/test/TrpcServerApplication.java b/trpc-test/trpc-test-integration/src/main/java/com/tencent/trpc/integration/test/TrpcServerApplication.java index 6bbdc8f353..5abd99a328 100644 --- a/trpc-test/trpc-test-integration/src/main/java/com/tencent/trpc/integration/test/TrpcServerApplication.java +++ b/trpc-test/trpc-test-integration/src/main/java/com/tencent/trpc/integration/test/TrpcServerApplication.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/AbstractHttpServer.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/AbstractHttpServer.java index 9f79342130..0aace0254e 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/AbstractHttpServer.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/AbstractHttpServer.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/ExecutorDispatcher.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/ExecutorDispatcher.java index 079d4d3a8c..cf0d5ec2e2 100755 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/ExecutorDispatcher.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/ExecutorDispatcher.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpExecutor.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpExecutor.java index 2a418809c0..d4a1353181 100755 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpExecutor.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpExecutor.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpServer.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpServer.java index 32b2fb8e0f..16f96d95bc 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpServer.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/HttpServer.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/Constants.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/Constants.java index 5747c90e1a..681cda9c8d 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/Constants.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/Constants.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/ServletManager.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/ServletManager.java index 5af7f0ba88..0919633ca9 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/ServletManager.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/common/ServletManager.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/spi/HttpServerFactory.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/spi/HttpServerFactory.java index 5e951f65f4..82e50c65cc 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/spi/HttpServerFactory.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/spi/HttpServerFactory.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2Server.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2Server.java index 9942ca3e44..59ef46d704 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2Server.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2Server.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2cServer.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2cServer.java index dd45963e9c..5fa0a58d84 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2cServer.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttp2cServer.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServer.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServer.java index abbc6093bc..c0a2510afa 100755 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServer.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServer.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServerFactory.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServerFactory.java index a4a12c457f..f24530e8d4 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServerFactory.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpServerFactory.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpsServer.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpsServer.java index 1ab05c2436..7a21ec6ea3 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpsServer.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/support/jetty/JettyHttpsServer.java @@ -1,7 +1,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-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/util/HttpUtils.java b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/util/HttpUtils.java index dcba90d39d..dcb46f7646 100644 --- a/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/util/HttpUtils.java +++ b/trpc-transport/trpc-transport-http/src/main/java/com/tencent/trpc/transport/http/util/HttpUtils.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/ExecutorDispatcherTest.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/ExecutorDispatcherTest.java index 3c59ecdcc2..22416241fc 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/ExecutorDispatcherTest.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/ExecutorDispatcherTest.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2ServerTest.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2ServerTest.java index e10d6d906b..f39109c3f9 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2ServerTest.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2ServerTest.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2cServerTest.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2cServerTest.java index 99229f4345..cd79f9f8e1 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2cServerTest.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttp2cServerTest.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttpsServerTest.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttpsServerTest.java index db7cfe19b7..db59da29f1 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttpsServerTest.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyHttpsServerTest.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerDemo.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerDemo.java index 9ffbfd9293..6fcfd1998e 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerDemo.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerDemo.java @@ -1,7 +1,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-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerTest.java b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerTest.java index 154604656e..275a4f6f6d 100644 --- a/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerTest.java +++ b/trpc-transport/trpc-transport-http/src/test/java/com/tencent/trpc/transport/http/JettyServerTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/AbstractBatchDecoder.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/AbstractBatchDecoder.java index 495f01d3b7..06586cdc2f 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/AbstractBatchDecoder.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/AbstractBatchDecoder.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyAbstractClientTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyAbstractClientTransport.java index 2f4dcc6288..abcfc3619b 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyAbstractClientTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyAbstractClientTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannel.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannel.java index 753a2c5e91..4a93534ad4 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannel.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannel.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelBuffer.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelBuffer.java index 8709eee755..d73d591bfe 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelBuffer.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelBuffer.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelManager.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelManager.java index 2d3f90fb35..d6ec8b0711 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelManager.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyChannelManager.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientHandler.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientHandler.java index 161ef11191..26dce0165c 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientHandler.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientHandler.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientTransportFactory.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientTransportFactory.java index d722aecd3e..8c888f35cf 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientTransportFactory.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyClientTransportFactory.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyCodecAdapter.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyCodecAdapter.java index 670d02c51f..47ad889b86 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyCodecAdapter.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyCodecAdapter.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyFutureUtils.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyFutureUtils.java index 4286d8abc0..0e07a6befa 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyFutureUtils.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyFutureUtils.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerHandler.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerHandler.java index 6e6db1b695..4b495560ef 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerHandler.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerHandler.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerTransportFactory.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerTransportFactory.java index d139972b57..abe941caae 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerTransportFactory.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyServerTransportFactory.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpClientTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpClientTransport.java index 632f1a2d9e..8bc913304b 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpClientTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpClientTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpServerTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpServerTransport.java index d4b473570e..4af2e3cdd4 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpServerTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyTcpServerTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpClientTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpClientTransport.java index 22d9ae530b..daefda913c 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpClientTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpClientTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpServerTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpServerTransport.java index 431582060b..2d8f306625 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpServerTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/NettyUdpServerTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/exception/TRPCNettyBindException.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/exception/TRPCNettyBindException.java index 89a737d953..c8ca317a5c 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/exception/TRPCNettyBindException.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/exception/TRPCNettyBindException.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/CloseableChannel.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/CloseableChannel.java index 1c5c18b061..4447e6666c 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/CloseableChannel.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/CloseableChannel.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/FrameDecoderHandler.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/FrameDecoderHandler.java index 72ac5559a9..0f1abca1ea 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/FrameDecoderHandler.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/FrameDecoderHandler.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyClientTransportFactory.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyClientTransportFactory.java index 32f350103e..0d9ca673fa 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyClientTransportFactory.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyClientTransportFactory.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyServerTransportFactory.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyServerTransportFactory.java index 8b13552104..c0b599af45 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyServerTransportFactory.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyServerTransportFactory.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpClientTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpClientTransport.java index d5793e9cb3..3ee93518ed 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpClientTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpClientTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpServerTransport.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpServerTransport.java index 46aa20df1d..15061fc4b4 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpServerTransport.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/NettyTcpServerTransport.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/TcpRpcConnection.java b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/TcpRpcConnection.java index 39056266bf..ea09e97e9f 100644 --- a/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/TcpRpcConnection.java +++ b/trpc-transport/trpc-transport-netty/src/main/java/com/tencent/trpc/transport/netty/stream/TcpRpcConnection.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractBatchDecoderTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractBatchDecoderTest.java index e97c8302d8..53192bd003 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractBatchDecoderTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractBatchDecoderTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractNettyTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractNettyTest.java index f26d797d04..5326ad8744 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractNettyTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/AbstractNettyTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelBufferTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelBufferTest.java index 586a4ee9f6..af485803a5 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelBufferTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelBufferTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelFutureTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelFutureTest.java index 92873f4aa9..f023f36e6c 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelFutureTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelFutureTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelHandlerContextTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelHandlerContextTest.java index 28ec3bb811..354d076f13 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelHandlerContextTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelHandlerContextTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelTest.java index e1ce9c5f34..9d80398ae6 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/ChannelTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelFutureTestAdaptor.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelFutureTestAdaptor.java index 62f18782ea..53e0c480bf 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelFutureTestAdaptor.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelFutureTestAdaptor.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelHandlerTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelHandlerTest.java index e9d8b4f41c..6f962d660a 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelHandlerTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelHandlerTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelManagerTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelManagerTest.java index 2c2782097e..ae199979cd 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelManagerTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelManagerTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTest.java index 3fd1b01820..f5cf65dd99 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTestAdaptor.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTestAdaptor.java index 858fa7a096..88dcb0289c 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTestAdaptor.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyChannelTestAdaptor.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyFutureUtilsTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyFutureUtilsTest.java index 0f37948a36..19415547c4 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyFutureUtilsTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyFutureUtilsTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyHandlerTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyHandlerTest.java index cad94b5768..1ed91a08ad 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyHandlerTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyHandlerTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyProtoTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyProtoTest.java index 51c2d6d534..78bc77f78f 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyProtoTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyProtoTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyTest.java index f8c1885437..dbbf0eae1e 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/NettyTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportClientCodecTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportClientCodecTest.java index 75f9f1c561..c7f10d8e94 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportClientCodecTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportClientCodecTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportServerCodecTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportServerCodecTest.java index 3e9c7245aa..8fc9b09387 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportServerCodecTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/TransportServerCodecTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamCodecTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamCodecTest.java index ded6fb91be..b14eefad4e 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamCodecTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamCodecTest.java @@ -1,7 +1,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-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamNettyTest.java b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamNettyTest.java index 61bfdcdbf7..2afb22d95d 100644 --- a/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamNettyTest.java +++ b/trpc-transport/trpc-transport-netty/src/test/java/com/tencent/trpc/transport/netty/stream/StreamNettyTest.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvDefaultValidatorIndex.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvDefaultValidatorIndex.java index 207f0f0492..7c990e2690 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvDefaultValidatorIndex.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvDefaultValidatorIndex.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvEmptyValidatorImpl.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvEmptyValidatorImpl.java index 8eb4400443..afc0f19a4b 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvEmptyValidatorImpl.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvEmptyValidatorImpl.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationConfig.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationConfig.java index 0413330e74..2e17e089d2 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationConfig.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationConfig.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationFilter.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationFilter.java index 04c85e7864..b816a77598 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationFilter.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidationFilter.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidator.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidator.java index 2ac09bc1c4..d257899c2f 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidator.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidator.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidatorRegistry.java b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidatorRegistry.java index 332539dbbd..576af00ea2 100644 --- a/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidatorRegistry.java +++ b/trpc-validation/trpc-validation-pgv/src/main/java/com/tencent/trpc/validation/pgv/PgvValidatorRegistry.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/PgvValidationFilterTest.java b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/PgvValidationFilterTest.java index ac1fb47284..e9bf988bd7 100644 --- a/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/PgvValidationFilterTest.java +++ b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/PgvValidationFilterTest.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestInvoker.java b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestInvoker.java index c74266630c..4bd9b4519e 100644 --- a/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestInvoker.java +++ b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestInvoker.java @@ -1,7 +1,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-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestValidator.java b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestValidator.java index d6b00530f8..30ce35a8b6 100644 --- a/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestValidator.java +++ b/trpc-validation/trpc-validation-pgv/src/test/java/com/tencent/trpc/validation/pgv/TestValidator.java @@ -1,7 +1,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,