Skip to content

Commit 223c365

Browse files
authored
Fix headers (operator-framework#13)
1 parent 8303c38 commit 223c365

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

pkg/quarkus/v1alpha/scaffolds/internal/templates/gitignore.go

-17
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/*
16-
Copyright 2018 The Kubernetes Authors.
17-
Modifications copyright 2020 The Operator-SDK Authors
18-
19-
Licensed under the Apache License, Version 2.0 (the "License");
20-
you may not use this file except in compliance with the License.
21-
You may obtain a copy of the License at
22-
23-
http://www.apache.org/licenses/LICENSE-2.0
24-
25-
Unless required by applicable law or agreed to in writing, software
26-
distributed under the License is distributed on an "AS IS" BASIS,
27-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28-
See the License for the specific language governing permissions and
29-
limitations under the License.
30-
*/
31-
3215
package templates
3316

3417
import (

pkg/quarkus/v1alpha/scaffolds/internal/templates/operatorfile_test.go

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

317
import (

pkg/quarkus/v1alpha/scaffolds/internal/templates/templates_suite_test.go

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

317
import (

0 commit comments

Comments
 (0)