Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:50:19 +0000 (00:50 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:50:19 +0000 (00:50 +0900)
commitf82d616f46273ffbb9f043ad162b8d6f1c6d410d
tree013875b2cdcbc0e5c404dc284b5c295592d032bb
parentbbe023c911411370c4896540a424a455885cc87b
Git init
27 files changed:
AUTHORS [new file with mode: 0755]
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: 0755]
debian/control [new file with mode: 0755]
debian/libnotification-0.install.in [new file with mode: 0755]
debian/libnotification-0.postinst.in [new file with mode: 0755]
debian/libnotification-dev.install.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/notification.h [new file with mode: 0755]
include/notification_db.h [new file with mode: 0755]
include/notification_debug.h [new file with mode: 0755]
include/notification_error.h [new file with mode: 0755]
include/notification_group.h [new file with mode: 0755]
include/notification_internal.h [new file with mode: 0755]
include/notification_list.h [new file with mode: 0755]
include/notification_noti.h [new file with mode: 0755]
include/notification_ongoing.h [new file with mode: 0755]
include/notification_type.h [new file with mode: 0755]
notification.pc.in [new file with mode: 0755]
src/notification.c [new file with mode: 0755]
src/notification_db.c [new file with mode: 0755]
src/notification_group.c [new file with mode: 0755]
src/notification_list.c [new file with mode: 0755]
src/notification_noti.c [new file with mode: 0755]
src/notification_ongoing.c [new file with mode: 0755]