summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeonghoon Park <jh1979.park@samsung.com>2018-04-10 15:15:26 +0900
committerJeonghoon Park <jh1979.park@samsung.com>2018-04-10 15:15:26 +0900
commit4e20a933bfe892d519e9c71ac1fb1f7b45b2d0ce (patch)
tree8400c99f3938e16f11ee5c1105360b3e523d5ca7
parentba9bba3127fd5b143d548c2fd45f3263ab4e8b89 (diff)
downloadttsd-worker-package-4e20a933bfe892d519e9c71ac1fb1f7b45b2d0ce.tar.gz
ttsd-worker-package-4e20a933bfe892d519e9c71ac1fb1f7b45b2d0ce.tar.bz2
ttsd-worker-package-4e20a933bfe892d519e9c71ac1fb1f7b45b2d0ce.zip
adds boilerplate
-rw-r--r--[-rwxr-xr-x]inc/package-manager-worker.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/package-manager-worker.h b/inc/package-manager-worker.h
index fdd9c35..3814e86 100755..100644
--- a/inc/package-manager-worker.h
+++ b/inc/package-manager-worker.h
@@ -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.
+ */
+
#ifndef __PACKAGE_MANAGER_WORKER_H__
#define __PACKAGE_MANAGER_WORKER_H__