From a562ccdc3614dd2ebf4b6f539de9765c23c7e103 Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Thu, 27 Aug 2020 13:41:58 +0200 Subject: [PATCH] Fix boilerplate on scheme.go Signed-off-by: Maartje Eyskens --- pkg/ctl/scheme.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/ctl/scheme.go b/pkg/ctl/scheme.go index b29b77053..730d7f7a6 100644 --- a/pkg/ctl/scheme.go +++ b/pkg/ctl/scheme.go @@ -1,9 +1,12 @@ /* 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.