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 3cf943d..0a7a8db 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 a56c119..024f256 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");