Remove the execution flag from non-executables 07/196007/3 accepted/tizen/unified/20190109.060043 submit/tizen/20190108.074231
authorPaweł Szewczyk <p.szewczyk@samsung.com>
Fri, 21 Dec 2018 09:41:04 +0000 (10:41 +0100)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 3 Jan 2019 04:35:31 +0000 (13:35 +0900)
Change-Id: I796f146a8edc93ac3221dfc54c189e6f2053d250
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
47 files changed:
CMakeLists.txt [changed mode: 0755->0644]
LICENSE.APLv2 [changed mode: 0755->0644]
include/entity/mtp_device.h [changed mode: 0755->0644]
include/entity/mtp_object.h [changed mode: 0755->0644]
include/entity/mtp_property.h [changed mode: 0755->0644]
include/entity/mtp_store.h [changed mode: 0755->0644]
include/mtp_cmd_handler.h [changed mode: 0755->0644]
include/mtp_cmd_handler_util.h [changed mode: 0755->0644]
include/mtp_config.h [changed mode: 0755->0644]
include/mtp_datatype.h [changed mode: 0755->0644]
include/mtp_event_handler.h [changed mode: 0755->0644]
include/mtp_init.h [changed mode: 0755->0644]
include/mtp_inoti_handler.h [changed mode: 0755->0644]
include/ptp_container.h [changed mode: 0755->0644]
include/ptp_datacodes.h [changed mode: 0755->0644]
include/transport/mtp_transport.h [changed mode: 0755->0644]
include/transport/mtp_usb_driver.h [changed mode: 0755->0644]
include/util/mtp_fs.h [changed mode: 0755->0644]
include/util/mtp_list.h [changed mode: 0755->0644]
include/util/mtp_media_info.h [changed mode: 0755->0644]
include/util/mtp_msgq.h [changed mode: 0755->0644]
include/util/mtp_support.h [changed mode: 0755->0644]
include/util/mtp_thread.h [changed mode: 0755->0644]
include/util/mtp_util.h [changed mode: 0755->0644]
mtp-responder.conf [changed mode: 0755->0644]
mtp-responder.service [changed mode: 0755->0644]
mtp-responder.socket [changed mode: 0755->0644]
packaging/99-mtp-responder.rules [changed mode: 0755->0644]
packaging/mtp-responder.manifest [changed mode: 0755->0644]
packaging/mtp-responder.spec [changed mode: 0755->0644]
src/entity/mtp_device.c [changed mode: 0755->0644]
src/entity/mtp_object.c [changed mode: 0755->0644]
src/entity/mtp_property.c [changed mode: 0755->0644]
src/entity/mtp_store.c [changed mode: 0755->0644]
src/mtp_cmd_handler.c [changed mode: 0755->0644]
src/mtp_cmd_handler_util.c [changed mode: 0755->0644]
src/mtp_event_handler.c [changed mode: 0755->0644]
src/mtp_init.c [changed mode: 0755->0644]
src/mtp_inoti_handler.c [changed mode: 0755->0644]
src/ptp_container.c [changed mode: 0755->0644]
src/transport/mtp_transport.c [changed mode: 0755->0644]
src/transport/mtp_usb_driver_ffs.c [changed mode: 0755->0644]
src/util/mtp_fs.c [changed mode: 0755->0644]
src/util/mtp_list.c [changed mode: 0755->0644]
src/util/mtp_media_info.c [changed mode: 0755->0644]
src/util/mtp_msgq.c [changed mode: 0755->0644]
src/util/mtp_support.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)