From 4c515e616ce7f9cd0bd80f69561089414d98635e Mon Sep 17 00:00:00 2001 From: Don McCasland Date: Tue, 12 Feb 2019 09:37:21 -0800 Subject: [PATCH] Correcting boilerplate --- hack/prow/run_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/prow/run_tests.py b/hack/prow/run_tests.py index a7f770ccc9..c985a79667 100755 --- a/hack/prow/run_tests.py +++ b/hack/prow/run_tests.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# Copyright 2015 The Kubernetes Authors All rights reserved. + +# Copyright 2019 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.