From b2240d1f9e79339a9fa9e9ad16c9310df823aa88 Mon Sep 17 00:00:00 2001 From: Yanshu Date: Sun, 2 May 2021 17:36:13 +0000 Subject: [PATCH] Fix header file --- deploy/prow/Dockerfile | 2 +- deploy/prow/wrapper.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/prow/Dockerfile b/deploy/prow/Dockerfile index 10900f9113..5a80817f39 100644 --- a/deploy/prow/Dockerfile +++ b/deploy/prow/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2019 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors All rights reserved. # # 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/deploy/prow/wrapper.sh b/deploy/prow/wrapper.sh index 9316c8af93..c52f37da69 100755 --- a/deploy/prow/wrapper.sh +++ b/deploy/prow/wrapper.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright 2019 The Kubernetes Authors. + +# Copyright 2021 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.