aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/generate-pc.sh
diff options
context:
space:
mode:
authorGravatar Rasmus Larsen <rmlarsen@google.com>2017-05-19 10:52:18 -0700
committerGravatar Rasmus Larsen <rmlarsen@google.com>2017-05-19 10:52:18 -0700
commit8a70ffc9ad0d526031497de3fa0867b7cf7b43b3 (patch)
tree30e83f5b7ea07007addcdebc45276c0db4199806 /tensorflow/c/generate-pc.sh
parent8bbec0bc01ffad39d3006a1696fc22a775154d06 (diff)
parentb07abe09fec37414fcb19f89365181305a89887a (diff)
Merge commit for internal changes
Diffstat (limited to 'tensorflow/c/generate-pc.sh')
-rwxr-xr-xtensorflow/c/generate-pc.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/c/generate-pc.sh b/tensorflow/c/generate-pc.sh
index 0aac0673b7..73d427d9b2 100755
--- a/tensorflow/c/generate-pc.sh
+++ b/tensorflow/c/generate-pc.sh
@@ -1,4 +1,18 @@
#!/usr/bin/env bash
+# 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.
+# ==============================================================================
TF_PREFIX='/usr/local'