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.