From 9aa4b61365be8b8d7e2a17b484cfd40d6470fa74 Mon Sep 17 00:00:00 2001 From: Hayden Blauzvern Date: Mon, 10 Jan 2022 22:37:11 +0000 Subject: [PATCH] Add license Signed-off-by: Hayden Blauzvern --- internal/pkg/cosign/fulcio/signer_test.go | 2 +- internal/pkg/cosign/rekor/mock_rekor_client.go | 14 ++++++++++++++ internal/pkg/cosign/rekor/signer_test.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/internal/pkg/cosign/fulcio/signer_test.go b/internal/pkg/cosign/fulcio/signer_test.go index 3182ea74f7e..53077cd2687 100644 --- a/internal/pkg/cosign/fulcio/signer_test.go +++ b/internal/pkg/cosign/fulcio/signer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Sigstore Authors. +// Copyright 2022 The Sigstore Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/pkg/cosign/rekor/mock_rekor_client.go b/internal/pkg/cosign/rekor/mock_rekor_client.go index cf892d62b5b..23facc2fb94 100644 --- a/internal/pkg/cosign/rekor/mock_rekor_client.go +++ b/internal/pkg/cosign/rekor/mock_rekor_client.go @@ -1,3 +1,17 @@ +// Copyright 2022 The Sigstore 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 rekor import ( diff --git a/internal/pkg/cosign/rekor/signer_test.go b/internal/pkg/cosign/rekor/signer_test.go index fb2cda0bc32..89f6e03ed1c 100644 --- a/internal/pkg/cosign/rekor/signer_test.go +++ b/internal/pkg/cosign/rekor/signer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Sigstore Authors. +// Copyright 2022 The Sigstore Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.