aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/tensor_format.cc
diff options
context:
space:
mode:
authorGravatar Xiaoqiang Zheng <zhengxq@google.com>2016-02-22 13:11:42 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-22 13:25:53 -0800
commit5aa3965ba44cd9a0da68022d00c1a5de3425c875 (patch)
treeae8e5c26fff76e5091d545bd8f50b5f936026ce1 /tensorflow/core/util/tensor_format.cc
parent87cabf37f326838c69d2cf196c123851f32f0ffd (diff)
Fix the license in tensor_format.cc.
Change: 115261957
Diffstat (limited to 'tensorflow/core/util/tensor_format.cc')
-rw-r--r--tensorflow/core/util/tensor_format.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/tensorflow/core/util/tensor_format.cc b/tensorflow/core/util/tensor_format.cc
index 9e29775628..b9be8916a9 100644
--- a/tensorflow/core/util/tensor_format.cc
+++ b/tensorflow/core/util/tensor_format.cc
@@ -1,3 +1,18 @@
+/* Copyright 2016 Google Inc. 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.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+==============================================================================*/
+
#include "tensorflow/core/util/tensor_format.h"
namespace tensorflow {