From 47368f719b3cffbe40595c96a3d6eeb514b8662d Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Fri, 7 Feb 2020 11:33:59 +0100 Subject: [PATCH] Add copyright Signed-off-by: Maartje Eyskens --- pkg/internal/venafi/api/api.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/internal/venafi/api/api.go b/pkg/internal/venafi/api/api.go index c8d0be001..cc574494f 100644 --- a/pkg/internal/venafi/api/api.go +++ b/pkg/internal/venafi/api/api.go @@ -1,3 +1,19 @@ +/* +Copyright 2020 The Jetstack cert-manager contributors. + +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 api import (