apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:53:56 +0000 (14:53 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:53:56 +0000 (14:53 +0900)
commit528d958907aa2b1cd420c890c55671405823f019
treefe7d124d1f8de2482a72b2344c90ea6f327679e6
parent2d470403b63e2b2325045133ec48fd6ead636da1
apply FSL(Flora Software License)
55 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
NOTICE [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/copyright [new file with mode: 0755]
debian/dirs [new file with mode: 0755]
debian/docs [new file with mode: 0755]
debian/org.tizen.ciss.install.in [new file with mode: 0755]
debian/org.tizen.ciss.postinst.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/ciss-common.h [new file with mode: 0755]
include/ciss-converter.h [new file with mode: 0755]
include/ciss-debug.h [new file with mode: 0755]
include/ciss-parser.h [new file with mode: 0755]
include/ciss-resp.h [new file with mode: 0755]
include/ciss-respnd.h [new file with mode: 0755]
include/ciss-string.h [new file with mode: 0755]
include/ciss-tapi-request.h [new file with mode: 0755]
include/ciss-types.h [new file with mode: 0755]
include/ciss-ussd.h [new file with mode: 0755]
include/ciss-util.h [new file with mode: 0755]
include/ciss-widget.h [new file with mode: 0755]
org.tizen.ciss.desktop.in [new file with mode: 0755]
packaging/org.tizen.ciss.spec [new file with mode: 0755]
po/CMakeLists.txt [new file with mode: 0755]
po/POTFILES.in [new file with mode: 0755]
po/de_DE.po [new file with mode: 0755]
po/el_GR.po [new file with mode: 0755]
po/en.po [new file with mode: 0755]
po/es_ES.po [new file with mode: 0755]
po/fr_FR.po [new file with mode: 0755]
po/it_IT.po [new file with mode: 0755]
po/ja_JP.po [new file with mode: 0755]
po/ko_KR.po [new file with mode: 0755]
po/nl_NL.po [new file with mode: 0755]
po/pt_PT.po [new file with mode: 0755]
po/ru_RU.po [new file with mode: 0755]
po/test.pot [new file with mode: 0755]
po/tr_TR.po [new file with mode: 0755]
po/update-po.sh [new file with mode: 0755]
po/zh_CN.po [new file with mode: 0755]
po/zh_HK.po [new file with mode: 0755]
po/zh_TW.po [new file with mode: 0755]
resource/ciss-mmi.edc [new file with mode: 0755]
src/ciss-converter.c [new file with mode: 0755]
src/ciss-main.c [new file with mode: 0755]
src/ciss-parser.c [new file with mode: 0755]
src/ciss-resp.c [new file with mode: 0755]
src/ciss-respnd.c [new file with mode: 0755]
src/ciss-tapi-request.c [new file with mode: 0755]
src/ciss-ussd.c [new file with mode: 0755]
src/ciss-util.c [new file with mode: 0755]
src/ciss-widget.c [new file with mode: 0755]