Add apache2.0 license annotation at all of C files 90/203190/2
authorheewon Park <h_w.park@samsung.com>
Wed, 10 Apr 2019 10:53:41 +0000 (19:53 +0900)
committerheewon Park <h_w.park@samsung.com>
Wed, 10 Apr 2019 11:44:01 +0000 (20:44 +0900)
Change-Id: Ice58909836f7f431a1377aad0954033f0f663e53
Signed-off-by: heewon Park <h_w.park@samsung.com>
src/CMain/inc/gdbus_interface.h
src/CMain/inc/orchestration.h
src/CMain/inc/orchestration_server.h
src/CMain/src/main.c
src/CMain/src/orchestration_server.c
src/libedge-orchestration/inc/dbus_consumer.h
src/libedge-orchestration/inc/orchestration_client.h
src/libedge-orchestration/sample/main.c
src/libedge-orchestration/src/dbus_consumer.c

index 54f53798feaa12731d19eb63bd99dd0574a24a7f..895a7726320e659e9d2c18f781f93719d8b16573 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.
+ *
+ *******************************************************************************/
+
 #ifndef __ORCHESTRATION_GDBUS_INTERFACE__
 #define __ORCHESTRATION_GDBUS_INTERFACE__
 
index e8369f020c7d23038a309a5e2f4697ccde91d3a4..f902aa85018a199eb175fe4b8856bc924584df3f 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.
+ *
+ *******************************************************************************/
+
 /* Code generated by cmd/cgo; DO NOT EDIT. */
 
 /* package interface */
index 957ec2f0330595532c6e553e302d6a5a1c80aafa..e6b5203f1df1ffebc53299b6fe1163acea6b1276 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.
+ *
+ *******************************************************************************/
+
 #ifndef __ORCHESTRATION_SERVER_H__
 #define __ORCHESTRATION_SERVER_H__
 
index 92424b09923891beba533dfc431c8eaf0c6aa9c3..c16527265bafeff8c960f86461fe4e6c6fdfc514 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 <stdio.h>
 #include <gio/gio.h>
 #include <stdarg.h>
index 08ae27f80c34bbfcff64483c0ae3ba399cda7ceb..1a9211480cc03071d21c18345164d93b11b08ade 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 <stdio.h>
 #include <stdlib.h>
 
index a5ee4220d6a8782508177b9961a9514d9cb63277..505f9f84645c157f0f61f8817ea2f306ed8917d3 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.
+ *
+ *******************************************************************************/
+
 #ifndef __ORCHESTRATION_DBUS_CONSUMER_H__
 #define __ORCHESTRATION_DBUS_CONSUMER_H__
 
index e9b36d0ddfba442799759618b4147330220d5bb6..a15088097db5bf933087c3b115068103fca5e66f 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.
+ *
+ *******************************************************************************/
+
 #ifndef __ORCHESTRATION_CLIENT_H__
 #define __ORCHESTRATION_CLIENT_H__
 
index 29a25009176d7c0453e4cb7e1535c0a661a2d228..c9b9cf6ea94cf8f9860fd0be0b50226d3285d033 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 <stdio.h>
 #include <orchestration_client.h>
 
index 56d6e82961780a5f8ece52faae807d3286fdd47a..cd877448f58a559b0ac9aed965d3efeb1d04416d 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 <gio/gio.h>
 #include <stdio.h>
 #include <stdlib.h>