Skip to content

Commit 7bb143a

Browse files
committed
docs:add license checker.
1 parent ae6d598 commit 7bb143a

File tree

170 files changed

+1379
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1379
-454
lines changed

polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/core/AuthAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License");
7-
* you may not use this file except in compliance with the License.
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
1010
* https://opensource.org/licenses/BSD-3-Clause

polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License");
7-
* you may not use this file except in compliance with the License.
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
1010
* https://opensource.org/licenses/BSD-3-Clause

polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License");
7-
* you may not use this file except in compliance with the License.
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
1010
* https://opensource.org/licenses/BSD-3-Clause

polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/flow/DefaultAuthFlow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License");
7-
* you may not use this file except in compliance with the License.
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
1010
* https://opensource.org/licenses/BSD-3-Clause

polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/ResourcesResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Tencent is pleased to support the open source community by making Polaris available.
33
*
4-
* Copyright (C) 2019 - 2020. THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
66
* Licensed under the BSD 3-Clause License (the "License");
77
* you may not use this file except in compliance with the License.

polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFileConfig.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Tencent is pleased to support the open source community by making Polaris available.
3+
*
4+
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* https://opensource.org/licenses/BSD-3-Clause
11+
*
12+
* Unless required by applicable law or agreed to in writing, software distributed
13+
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+
* specific language governing permissions and limitations under the License.
16+
*/
17+
118
package com.tencent.polaris.api.config.configuration;
219

320
import com.tencent.polaris.api.config.verify.Verifier;

polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConnectorConfig.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Tencent is pleased to support the open source community by making Polaris available.
3+
*
4+
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* https://opensource.org/licenses/BSD-3-Clause
11+
*
12+
* Unless required by applicable law or agreed to in writing, software distributed
13+
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+
* specific language governing permissions and limitations under the License.
16+
*/
17+
118
package com.tencent.polaris.api.config.configuration;
219

320
import com.tencent.polaris.api.config.global.ServerConnectorConfig;

polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/WeightAdjustConfig.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Tencent is pleased to support the open source community by making Polaris available.
3+
*
4+
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* https://opensource.org/licenses/BSD-3-Clause
11+
*
12+
* Unless required by applicable law or agreed to in writing, software distributed
13+
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+
* specific language governing permissions and limitations under the License.
16+
*/
17+
118
package com.tencent.polaris.api.config.consumer;
219

320
import java.util.List;

polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/AdminConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License");
7-
* you may not use this file except in compliance with the License.
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
1010
* https://opensource.org/licenses/BSD-3-Clause

polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfigProvider.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
*
44
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
55
*
6-
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in
7-
* compliance with the License. You may obtain a copy of the License at
6+
* Licensed under the BSD 3-Clause License (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
89
*
910
* https://opensource.org/licenses/BSD-3-Clause
1011
*
11-
* Unless required by applicable law or agreed to in writing, software distributed under the License
12-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13-
* or implied. See the License for the specific language governing permissions and limitations under
14-
* the License.
12+
* Unless required by applicable law or agreed to in writing, software distributed
13+
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+
* specific language governing permissions and limitations under the License.
1516
*/
1617

1718
package com.tencent.polaris.api.config.plugin;

0 commit comments

Comments
 (0)