Browse Source

fix: the boilerplate was missing the right license format (#5289)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 7 months ago
parent
commit
c4be01b818

+ 2 - 0
apis/externalsecrets/v1/zz_generated.deepcopy.go

@@ -1,6 +1,8 @@
 //go:build !ignore_autogenerated
 
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

+ 2 - 0
apis/externalsecrets/v1alpha1/zz_generated.deepcopy.go

@@ -1,6 +1,8 @@
 //go:build !ignore_autogenerated
 
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

+ 2 - 0
apis/externalsecrets/v1beta1/zz_generated.deepcopy.go

@@ -1,6 +1,8 @@
 //go:build !ignore_autogenerated
 
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

+ 2 - 0
apis/generators/v1alpha1/zz_generated.deepcopy.go

@@ -1,6 +1,8 @@
 //go:build !ignore_autogenerated
 
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

+ 2 - 0
apis/meta/v1/zz_generated.deepcopy.go

@@ -1,6 +1,8 @@
 //go:build !ignore_autogenerated
 
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

+ 3 - 1
hack/boilerplate.go.txt

@@ -1,4 +1,6 @@
 /*
+Copyright © 2022 ESO Maintainer Team
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
@@ -10,4 +12,4 @@ 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.
-*/
+*/