Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:37 +0000 (00:42 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:37 +0000 (00:42 +0900)
commitab97bfba13fed2bbe8f2ee2939da0ec66bda1867
tree6a706e9bb4a390273cf2a53a1babda04c29157fa
parentc9d0e46c297165019455db0a7ea2d6d260306cdb
Git init
20 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
capi-location-geocoder.pc.in [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/capi-location-geocoder-dev.install [new file with mode: 0644]
debian/capi-location-geocoder-dev.postinst [new file with mode: 0644]
debian/capi-location-geocoder.install [new file with mode: 0644]
debian/capi-location-geocoder.postinst [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/rules [new file with mode: 0755]
include/geocoder.h [new file with mode: 0755]
include/geocoder_private.h [new file with mode: 0644]
packaging/capi-location-geocoder.spec [new file with mode: 0644]
src/geocoder.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/geocoder_test.c [new file with mode: 0755]