From: lokilee73 Date: Thu, 27 Dec 2018 02:48:54 +0000 (+0900) Subject: Remove executable flag from non-executable files X-Git-Tag: accepted/tizen/unified/20181231.125013^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a155da31d1d985d6b6acd5953faf1f2942c9134;p=platform%2Fcore%2Fsystem%2Fsystem-popup.git Remove executable flag from non-executable files Change-Id: Icf2960502868a15f2f607cb83544b3bf471f8a4d Signed-off-by: lokilee73 --- diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/data/batt_full_icon.png b/data/batt_full_icon.png old mode 100755 new mode 100644 diff --git a/data/batt_full_indicator.png b/data/batt_full_indicator.png old mode 100755 new mode 100644 diff --git a/data/circle_btn_check.png b/data/circle_btn_check.png old mode 100755 new mode 100644 diff --git a/data/circle_btn_delete.png b/data/circle_btn_delete.png old mode 100755 new mode 100644 diff --git a/data/core_power_off.png b/data/core_power_off.png old mode 100755 new mode 100644 diff --git a/data/core_restart.png b/data/core_restart.png old mode 100755 new mode 100644 diff --git a/data/datausage_warning.png b/data/datausage_warning.png old mode 100755 new mode 100644 diff --git a/data/gear_device_options_bg.png b/data/gear_device_options_bg.png old mode 100755 new mode 100644 diff --git a/data/gear_device_options_power_off.png b/data/gear_device_options_power_off.png old mode 100755 new mode 100644 diff --git a/data/led_torch.png b/data/led_torch.png old mode 100755 new mode 100644 diff --git a/data/noti_charging_battery_low.png b/data/noti_charging_battery_low.png old mode 100755 new mode 100644 diff --git a/data/noti_cooling_down.png b/data/noti_cooling_down.png old mode 100755 new mode 100644 diff --git a/data/ode_encrypt.png b/data/ode_encrypt.png old mode 100755 new mode 100644 diff --git a/data/overheat.png b/data/overheat.png old mode 100755 new mode 100644 diff --git a/data/saving_device_options_power_off.png b/data/saving_device_options_power_off.png old mode 100755 new mode 100644 diff --git a/data/sdcard.png b/data/sdcard.png old mode 100755 new mode 100644 diff --git a/data/sdcard_decryption.png b/data/sdcard_decryption.png old mode 100755 new mode 100644 diff --git a/data/sdcard_decryption_error.png b/data/sdcard_decryption_error.png old mode 100755 new mode 100644 diff --git a/data/sdcard_encryption.png b/data/sdcard_encryption.png old mode 100755 new mode 100644 diff --git a/data/sdcard_encryption_error.png b/data/sdcard_encryption_error.png old mode 100755 new mode 100644 diff --git a/data/sdcard_prepare.png b/data/sdcard_prepare.png old mode 100755 new mode 100644 diff --git a/data/sdcard_removed.png b/data/sdcard_removed.png old mode 100755 new mode 100644 diff --git a/data/tima.png b/data/tima.png old mode 100755 new mode 100644 diff --git a/data/usb.png b/data/usb.png old mode 100755 new mode 100644 diff --git a/data/usb_icon.png b/data/usb_icon.png old mode 100755 new mode 100644 diff --git a/packaging/org.tizen.crash-syspopup.manifest b/packaging/org.tizen.crash-syspopup.manifest old mode 100755 new mode 100644 diff --git a/packaging/org.tizen.overheat-syspopup.manifest b/packaging/org.tizen.overheat-syspopup.manifest old mode 100755 new mode 100644 diff --git a/packaging/org.tizen.powerkey-syspopup.manifest b/packaging/org.tizen.powerkey-syspopup.manifest old mode 100755 new mode 100644 diff --git a/packaging/org.tizen.system-signal-sender.manifest b/packaging/org.tizen.system-signal-sender.manifest old mode 100755 new mode 100644 diff --git a/packaging/org.tizen.system-syspopup.manifest b/packaging/org.tizen.system-syspopup.manifest old mode 100755 new mode 100644 diff --git a/packaging/system-servant.spec b/packaging/system-servant.spec old mode 100755 new mode 100644 diff --git a/signal-sender/CMakeLists.txt b/signal-sender/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/signal-sender/org.tizen.system-signal-sender.xml b/signal-sender/org.tizen.system-signal-sender.xml old mode 100755 new mode 100644 diff --git a/signal-sender/signal-sender.c b/signal-sender/signal-sender.c old mode 100755 new mode 100644 diff --git a/signal-sender/signal-sender.h b/signal-sender/signal-sender.h old mode 100755 new mode 100644 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/battery/battery-mobile.c b/src/battery/battery-mobile.c old mode 100755 new mode 100644 diff --git a/src/battery/battery-wearable.c b/src/battery/battery-wearable.c old mode 100755 new mode 100644 diff --git a/src/common/core.c b/src/common/core.c old mode 100755 new mode 100644 diff --git a/src/common/macro.h b/src/common/macro.h old mode 100755 new mode 100644 diff --git a/src/common/popup-common.c b/src/common/popup-common.c old mode 100755 new mode 100644 diff --git a/src/common/popup-common.h b/src/common/popup-common.h old mode 100755 new mode 100644 diff --git a/src/common/popup-ui-circle.c b/src/common/popup-ui-circle.c old mode 100755 new mode 100644 diff --git a/src/common/popup-ui-dpms-none.c b/src/common/popup-ui-dpms-none.c old mode 100755 new mode 100644 diff --git a/src/common/popup-ui-dpms-wayland.c b/src/common/popup-ui-dpms-wayland.c old mode 100755 new mode 100644 diff --git a/src/common/popup-ui-normal.c b/src/common/popup-ui-normal.c old mode 100755 new mode 100644 diff --git a/src/common/popup-ui.c b/src/common/popup-ui.c old mode 100755 new mode 100644 diff --git a/src/cooldown/cooldown-mobile.c b/src/cooldown/cooldown-mobile.c old mode 100755 new mode 100644 diff --git a/src/cooldown/cooldown-popup.edc b/src/cooldown/cooldown-popup.edc old mode 100755 new mode 100644 diff --git a/src/cooldown/cooldown-wearable.c b/src/cooldown/cooldown-wearable.c old mode 100755 new mode 100644 diff --git a/src/crash/CMakeLists.txt b/src/crash/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/crash/crash.c b/src/crash/crash.c old mode 100755 new mode 100644 diff --git a/src/crash/org.tizen.crash-syspopup.xml b/src/crash/org.tizen.crash-syspopup.xml old mode 100755 new mode 100644 diff --git a/src/launcher/CMakeLists.txt b/src/launcher/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/launcher/app.c b/src/launcher/app.c old mode 100755 new mode 100644 diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c old mode 100755 new mode 100644 diff --git a/src/launcher/launcher.conf b/src/launcher/launcher.conf old mode 100755 new mode 100644 diff --git a/src/launcher/launcher.h b/src/launcher/launcher.h old mode 100755 new mode 100644 diff --git a/src/launcher/noti.c b/src/launcher/noti.c old mode 100755 new mode 100644 diff --git a/src/launcher/popup.c b/src/launcher/popup.c old mode 100755 new mode 100644 diff --git a/src/mmc/mmc-mobile.c b/src/mmc/mmc-mobile.c old mode 100755 new mode 100644 diff --git a/src/org.tizen.system-syspopup.xml b/src/org.tizen.system-syspopup.xml old mode 100755 new mode 100644 diff --git a/src/overheat/CMakeLists.txt b/src/overheat/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/overheat/org.tizen.overheat-syspopup.xml b/src/overheat/org.tizen.overheat-syspopup.xml old mode 100755 new mode 100644 diff --git a/src/overheat/overheat-popup.edc b/src/overheat/overheat-popup.edc old mode 100755 new mode 100644 diff --git a/src/overheat/overheat.c b/src/overheat/overheat.c old mode 100755 new mode 100644 diff --git a/src/po/ar.po b/src/po/ar.po old mode 100755 new mode 100644 diff --git a/src/po/az.po b/src/po/az.po old mode 100755 new mode 100644 diff --git a/src/po/bg.po b/src/po/bg.po old mode 100755 new mode 100644 diff --git a/src/po/bn.po b/src/po/bn.po old mode 100755 new mode 100644 diff --git a/src/po/ca.po b/src/po/ca.po old mode 100755 new mode 100644 diff --git a/src/po/cs.po b/src/po/cs.po old mode 100755 new mode 100644 diff --git a/src/po/da.po b/src/po/da.po old mode 100755 new mode 100644 diff --git a/src/po/de.po b/src/po/de.po old mode 100755 new mode 100644 diff --git a/src/po/el_GR.po b/src/po/el_GR.po old mode 100755 new mode 100644 diff --git a/src/po/en.po b/src/po/en.po old mode 100755 new mode 100644 diff --git a/src/po/en_PH.po b/src/po/en_PH.po old mode 100755 new mode 100644 diff --git a/src/po/en_US.po b/src/po/en_US.po old mode 100755 new mode 100644 diff --git a/src/po/es_ES.po b/src/po/es_ES.po old mode 100755 new mode 100644 diff --git a/src/po/es_US.po b/src/po/es_US.po old mode 100755 new mode 100644 diff --git a/src/po/et.po b/src/po/et.po old mode 100755 new mode 100644 diff --git a/src/po/eu.po b/src/po/eu.po old mode 100755 new mode 100644 diff --git a/src/po/fa.po b/src/po/fa.po old mode 100755 new mode 100644 diff --git a/src/po/fi.po b/src/po/fi.po old mode 100755 new mode 100644 diff --git a/src/po/fr.po b/src/po/fr.po old mode 100755 new mode 100644 diff --git a/src/po/fr_CA.po b/src/po/fr_CA.po old mode 100755 new mode 100644 diff --git a/src/po/ga.po b/src/po/ga.po old mode 100755 new mode 100644 diff --git a/src/po/gl.po b/src/po/gl.po old mode 100755 new mode 100644 diff --git a/src/po/gu.po b/src/po/gu.po old mode 100755 new mode 100644 diff --git a/src/po/he.po b/src/po/he.po old mode 100755 new mode 100644 diff --git a/src/po/hi.po b/src/po/hi.po old mode 100755 new mode 100644 diff --git a/src/po/hr.po b/src/po/hr.po old mode 100755 new mode 100644 diff --git a/src/po/hu.po b/src/po/hu.po old mode 100755 new mode 100644 diff --git a/src/po/hy.po b/src/po/hy.po old mode 100755 new mode 100644 diff --git a/src/po/is.po b/src/po/is.po old mode 100755 new mode 100644 diff --git a/src/po/it_IT.po b/src/po/it_IT.po old mode 100755 new mode 100644 diff --git a/src/po/ja_JP.po b/src/po/ja_JP.po old mode 100755 new mode 100644 diff --git a/src/po/ka.po b/src/po/ka.po old mode 100755 new mode 100644 diff --git a/src/po/kk.po b/src/po/kk.po old mode 100755 new mode 100644 diff --git a/src/po/kn.po b/src/po/kn.po old mode 100755 new mode 100644 diff --git a/src/po/ko_KR.po b/src/po/ko_KR.po old mode 100755 new mode 100644 diff --git a/src/po/lt.po b/src/po/lt.po old mode 100755 new mode 100644 diff --git a/src/po/lv.po b/src/po/lv.po old mode 100755 new mode 100644 diff --git a/src/po/mk.po b/src/po/mk.po old mode 100755 new mode 100644 diff --git a/src/po/ml.po b/src/po/ml.po old mode 100755 new mode 100644 diff --git a/src/po/nb.po b/src/po/nb.po old mode 100755 new mode 100644 diff --git a/src/po/nl.po b/src/po/nl.po old mode 100755 new mode 100644 diff --git a/src/po/pl.po b/src/po/pl.po old mode 100755 new mode 100644 diff --git a/src/po/pt_BR.po b/src/po/pt_BR.po old mode 100755 new mode 100644 diff --git a/src/po/pt_PT.po b/src/po/pt_PT.po old mode 100755 new mode 100644 diff --git a/src/po/ro.po b/src/po/ro.po old mode 100755 new mode 100644 diff --git a/src/po/ru_RU.po b/src/po/ru_RU.po old mode 100755 new mode 100644 diff --git a/src/po/si.po b/src/po/si.po old mode 100755 new mode 100644 diff --git a/src/po/sk.po b/src/po/sk.po old mode 100755 new mode 100644 diff --git a/src/po/sl.po b/src/po/sl.po old mode 100755 new mode 100644 diff --git a/src/po/sr.po b/src/po/sr.po old mode 100755 new mode 100644 diff --git a/src/po/sv.po b/src/po/sv.po old mode 100755 new mode 100644 diff --git a/src/po/ta.po b/src/po/ta.po old mode 100755 new mode 100644 diff --git a/src/po/te.po b/src/po/te.po old mode 100755 new mode 100644 diff --git a/src/po/th.po b/src/po/th.po old mode 100755 new mode 100644 diff --git a/src/po/tr_TR.po b/src/po/tr_TR.po old mode 100755 new mode 100644 diff --git a/src/po/uk.po b/src/po/uk.po old mode 100755 new mode 100644 diff --git a/src/po/ur.po b/src/po/ur.po old mode 100755 new mode 100644 diff --git a/src/po/uz.po b/src/po/uz.po old mode 100755 new mode 100644 diff --git a/src/po/zh_CN.po b/src/po/zh_CN.po old mode 100755 new mode 100644 diff --git a/src/po/zh_HK.po b/src/po/zh_HK.po old mode 100755 new mode 100644 diff --git a/src/po/zh_TW.po b/src/po/zh_TW.po old mode 100755 new mode 100644 diff --git a/src/power/power.c b/src/power/power.c old mode 100755 new mode 100644 diff --git a/src/powerkey/CMakeLists.txt b/src/powerkey/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/powerkey/org.tizen.powerkey-syspopup.xml b/src/powerkey/org.tizen.powerkey-syspopup.xml old mode 100755 new mode 100644 diff --git a/src/powerkey/powerkey-mobile.c b/src/powerkey/powerkey-mobile.c old mode 100755 new mode 100644 diff --git a/src/powerkey/powerkey-tv.c b/src/powerkey/powerkey-tv.c old mode 100755 new mode 100644 diff --git a/src/powerkey/powerkey-wearable.c b/src/powerkey/powerkey-wearable.c old mode 100755 new mode 100644 diff --git a/src/storage/lowstorage-mobile.c b/src/storage/lowstorage-mobile.c old mode 100755 new mode 100644 diff --git a/src/storage/lowstorage-wearable.c b/src/storage/lowstorage-wearable.c old mode 100755 new mode 100644 diff --git a/src/usb/usb-device.c b/src/usb/usb-device.c old mode 100755 new mode 100644 diff --git a/src/usb/usb-mobile.c b/src/usb/usb-mobile.c old mode 100755 new mode 100644 diff --git a/src/usb/usb-popup.edc b/src/usb/usb-popup.edc old mode 100755 new mode 100644 diff --git a/src/usb/usbotg-mobile.c b/src/usb/usbotg-mobile.c old mode 100755 new mode 100644 diff --git a/src/watchdog/watchdog.c b/src/watchdog/watchdog.c old mode 100755 new mode 100644 diff --git a/system-cooperator/CMakeLists.txt b/system-cooperator/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/system-cooperator/system-cooperator.c b/system-cooperator/system-cooperator.c old mode 100755 new mode 100644