LICENSE: Change license from Apache to Flora. 16/95216/6
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 2 Nov 2016 12:01:28 +0000 (13:01 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 2 Nov 2016 15:04:00 +0000 (16:04 +0100)
commit9afc58529fca0298c789c61d9fab7979163b7626
tree1c74add04aa10e1b5acf2112347b965ae50434fb
parent33201de1c6e93760f4ec91f300eb11e2cf555fc1
LICENSE: Change license from Apache to Flora.

Change-Id: If9b41690fc68b414fc064aeb2ff32e832f3fa8d6
66 files changed:
LICENSE
inc/bg_color.h
inc/box.h
inc/common.h
inc/icon.h
inc/indicator.h
inc/indicator_gui.h
inc/list.h
inc/log.h [changed mode: 0755->0644]
inc/main.h
inc/modules.h
inc/more_notify.h
inc/ticker.h
inc/toast_popup.h
inc/tts.h
inc/util.h
packaging/org.tizen.indicator.spec
res/resource/color_classes.edc
res/resource/indicator_common.edc
res/resource/indicator_icon_animation.edc
res/resource/indicator_icon_nonfixed_theme.edc
res/resource/indicator_icon_theme.edc
res/resource/indicator_port.edc
res/resource/ticker.edc [changed mode: 0755->0644]
res/resource/ticker_animated_icon.edc [changed mode: 0755->0644]
res/resource/ticker_default.edc [changed mode: 0755->0644]
src/bg_color.c
src/box.c
src/icon.c
src/indicator.c
src/list.c
src/main.c
src/modules/clock/clock.c
src/modules/connection/connection.c
src/modules/connection/dock.c
src/modules/connection/mobile_hotspot.c
src/modules/connection/usb.c
src/modules/connection/wifi.c
src/modules/information/alarm.c
src/modules/information/earphone.c
src/modules/information/ext_storage.c
src/modules/information/fm_radio.c
src/modules/information/lowmem.c
src/modules/information/more_notify.c
src/modules/information/mp3_playing.c
src/modules/information/noti.c
src/modules/information/toast_popup.c
src/modules/information/video_play.c
src/modules/information/voice_recorder.c
src/modules/modules.c
src/modules/network/rssi.c
src/modules/power/battery.c
src/modules/processing/call.c
src/modules/processing/call_divert.c
src/modules/processing/call_options.c
src/modules/processing/downloading.c
src/modules/processing/transfer.c
src/modules/processing/uploading.c
src/modules/setting/bluetooth.c
src/modules/setting/do_not_disturb.c
src/modules/setting/gps.c
src/modules/setting/nfc.c
src/modules/setting/silent.c
src/ticker.c
src/tts.c
src/util.c