From ed64e85e91e64f5263a375306221f2e3324510ff Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 22 Aug 2023 14:45:07 +0100 Subject: [PATCH] Fix boilerplate warning Running make test-boilerplate returned the following error so fixed accordingly Header in kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile does not match reference, diff: --- reference +++ kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile @@ -1,4 +1,4 @@ -# Copyright YEAR The Kubernetes Authors. +# Copyright YEAR-YEAR The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2aba5953..22eaa768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017-2020 The Kubernetes Authors. +# Copyright 2023 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.