aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.cmake
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-11 10:16:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-11 11:32:09 -0700
commit8ab0ce8f86780ccb9ce1365ce6a95ba133c0bb4b (patch)
tree80a99105b7d5913851ef4defec62f981544a3ee6 /tensorflow/tools/ci_build/Dockerfile.cmake
parent2e85e1c2c1d8d3b9f404fd110ca7ffd34a046f65 (diff)
Adding license headers to cmake files.
Change: 152835531
Diffstat (limited to 'tensorflow/tools/ci_build/Dockerfile.cmake')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.cmake b/tensorflow/tools/ci_build/Dockerfile.cmake
index 22eaf11b91..9013dc012d 100644
--- a/tensorflow/tools/ci_build/Dockerfile.cmake
+++ b/tensorflow/tools/ci_build/Dockerfile.cmake
@@ -1,3 +1,17 @@
+# 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.
+# ==============================================================================
FROM ubuntu:16.04
MAINTAINER Shanqing Cai <cais@google.com>