Add license to several files 02/128402/1 accepted/tizen/unified/20170510.183718 submit/tizen/20170510.102153 tizen_4.0.m1_release
authorJiung Yu <jiung.yu@samsung.com>
Wed, 10 May 2017 00:36:39 +0000 (09:36 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Wed, 10 May 2017 00:36:55 +0000 (09:36 +0900)
Change-Id: I0d7f73931d470036b6a3d9289597a5e2a2395d09
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
CMakeLists.txt
packaging/asp-manager.spec
src/CMakeLists.txt
src/session/asp-p2p-conn.h

index ab21b5a..4b4e52f 100755 (executable)
@@ -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})
index a862757..0bd2b17 100755 (executable)
@@ -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
index 052c8f2..95ba1f0 100755 (executable)
@@ -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})
index 90cd507..462fef6 100644 (file)
@@ -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,