hand edit mock license

for some reason hack/boilerplate.sh failed after using `addlicense`
so I copy/pasted the license header from another file
This commit is contained in:
Cole Wippern 2020-01-17 14:56:12 -08:00
parent a9896d5c43
commit f96ea3bbfb
1 changed files with 18 additions and 15 deletions

View File

@ -1,16 +1,18 @@
// Copyright 2020 Google LLC /*
// Copyright 2020 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. Licensed under the Apache License, Version 2.0 (the "License");
// You may obtain a copy of the License at 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
// 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, Unless required by applicable law or agreed to in writing, software
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. distributed under the License is distributed on an "AS IS" BASIS,
// See the License for the specific language governing permissions and WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// limitations under the License. See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by MockGen. DO NOT EDIT. // Code generated by MockGen. DO NOT EDIT.
// Source: github.com/google/go-containerregistry/pkg/v1 (interfaces: Layer) // Source: github.com/google/go-containerregistry/pkg/v1 (interfaces: Layer)
@ -19,11 +21,12 @@
package mock_v1 package mock_v1
import ( import (
io "io"
reflect "reflect"
gomock "github.com/golang/mock/gomock" gomock "github.com/golang/mock/gomock"
v1 "github.com/google/go-containerregistry/pkg/v1" v1 "github.com/google/go-containerregistry/pkg/v1"
types "github.com/google/go-containerregistry/pkg/v1/types" types "github.com/google/go-containerregistry/pkg/v1/types"
io "io"
reflect "reflect"
) )
// MockLayer is a mock of Layer interface // MockLayer is a mock of Layer interface