From: Jiung Yu Date: Wed, 10 May 2017 00:36:39 +0000 (+0900) Subject: Add license to several files X-Git-Tag: submit/tizen/20170510.102153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20170510.102153;p=platform%2Fcore%2Fconnectivity%2Fasp-manager.git Add license to several files Change-Id: I0d7f73931d470036b6a3d9289597a5e2a2395d09 Signed-off-by: Yu jiung --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ab21b5a..4b4e52f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd 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 +# +# 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. +# +# @file CMakeLists.txt +# + CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) diff --git a/packaging/asp-manager.spec b/packaging/asp-manager.spec index a862757..0bd2b17 100755 --- a/packaging/asp-manager.spec +++ b/packaging/asp-manager.spec @@ -1,6 +1,6 @@ Name: asp-manager Summary: ASP(application service platform) manager -Version: 0.0.15 +Version: 0.0.16 Release: 2 Group: Network & Connectivity/Other License: Apache-2.0 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 052c8f2..95ba1f0 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd 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 +# +# 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. +# +# @file CMakeLists.txt +# + CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(asp-manager C) SET(PACKAGE ${PROJECT_NAME}) diff --git a/src/session/asp-p2p-conn.h b/src/session/asp-p2p-conn.h index 90cd507..462fef6 100644 --- a/src/session/asp-p2p-conn.h +++ b/src/session/asp-p2p-conn.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * + * 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. + */ + #ifndef _ASP_P2P_CONN_H_ #include "asp-session.h" typedef void (*asp_p2p_conn_session_request_cb)(gint32 error_code,