summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/process.c16
-rw-r--r--src/task-factory.c2
2 files changed, 17 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 610735e..93acf46 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Flora License, Version 1.1 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * 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 <string.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/task-factory.c b/src/task-factory.c
index 2e011d3..8a0e22d 100644
--- a/src/task-factory.c
+++ b/src/task-factory.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.