diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2018-10-17 08:09:57 +0200 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2018-10-17 08:09:57 +0200 |
commit | ee5f24456210faa9de7e727e45e1799171354c9d (patch) | |
tree | 9d238f0ae80f87de8b1799e8747ec33d8a3604cd | |
parent | 4f88ff489cd5c1db8fd514c9cdb90c2b4d1957b1 (diff) | |
download | ttsd-worker-task-master.tar.gz ttsd-worker-task-master.tar.bz2 ttsd-worker-task-master.zip |
Change-Id: Ica09216dc213f6b914e20544d2c6a352ed54a2ad
-rw-r--r-- | src/process.c | 16 | ||||
-rw-r--r-- | src/task-factory.c | 2 |
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. |