From cb64e0898027e39859637e71a01b9dca0148d2fc Mon Sep 17 00:00:00 2001 From: Jin Yoon Date: Fri, 19 Apr 2013 14:28:27 +0900 Subject: [PATCH] Update the Boilerplate --- data/edje/all_apps_portrait.edc | 2 +- data/edje/button_edit.edc | 2 +- data/edje/group_4x4_portrait.edc | 2 +- data/edje/index.edc | 2 +- data/edje/item_4x4.edc | 2 +- data/edje/layout_portrait.edc | 2 +- include/all_apps/db.h | 2 +- include/all_apps/layout.h | 2 +- include/all_apps/list.h | 2 +- include/all_apps/shortcut.h | 2 +- include/conf.h | 2 +- include/db.h | 2 +- include/index.h | 2 +- include/item.h | 2 +- include/item_badge.h | 2 +- include/item_event.h | 2 +- include/layout.h | 2 +- include/list.h | 2 +- include/mapbuf.h | 2 +- include/menu_screen.h | 2 +- include/mouse.h | 2 +- include/page.h | 2 +- include/page_scroller.h | 2 +- include/pkgmgr.h | 2 +- include/popup.h | 2 +- include/util.h | 2 +- src/all_apps/db.c | 2 +- src/all_apps/layout.c | 2 +- src/all_apps/list.c | 2 +- src/all_apps/shortcut.c | 2 +- src/db.c | 2 +- src/index.c | 2 +- src/item.c | 2 +- src/item_badge.c | 2 +- src/item_event.c | 2 +- src/layout.c | 2 +- src/list.c | 2 +- src/mapbuf.c | 2 +- src/menu_screen.c | 2 +- src/mouse.c | 2 +- src/page.c | 2 +- src/page_scroller.c | 2 +- src/pkgmgr.c | 2 +- src/popup.c | 2 +- src/util.c | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/data/edje/all_apps_portrait.edc b/data/edje/all_apps_portrait.edc index 993d5ae..189ab87 100644 --- a/data/edje/all_apps_portrait.edc +++ b/data/edje/all_apps_portrait.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/data/edje/button_edit.edc b/data/edje/button_edit.edc index 5b235c8..e8ba7e1 100644 --- a/data/edje/button_edit.edc +++ b/data/edje/button_edit.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/data/edje/group_4x4_portrait.edc b/data/edje/group_4x4_portrait.edc index b6848d3..3d11e62 100644 --- a/data/edje/group_4x4_portrait.edc +++ b/data/edje/group_4x4_portrait.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/data/edje/index.edc b/data/edje/index.edc index 493ec2e..15249a2 100644 --- a/data/edje/index.edc +++ b/data/edje/index.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/data/edje/item_4x4.edc b/data/edje/item_4x4.edc index cd9d034..9bb3cb9 100644 --- a/data/edje/item_4x4.edc +++ b/data/edje/item_4x4.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/data/edje/layout_portrait.edc b/data/edje/layout_portrait.edc index 117fe76..e591f8e 100644 --- a/data/edje/layout_portrait.edc +++ b/data/edje/layout_portrait.edc @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/all_apps/db.h b/include/all_apps/db.h index f151b71..894d90b 100644 --- a/include/all_apps/db.h +++ b/include/all_apps/db.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/all_apps/layout.h b/include/all_apps/layout.h index 8489c88..ff25d67 100644 --- a/include/all_apps/layout.h +++ b/include/all_apps/layout.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/all_apps/list.h b/include/all_apps/list.h index 8a625db..25315e9 100644 --- a/include/all_apps/list.h +++ b/include/all_apps/list.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/all_apps/shortcut.h b/include/all_apps/shortcut.h index d01e390..ef7830c 100644 --- a/include/all_apps/shortcut.h +++ b/include/all_apps/shortcut.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/conf.h b/include/conf.h index 3635aff..61b74b5 100644 --- a/include/conf.h +++ b/include/conf.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/db.h b/include/db.h index 6c4521c..9330552 100644 --- a/include/db.h +++ b/include/db.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/index.h b/include/index.h index 3519a9e..9d93633 100644 --- a/include/index.h +++ b/include/index.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/item.h b/include/item.h index 64e8eb3..85997b5 100644 --- a/include/item.h +++ b/include/item.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/item_badge.h b/include/item_badge.h index c08e4e6..8d92d78 100644 --- a/include/item_badge.h +++ b/include/item_badge.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/item_event.h b/include/item_event.h index ca0503f..025c512 100644 --- a/include/item_event.h +++ b/include/item_event.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/layout.h b/include/layout.h index 73a362c..e6ad614 100644 --- a/include/layout.h +++ b/include/layout.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/list.h b/include/list.h index 35f36ac..786fce4 100644 --- a/include/list.h +++ b/include/list.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/mapbuf.h b/include/mapbuf.h index 55e1b64..24a9e7f 100644 --- a/include/mapbuf.h +++ b/include/mapbuf.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/menu_screen.h b/include/menu_screen.h index 654e3b8..e33f41f 100644 --- a/include/menu_screen.h +++ b/include/menu_screen.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/mouse.h b/include/mouse.h index 8b879a4..df54254 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/page.h b/include/page.h index 4078e7a..fee50a4 100644 --- a/include/page.h +++ b/include/page.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/page_scroller.h b/include/page_scroller.h index 46a0c42..c57eaf6 100644 --- a/include/page_scroller.h +++ b/include/page_scroller.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/pkgmgr.h b/include/pkgmgr.h index 272ea5c..5611fcc 100644 --- a/include/pkgmgr.h +++ b/include/pkgmgr.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/popup.h b/include/popup.h index a234be8..b9e8c8a 100644 --- a/include/popup.h +++ b/include/popup.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/include/util.h b/include/util.h index db4af08..a31f761 100644 --- a/include/util.h +++ b/include/util.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/all_apps/db.c b/src/all_apps/db.c index ff2a06a..6c2cce0 100644 --- a/src/all_apps/db.c +++ b/src/all_apps/db.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/all_apps/layout.c b/src/all_apps/layout.c index 845bbcb..a82a5b3 100644 --- a/src/all_apps/layout.c +++ b/src/all_apps/layout.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/all_apps/list.c b/src/all_apps/list.c index 2453ba6..5674afb 100644 --- a/src/all_apps/list.c +++ b/src/all_apps/list.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/all_apps/shortcut.c b/src/all_apps/shortcut.c index 8909bb6..7a4d733 100644 --- a/src/all_apps/shortcut.c +++ b/src/all_apps/shortcut.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/db.c b/src/db.c index 21090b4..773be39 100644 --- a/src/db.c +++ b/src/db.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/index.c b/src/index.c index a4fde17..42be765 100644 --- a/src/index.c +++ b/src/index.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/item.c b/src/item.c index cae57d6..f33cdd2 100644 --- a/src/item.c +++ b/src/item.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/item_badge.c b/src/item_badge.c index d296a9f..b8a14bc 100644 --- a/src/item_badge.c +++ b/src/item_badge.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/item_event.c b/src/item_event.c index 33caa4f..e5797f5 100644 --- a/src/item_event.c +++ b/src/item_event.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/layout.c b/src/layout.c index 4ddf8b4..d967199 100644 --- a/src/layout.c +++ b/src/layout.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/list.c b/src/list.c index a552d80..c7123e6 100644 --- a/src/list.c +++ b/src/list.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/mapbuf.c b/src/mapbuf.c index 571fc84..dfe61c7 100644 --- a/src/mapbuf.c +++ b/src/mapbuf.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/menu_screen.c b/src/menu_screen.c index 5883756..45767b9 100644 --- a/src/menu_screen.c +++ b/src/menu_screen.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/mouse.c b/src/mouse.c index e2b0451..c397f07 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/page.c b/src/page.c index 67ea57a..36ec301 100644 --- a/src/page.c +++ b/src/page.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/page_scroller.c b/src/page_scroller.c index f44459d..746b358 100644 --- a/src/page_scroller.c +++ b/src/page_scroller.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/pkgmgr.c b/src/pkgmgr.c index 9d9adf5..28ff4fe 100644 --- a/src/pkgmgr.c +++ b/src/pkgmgr.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/popup.c b/src/popup.c index b0344b5..e3674a8 100644 --- a/src/popup.c +++ b/src/popup.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, diff --git a/src/util.c b/src/util.c index d27b845..41b4468 100644 --- a/src/util.c +++ b/src/util.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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, -- 2.34.1