diff --git a/pkg/debug_backupstorage.go b/pkg/debug_backupstorage.go index 2ac3931..c6622a2 100644 --- a/pkg/debug_backupstorage.go +++ b/pkg/debug_backupstorage.go @@ -1,7 +1,24 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the AppsCode Community License 1.0.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md + +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 pkg import ( "context" + "github.com/spf13/cobra" v "gomodules.xyz/x/version" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"