Skip to content

Commit 3cae9f6

Browse files
authored
Remove duplicate license header (operator-framework#9)
Signed-off-by: jesus m. rodriguez <[email protected]>
1 parent 736a20a commit 3cae9f6

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

pkg/quarkus/v1alpha/api.go

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

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

3317
import (

pkg/quarkus/v1alpha/init.go

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

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

3317
import (

pkg/quarkus/v1alpha/plugin.go

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

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

3317
import (

0 commit comments

Comments
 (0)