From: Nilesh Trimbake Date: Wed, 11 Apr 2018 09:01:24 +0000 (+0530) Subject: Rename license file & add license decleration X-Git-Tag: submit/tizen/20180411.132947^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F175648%2F1;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git Rename license file & add license decleration This patch rename license file LICENSE.Flora to LICENSE, and add license decleration in CloseButton.cpp file. Change-Id: I6bdad17b43f66419c33060b29f4ca1e2afbd3cc7 --- diff --git a/LICENSE.Flora b/LICENSE similarity index 100% rename from LICENSE.Flora rename to LICENSE diff --git a/src/App/src/CloseButton.cpp b/src/App/src/CloseButton.cpp index 842ab90..0f5514e 100644 --- a/src/App/src/CloseButton.cpp +++ b/src/App/src/CloseButton.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2017 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.1 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://floralicense.org/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. + */ + #include using namespace TaskMngr;