Add boilerplate.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 07:13:31 +0000 (16:13 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 07:13:31 +0000 (16:13 +0900)
Change-Id: I8d7e2312cd5745951d6c7f7b34f7a6c61788c508

data/icon.edc
icon_src/script_handler.c

index 049336a..cbe7632 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013  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.
+ */
+
 images {
        image: "icon_shadow.png" COMP;
 }
index 270dab4..1bb9ac3 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013  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 <stdio.h>
 #include <string.h>
 #include <errno.h>