aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/unique_tensor_references.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-19 10:52:26 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:48:11 -0800
commit91facc371f5ec5abb91b9b921fb44428ea8ff939 (patch)
treecbd7513470366d983ed4bf7f5bdeb4403e37778d /tensorflow/core/framework/unique_tensor_references.h
parente39629219e748b08177f2c457ba45d51f5370aae (diff)
Add missing license header from unique_tensor_references.h
Change: 112490207
Diffstat (limited to 'tensorflow/core/framework/unique_tensor_references.h')
-rw-r--r--tensorflow/core/framework/unique_tensor_references.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tensorflow/core/framework/unique_tensor_references.h b/tensorflow/core/framework/unique_tensor_references.h
index 2bd8d6f9cf..cfb35c8ca5 100644
--- a/tensorflow/core/framework/unique_tensor_references.h
+++ b/tensorflow/core/framework/unique_tensor_references.h
@@ -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.
+==============================================================================*/
+
#ifndef TENSORFLOW_FRAMEWORK_UNIQUE_TENSOR_REFERENCES_H_
#define TENSORFLOW_FRAMEWORK_UNIQUE_TENSOR_REFERENCES_H_