aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/how_tos
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-12 11:09:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-12 12:32:16 -0700
commit497dbbca428c3441f36a03a5306d862b10d83674 (patch)
treed11812c5a931caad5b678949df053c6a7a18216c /tensorflow/examples/how_tos
parent9ef89190595fde6a66fefcdc2acf62bfa5b4fc13 (diff)
Adding a license header to a python file.
Change: 152969546
Diffstat (limited to 'tensorflow/examples/how_tos')
-rw-r--r--tensorflow/examples/how_tos/__init__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/examples/how_tos/__init__.py b/tensorflow/examples/how_tos/__init__.py
index 878841c184..2069def242 100644
--- a/tensorflow/examples/how_tos/__init__.py
+++ b/tensorflow/examples/how_tos/__init__.py
@@ -1,3 +1,19 @@
+# Copyright 2017 The TensorFlow 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.
+# 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.
+# ==============================================================================
+"""Declaring how_tos a python package.
+"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function