apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:00 +0000 (14:54 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:00 +0000 (14:54 +0900)
commitc33a8639f0b394420a94be3a28d2111255a954fa
tree0c9df95f18deb37492ccb105961700d01a2ea494
parenta904c455b3a2ac3669a3574528bf0561af8a66fe
apply FSL(Flora Software License)
49 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/desktop [new file with mode: 0644]
debian/install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/draglock-bg.h [new file with mode: 0644]
include/draglock-slide.h [new file with mode: 0644]
include/draglock-time.h [new file with mode: 0644]
include/draglock-ui.h [new file with mode: 0644]
include/draglock-util.h [new file with mode: 0644]
include/draglock.h [new file with mode: 0644]
packaging/org.tizen.draglock.spec [new file with mode: 0755]
res/CMakeLists.txt [new file with mode: 0755]
res/edje/draglock-slide.edc [new file with mode: 0644]
res/edje/draglock-time.edc [new file with mode: 0644]
res/edje/draglock-ui.edc [new file with mode: 0644]
res/edje/draglock.edc [new file with mode: 0644]
res/icons/default/small/icon_application.png [new file with mode: 0644]
res/images/RB07_Unlock_bg.png [new file with mode: 0644]
res/images/RB07_Unlock_bg_press.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_01.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_02.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_arrow.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_arrow_press.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_01.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_02.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_03.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_04.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_05.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_06.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_07.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_08.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_09.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_10.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_11.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_12.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_13.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_14.png [new file with mode: 0644]
res/images/RB07_icon_Unlock_press_15.png [new file with mode: 0644]
src/draglock-bg.c [new file with mode: 0644]
src/draglock-slide.c [new file with mode: 0644]
src/draglock-time.c [new file with mode: 0644]
src/draglock-ui.c [new file with mode: 0644]
src/draglock-util.c [new file with mode: 0644]
src/draglock.c [new file with mode: 0644]