Skip to content

Commit 50bf92d

Browse files
committed
docs:update license.
1 parent 9d07995 commit 50bf92d

File tree

36 files changed

+78
-34
lines changed

36 files changed

+78
-34
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: License checker
2+
3+
on:
4+
push:
5+
branches:
6+
- dubbo-3.2.x
7+
- dubbo-2.x
8+
- release/*
9+
pull_request:
10+
branches:
11+
- dubbo-3.2.x
12+
- dubbo-2.x
13+
- release/*
14+
jobs:
15+
check-license:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout codes
19+
uses: actions/checkout@v4
20+
- name: Check License Header
21+
uses: apache/[email protected]

.licenserc.yaml

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tencent is pleased to support the open source community by making dubbo-polaris-java available.
22

3-
Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3+
Copyright (C) 2021 Tencent. All rights reserved.
44

55
A dubbo-polaris-java is licensed under the BSD 3-Clause License. A copy of the BSD 3-Clause License is included in this file.
66

dubbo-examples/dubbo-api-example/src/main/java/com/tencent/polaris/dubbo/example/api/BackendService.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-api-example/src/main/java/com/tencent/polaris/dubbo/example/api/EchoService.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-api-example/src/main/java/com/tencent/polaris/dubbo/example/api/GreetingService.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-api-example/src/main/java/com/tencent/polaris/dubbo/example/api/MiddleService.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-discovery-example/dubbo-quick-consumer/src/main/java/com/tencent/polaris/dubbo/discovery/example/consumer/GreetingServiceConsumer.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-discovery-example/dubbo-quick-consumer/src/main/java/com/tencent/polaris/dubbo/discovery/example/consumer/Main.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

dubbo-examples/dubbo-discovery-example/dubbo-quick-provider/src/main/java/com/tencent/polaris/dubbo/discovery/example/provider/AnnotatedEchoService.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 dubbo-polaris-java available.
33
*
4-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 Tencent. 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.

0 commit comments

Comments
 (0)