apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:03 +0000 (14:54 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:03 +0000 (14:54 +0900)
commit6e23d55d2b15e16f8db9947f9c01e694b3ce24ab
tree26a620256d89b2becbf699f3a5a7a2508a601b2c
parent9301c50d0c288a9ca7e9703dcc07641c361435a0
apply FSL(Flora Software License)
30 files changed:
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [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/libnetwork-0.install.in [new file with mode: 0644]
debian/libnetwork-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/common/network-cm-error.h [new file with mode: 0644]
include/common/network-cm-intf.h [new file with mode: 0644]
include/profile/network-pm-config.h [new file with mode: 0644]
include/profile/network-pm-intf.h [new file with mode: 0644]
include/profile/network-pm-wlan.h [new file with mode: 0644]
include/wifi/network-wifi-intf.h [new file with mode: 0644]
network.pc.in [new file with mode: 0644]
packaging/libnet-client.spec [new file with mode: 0644]
src/include/network-dbus-request.h [new file with mode: 0644]
src/include/network-internal.h [new file with mode: 0644]
src/include/network-signal-handler.h [new file with mode: 0644]
src/network-cm-intf.c [new file with mode: 0644]
src/network-dbus-request.c [new file with mode: 0644]
src/network-internal.c [new file with mode: 0644]
src/network-profile-intf.c [new file with mode: 0644]
src/network-signal-handler.c [new file with mode: 0644]
src/network-wifi-intf.c [new file with mode: 0644]
test/build.sh [new file with mode: 0755]
test/main.c [new file with mode: 0644]