From 2636730ef261884717d63780503d5c9523cc03e6 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Wed, 22 Jul 2020 12:11:59 -0700 Subject: [PATCH] fix copyright year Signed-off-by: Ashish Amarnath --- pkg/util/kube/security_context.go | 2 +- pkg/util/kube/security_context_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/util/kube/security_context.go b/pkg/util/kube/security_context.go index 3246d9d6d..d1e34deac 100644 --- a/pkg/util/kube/security_context.go +++ b/pkg/util/kube/security_context.go @@ -1,5 +1,5 @@ /* -Copyright 2019 the Velero contributors. +Copyright 2020 the Velero contributors. 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/pkg/util/kube/security_context_test.go b/pkg/util/kube/security_context_test.go index 8ef41f368..ebdc8c956 100644 --- a/pkg/util/kube/security_context_test.go +++ b/pkg/util/kube/security_context_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 the Velero contributors. +Copyright 2020 the Velero contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.