apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:06 +0000 (14:54 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:06 +0000 (14:54 +0900)
commitf49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf
tree4d172cef6094b9c58ad806d6099983259d7cd1d9
parent51c6a1be576b2bf51544a96c6f43f7a73659b446
apply FSL(Flora Software License)
24 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/menudaemon [new file with mode: 0755]
data/menudaemon.fast [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: 0755]
debian/copyright [new file with mode: 0644]
debian/jobs [new file with mode: 0644]
debian/menu-daemon.install.in [new file with mode: 0644]
debian/menu-daemon.postinst [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/desktop_to_db.h [new file with mode: 0644]
include/hw_key.h [new file with mode: 0644]
include/parser.h [new file with mode: 0644]
include/pkg_event.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
packaging/menu-daemon.spec [new file with mode: 0644]
src/hw_key.c [new file with mode: 0644]
src/menu_daemon.c [new file with mode: 0644]
src/parser.c [new file with mode: 0644]
src/pkg_event.c [new file with mode: 0644]