remove excution permission of files
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 4 Jun 2015 23:46:32 +0000 (08:46 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 8 Jun 2015 10:41:37 +0000 (19:41 +0900)
38 files changed:
lib/ic-client.c [changed mode: 0755->0644]
lib/ic-client.h [changed mode: 0755->0644]
lib/ic-device.c [changed mode: 0755->0644]
lib/ic-ioty.cpp [changed mode: 0755->0644]
lib/ic-ioty.h [changed mode: 0755->0644]
lib/ic-observation.c [changed mode: 0755->0644]
lib/ic-options.c [changed mode: 0755->0644]
lib/ic-options.h [changed mode: 0755->0644]
lib/ic-query.c [changed mode: 0755->0644]
lib/ic-query.h [changed mode: 0755->0644]
lib/ic-repr-list.c [changed mode: 0755->0644]
lib/ic-repr-list.h [changed mode: 0755->0644]
lib/ic-repr-obj.c [changed mode: 0755->0644]
lib/ic-repr-value.c [changed mode: 0755->0644]
lib/ic-repr-value.h [changed mode: 0755->0644]
lib/ic-repr.c [changed mode: 0755->0644]
lib/ic-repr.h [changed mode: 0755->0644]
lib/ic-request.c [changed mode: 0755->0644]
lib/ic-request.h [changed mode: 0755->0644]
lib/ic-resource-types.c [changed mode: 0755->0644]
lib/ic-resource-types.h [changed mode: 0755->0644]
lib/ic-response.c [changed mode: 0755->0644]
lib/ic-response.h [changed mode: 0755->0644]
lib/ic-utils.c [changed mode: 0755->0644]
lib/ic-utils.h [changed mode: 0755->0644]
lib/ic.c [changed mode: 0755->0644]
lib/ic.h [changed mode: 0755->0644]
lib/include/iotcon-constant.h [changed mode: 0755->0644]
lib/include/iotcon-errors.h [changed mode: 0755->0644]
lib/include/iotcon-representation.h [changed mode: 0755->0644]
lib/include/iotcon-struct.h [changed mode: 0755->0644]
lib/include/iotcon.h [changed mode: 0755->0644]
test/crud-test-client.c [changed mode: 0755->0644]
test/crud-test-server.c [changed mode: 0755->0644]
test/device-test-client.c [changed mode: 0755->0644]
test/device-test-server.c [changed mode: 0755->0644]
test/repr-test-client.c [changed mode: 0755->0644]
test/repr-test-server.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)