Remove copyright and license from externals/CMakeLists.txt (#2697)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Wed, 19 Sep 2018 02:18:45 +0000 (11:18 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 19 Sep 2018 02:18:45 +0000 (11:18 +0900)
Related Issue: #2662

We don't put license and copyright on CMakeLists.txt.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
externals/CMakeLists.txt

index 88194cb..5bfc4ad 100644 (file)
@@ -1,17 +1,3 @@
-# Copyright 2018 saehie.park@gmail.com
-#
-# 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.
-
 set(TENSORFLOW_BASE ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow)
 set(TENSORFLOW_LITE_BASE ${TENSORFLOW_BASE}/tensorflow/contrib/lite)