Add annotation of apache licesne 33/204533/3
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Wed, 24 Apr 2019 07:04:48 +0000 (16:04 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Wed, 24 Apr 2019 07:27:21 +0000 (16:27 +0900)
Change-Id: I9b78ee2cf2db8c3e986f8ecdec366d3f5a0965e3
Signed-off-by: jw_wonny.cha <jw_wonny.cha@samsung.com>
src/CMain/unittest/test_orchestration_server.cpp
src/libedge-orchestration/src/orchestration_client.c

index 3cf943dcc470b5ca7d4450f6974acad5e081e444..0a7a8dbeab8b426e081b9f2151b2cff018c724b1 100644 (file)
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright 2019 Samsung Electronics 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.
+ *
+ *******************************************************************************/
+
 extern "C"
 {
 #include "orchestration_server.c"
index a56c1199db65a5815f6cb4f370671433746abb10..024f256eb96861e5a69911758e9778560017538e 100755 (executable)
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright 2019 Samsung Electronics 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.
+ *
+ *******************************************************************************/
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -24,7 +41,6 @@ orchestration_client_state_e orchestration_request_service(char *app_name,
         printf("app_name is null\n");
         return ORCH_CLIENT_ERROR_INVALID_PARAMETER;
     }
-
     if (cb == NULL)
     {
         printf("orchestration_changed_service_status_cb is null\n");