From 6200bc8a9ca8c2b411c74a8c3a90e7972d7f535d Mon Sep 17 00:00:00 2001 From: yelias Date: Mon, 4 Nov 2024 11:40:04 +0200 Subject: [PATCH] Fix typo in copyright Signed-off-by: yelias --- examples/tensorflow/mnist_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tensorflow/mnist_utils.py b/examples/tensorflow/mnist_utils.py index 8cecd3f462..5cd436e376 100644 --- a/examples/tensorflow/mnist_utils.py +++ b/examples/tensorflow/mnist_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The TensorFlow Authors. All Rights Reserved. +# Copyright 2024 The Kubeflow 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.