From 28a9c11014cb858c65692ab62a6ffff792b5c3f6 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 15 May 2013 16:13:31 +0900 Subject: [PATCH] Add boilerplate. Change-Id: I8d7e2312cd5745951d6c7f7b34f7a6c61788c508 --- data/icon.edc | 16 ++++++++++++++++ icon_src/script_handler.c | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/data/icon.edc b/data/icon.edc index 049336a..cbe7632 100644 --- a/data/icon.edc +++ b/data/icon.edc @@ -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; } diff --git a/icon_src/script_handler.c b/icon_src/script_handler.c index 270dab4..1bb9ac3 100644 --- a/icon_src/script_handler.c +++ b/icon_src/script_handler.c @@ -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 #include #include -- 2.7.4