apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:05 +0000 (14:54 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:05 +0000 (14:54 +0900)
commite2433d0a14c8ec71a8b25a7d3d4e0685aaeca27d
treed03c6d8b6184ade2d73a7050845ffca808cacbb4
parentb701fc3a10e9250262e268d9ad40a4b7ea7fef26
apply FSL(Flora Software License)
67 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
clock-common/CMakeLists.txt [new file with mode: 0644]
clock-common/include/clock_fwk_define.h [new file with mode: 0644]
clock-common/include/clock_fwk_dlog.h [new file with mode: 0644]
clock-common/include/clock_fwk_icu.h [new file with mode: 0644]
clock-common/include/clock_fwk_util.h [new file with mode: 0644]
clock-common/src/clock_fwk_icu.c [new file with mode: 0644]
clock-common/src/clock_fwk_util.c [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libug-worldclock-efl.install.in [new file with mode: 0644]
debian/libug-worldclock-efl.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/clock_fwk_icu_label.h [new file with mode: 0644]
include/ug_worldclock_efl.h [new file with mode: 0644]
include/worldclock.h [new file with mode: 0644]
include/worldclock_add_view.h [new file with mode: 0644]
include/worldclock_const.h [new file with mode: 0644]
include/worldclock_data.h [new file with mode: 0644]
include/worldclock_dlog.h [new file with mode: 0644]
include/worldclock_fwk_icu.h [new file with mode: 0644]
include/worldclock_timezone.h [new file with mode: 0644]
include/worldclock_types.h [new file with mode: 0644]
include/worldclock_util.h [new file with mode: 0644]
packaging/libug-worldclock-efl.spec [new file with mode: 0644]
res/edc/worldclock.edc [new file with mode: 0644]
res/edc/worldclock_add.edc [new file with mode: 0644]
res/edc/worldclock_segment.edc [new file with mode: 0644]
res/po/CMakeLists.txt [new file with mode: 0644]
res/po/POTFILES.in [new file with mode: 0644]
res/po/csv2po_v2 [new file with mode: 0644]
res/po/de_DE.po [new file with mode: 0644]
res/po/el_GR.po [new file with mode: 0644]
res/po/en.po [new file with mode: 0644]
res/po/es_ES.po [new file with mode: 0644]
res/po/fr_FR.po [new file with mode: 0644]
res/po/it_IT.po [new file with mode: 0644]
res/po/ja_JP.po [new file with mode: 0644]
res/po/ko_KR.po [new file with mode: 0644]
res/po/nl_NL.po [new file with mode: 0644]
res/po/pt_PT.po [new file with mode: 0644]
res/po/ru_RU.po [new file with mode: 0644]
res/po/tr_TR.po [new file with mode: 0644]
res/po/ug-worldclock-efl.pot [new file with mode: 0644]
res/po/update-po.sh [new file with mode: 0755]
res/po/zh_CN.po [new file with mode: 0644]
res/po/zh_HK.po [new file with mode: 0644]
res/po/zh_TW.po [new file with mode: 0644]
res/theme/01_list_lighting.png [new file with mode: 0644]
res/theme/50_world_clock_list_bg.png [new file with mode: 0644]
res/theme/58_clock_list_bg.png [new file with mode: 0644]
res/theme/58_worldclock_list_bg.png [new file with mode: 0644]
res/theme/tw3_list_select.png [new file with mode: 0644]
res/theme/worldclock_macro.edc [new file with mode: 0644]
res/theme/worldclock_theme.edc [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/clock_fwk_icu_label.cpp [new file with mode: 0644]
src/ug_worldclock_efl.c [new file with mode: 0644]
src/worldclock_add_view.c [new file with mode: 0644]
src/worldclock_data.c [new file with mode: 0644]
src/worldclock_fwk_icu.c [new file with mode: 0644]
src/worldclock_util.c [new file with mode: 0644]