From 846112ab165607aa5b3d50a77ff5b274082d31df Mon Sep 17 00:00:00 2001 From: "jesus m. rodriguez" Date: Tue, 25 May 2021 11:22:10 -0400 Subject: [PATCH] Fix headers --- .../scaffolds/internal/templates/gitignore.go | 17 ----------------- .../internal/templates/operatorfile_test.go | 14 ++++++++++++++ .../internal/templates/templates_suite_test.go | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/pkg/quarkus/v1alpha/scaffolds/internal/templates/gitignore.go b/pkg/quarkus/v1alpha/scaffolds/internal/templates/gitignore.go index a478c66..f5d0c4d 100644 --- a/pkg/quarkus/v1alpha/scaffolds/internal/templates/gitignore.go +++ b/pkg/quarkus/v1alpha/scaffolds/internal/templates/gitignore.go @@ -12,23 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -/* -Copyright 2018 The Kubernetes Authors. -Modifications copyright 2020 The Operator-SDK Authors - -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 - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -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. -*/ - package templates import ( diff --git a/pkg/quarkus/v1alpha/scaffolds/internal/templates/operatorfile_test.go b/pkg/quarkus/v1alpha/scaffolds/internal/templates/operatorfile_test.go index 40462ff..c0600bc 100644 --- a/pkg/quarkus/v1alpha/scaffolds/internal/templates/operatorfile_test.go +++ b/pkg/quarkus/v1alpha/scaffolds/internal/templates/operatorfile_test.go @@ -1,3 +1,17 @@ +// Copyright 2021 The Operator-SDK Authors +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// 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. + package templates import ( diff --git a/pkg/quarkus/v1alpha/scaffolds/internal/templates/templates_suite_test.go b/pkg/quarkus/v1alpha/scaffolds/internal/templates/templates_suite_test.go index 137cd73..5c07c51 100644 --- a/pkg/quarkus/v1alpha/scaffolds/internal/templates/templates_suite_test.go +++ b/pkg/quarkus/v1alpha/scaffolds/internal/templates/templates_suite_test.go @@ -1,3 +1,17 @@ +// Copyright 2021 The Operator-SDK Authors +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// 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. + package templates import (