From 3295ef612a43b5d0e51cee305fe62dd7c7eb2f2c Mon Sep 17 00:00:00 2001 From: shedfreewu Date: Tue, 15 Jul 2025 15:53:22 +0800 Subject: [PATCH] license --- .licenserc.yaml | 2 -- .../client/loadbalancer/LoadBalancerUtils.java | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 6df7f7fc8..4612cf0fa 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -15,8 +15,6 @@ header: under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - paths: - - "**/tencent/**" language: Java: extensions: diff --git a/spring-cloud-tencent-rpc-enhancement/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerUtils.java b/spring-cloud-tencent-rpc-enhancement/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerUtils.java index df459747f..f9552f798 100644 --- a/spring-cloud-tencent-rpc-enhancement/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerUtils.java +++ b/spring-cloud-tencent-rpc-enhancement/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerUtils.java @@ -1,3 +1,20 @@ +/* + * Tencent is pleased to support the open source community by making spring-cloud-tencent available. + * + * Copyright (C) 2021 Tencent. All rights reserved. + * + * Licensed under the BSD 3-Clause License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/BSD-3-Clause + * + * Unless required by applicable law or agreed to in writing, software distributed + * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + * CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + */ + package org.springframework.cloud.client.loadbalancer; import java.lang.reflect.Field;