From abbd59c526ae4ae04524dea71b6a6b5ca67f1495 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=83=81=EA=B7=9C/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 19 Sep 2018 11:18:45 +0900 Subject: [PATCH] Remove copyright and license from externals/CMakeLists.txt (#2697) Related Issue: #2662 We don't put license and copyright on CMakeLists.txt. Signed-off-by: Sanggyu Lee --- externals/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 88194cb..5bfc4ad 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -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) -- 2.7.4