aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/stream_executor_util.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-06 12:54:53 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:54:53 -0800
commit953660c5630b5d3bdf4567b68ba6e51929395ee5 (patch)
treea8b93fb893997bc2d438cbbc35d7f950db4721e4 /tensorflow/core/platform/default/stream_executor_util.h
parenta327fa069cfe9ac54986f00586309124ed037926 (diff)
Fix build breakage from a typo.
Change: 111528530
Diffstat (limited to 'tensorflow/core/platform/default/stream_executor_util.h')
-rw-r--r--tensorflow/core/platform/default/stream_executor_util.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/tensorflow/core/platform/default/stream_executor_util.h b/tensorflow/core/platform/default/stream_executor_util.h
index 39c5b4d636..e53d13ac69 100644
--- a/tensorflow/core/platform/default/stream_executor_util.h
+++ b/tensorflow/core/platform/default/stream_executor_util.h
@@ -1,17 +1,18 @@
-q /* Copyright 2015 Google Inc. All Rights Reserved.
+/* Copyright 2015 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
+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
+ 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.
+==============================================================================*/
- 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_PLATFORM_DEFAULT_STREAM_EXECUTOR_UTIL_H_
#define TENSORFLOW_PLATFORM_DEFAULT_STREAM_EXECUTOR_UTIL_H_