Remove executable flag from non-executable files 70/196270/1 accepted/tizen/unified/20181231.125026 submit/tizen/20181227.070601 submit/tizen/20181231.010834 submit/tizen/20181231.070821
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 27 Dec 2018 02:06:44 +0000 (11:06 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 27 Dec 2018 02:06:49 +0000 (11:06 +0900)
Change-Id: Idee810863ae5750b64617b091dcb9d8e2964ddfa
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
15 files changed:
CMakeLists.txt [changed mode: 0755->0644]
LICENSE [changed mode: 0755->0644]
hw/battery/CMakeLists.txt [changed mode: 0755->0644]
hw/battery/battery.c [changed mode: 0755->0644]
hw/board/board.c [changed mode: 0755->0644]
hw/display/CMakeLists.txt [changed mode: 0755->0644]
hw/display/display.c [changed mode: 0755->0644]
hw/external_connection/CMakeLists.txt [changed mode: 0755->0644]
hw/external_connection/external_connection.c [changed mode: 0755->0644]
hw/led/led.c [changed mode: 0755->0644]
hw/touchscreen/CMakeLists.txt [changed mode: 0755->0644]
hw/touchscreen/touchscreen.c [changed mode: 0755->0644]
hw/udev.c [changed mode: 0755->0644]
hw/udev.h [changed mode: 0755->0644]
hw/usb_gadget/usb_gadget.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
diff --git a/LICENSE b/LICENSE
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)