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.
This commit is contained in:
Dan Webb 2023-08-22 14:45:07 +01:00
parent 0eb8f747af
commit ed64e85e91
No known key found for this signature in database
GPG Key ID: 4D2FFA93051A4E2E
1 changed files with 1 additions and 1 deletions

View File

@ -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.