From c3a1e6fac9260cdd242831903197f783db241ecc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=84=9C=EC=83=81=EB=AF=BC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Thu, 3 May 2018 13:43:49 +0900 Subject: [PATCH] [Tizen5.0-M1] Remove copyright and license from externals/CMakeLists.txt (#1042) This is a workaround to avoid a copyright issue in `externals/CMakeLists.txt` raised by Protex. NOTE that `externals` will be removed from the Tizen 5.0 M1 branch eventually. Signed-off-by: Sangmin Seo --- externals/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 330e377..429fb71 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