CMain: add license annotation to exported header file 36/203236/1
authorwansuyoo <wansu.yoo@samsung.com>
Thu, 11 Apr 2019 04:03:17 +0000 (13:03 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Thu, 11 Apr 2019 04:03:17 +0000 (13:03 +0900)
Change-Id: Iaea5ba051c66273d4da8d891ae63421d71968807
Signed-off-by: wansuyoo <wansu.yoo@samsung.com>
.gitignore
src/CMain/inc/orchestration.h
src/CMain/lib/liborchestration.a
src/interface/main.go

index 348c1b6..72e72c0 100644 (file)
@@ -9,8 +9,9 @@ vendor/src
 doc/generate-api/*
 3rdparty/
 src/CMain/bin/*
-### upload liborchestration.a for gbs binary packaging
-#src/CMain/lib/*
+
+src/CMain/lib/*
+src/CMain/inc/orchestration.h
 src/GoMain/bin/*
 src/libedge-orchestration/lib/*
 src/libedge-orchestration/sample/orchestration_sample
index f902aa8..e7df745 100644 (file)
@@ -1,20 +1,3 @@
-/*******************************************************************************
- * 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 */
@@ -34,6 +17,25 @@ typedef struct { const char *p; ptrdiff_t n; } _GoString_;
 /* Start of preamble from import "C" comments.  */
 
 
+#line 29 "main.go"
+/*******************************************************************************
+ * 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.
+ *
+ *******************************************************************************/
+
+#line 1 "cgo-generated-wrapper"
 
 
 /* End of preamble from import "C" comments.  */
index 34c7e6e..87654b9 100644 (file)
Binary files a/src/CMain/lib/liborchestration.a and b/src/CMain/lib/liborchestration.a differ
index 3e43889..28fc300 100755 (executable)
 
 package main
 
+///*******************************************************************************
+// * 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.
+// *
+// *******************************************************************************/
 import "C"
 
 import (