Skip to content

Commit ee8270e

Browse files
committed
update license
1 parent 0c06093 commit ee8270e

File tree

19 files changed

+35
-17
lines changed

19 files changed

+35
-17
lines changed

.licenserc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ header:
5656
- 'vendor/**'
5757
- '.gitignore'
5858
- '.licenserc'
59+
- '**/zz_generated.deepcopy.go'
60+
- '**/*.pb.go'
61+
- '**/*.proto'
5962
comment: never
6063
license-location-threshold: 80

e2e/customoperator/app/controller/pod_recorder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
43
54
Licensed under the Apache License, Version 2.0 (the "License");
65
you may not use this file except in compliance with the License.

e2e/customoperator/app/controller/util.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
Copyright 2023 The KusionStack Authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
117
package controller
218

319
import (

pkg/apis/kridge/v1alpha1/managerstate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/client/generic_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/client/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/manager/controllers/managerstate/managerstate_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/manager/controllers/shardingconfigserver/grpc_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/manager/controllers/shardingconfigserver/shardingconfig_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pkg/manager/controllers/shardingconfigserver/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright 2023 The KusionStack Authors.
3-
Modified from Kruise code, Copyright 2021 The Kruise Authors.
3+
Copyright 2021 The Kruise Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)