diff --git a/cmd/provisioner-localpv/app/config.go b/cmd/provisioner-localpv/app/config.go index 77c57c07..bc1e6354 100644 --- a/cmd/provisioner-localpv/app/config.go +++ b/cmd/provisioner-localpv/app/config.go @@ -1,20 +1,3 @@ -/* -Copyright 2019 The OpenEBS 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 app import ( @@ -26,7 +9,7 @@ import ( cast "github.com/openebs/maya/pkg/castemplate/v1alpha1" hostpath "github.com/openebs/maya/pkg/hostpath/v1alpha1" "github.com/openebs/maya/pkg/util" - errors "github.com/pkg/errors" + "github.com/pkg/errors" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/klog/v2" diff --git a/pkg/kubernetes/api/apps/v1/deployment/deployment.go b/pkg/kubernetes/api/apps/v1/deployment/deployment.go index 902343fa..fe54ae6a 100644 --- a/pkg/kubernetes/api/apps/v1/deployment/deployment.go +++ b/pkg/kubernetes/api/apps/v1/deployment/deployment.go @@ -1,16 +1,3 @@ -/* -Copyright 2019 The OpenEBS 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 v1alpha1 import ( diff --git a/pkg/kubernetes/api/core/v1/persistentvolumeclaim/build.go b/pkg/kubernetes/api/core/v1/persistentvolumeclaim/build.go index 3567b8f7..0431e509 100644 --- a/pkg/kubernetes/api/core/v1/persistentvolumeclaim/build.go +++ b/pkg/kubernetes/api/core/v1/persistentvolumeclaim/build.go @@ -1,19 +1,3 @@ -/* -Copyright 2020 The OpenEBS 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 persistentvolumeclaim import ( diff --git a/pkg/kubernetes/api/storage/v1/storageclass/build.go b/pkg/kubernetes/api/storage/v1/storageclass/build.go index 5b894e04..b79cb97a 100644 --- a/pkg/kubernetes/api/storage/v1/storageclass/build.go +++ b/pkg/kubernetes/api/storage/v1/storageclass/build.go @@ -1,19 +1,3 @@ -/* -Copyright 2019 The OpenEBS 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 storageclass import ( diff --git a/tests/operations.go b/tests/operations.go index 1899fe80..5cf16530 100644 --- a/tests/operations.go +++ b/tests/operations.go @@ -1,19 +1,3 @@ -/* -Copyright 2019 The OpenEBS 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 tests import (