Skip to content

Commit 0af61a0

Browse files
committed
docs:update license.
1 parent 280b6d0 commit 0af61a0

File tree

863 files changed

+859
-927
lines changed

Some content is hidden

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

863 files changed

+859
-927
lines changed

.licenserc.yaml

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

polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/AssemblyAPI.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetOneInstanceRequest.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetReachableInstancesRequest.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/TraceAttributes.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/flow/AssemblyFlow.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/DefaultAssemblyAPI.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/flow/DefaultAssemblyFlow.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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-assembly/polaris-assembly-factory/src/main/java/com/tencent/polaris/assembly/factory/AssemblyAPIFactory.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 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2021 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.

0 commit comments

Comments
 (0)