Changed permission of source files to 0644 59/80459/1
authorchanywa <cbible.kim@samsung.com>
Mon, 18 Jul 2016 07:28:32 +0000 (16:28 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 18 Jul 2016 07:28:32 +0000 (16:28 +0900)
Change-Id: Ic3ebc8d1994e6585fdb2d01d01065cfd9f811cce

44 files changed:
doc/maps_service_doc.h [changed mode: 0755->0644]
include/maps_address.h [changed mode: 0755->0644]
include/maps_area.h [changed mode: 0755->0644]
include/maps_coordinates.h [changed mode: 0755->0644]
include/maps_error.h [changed mode: 0755->0644]
include/maps_extra_types.h [changed mode: 0755->0644]
include/maps_plugin.h [changed mode: 0755->0644]
include/maps_plugin_types.h [changed mode: 0755->0644]
include/maps_route_maneuver.h [changed mode: 0755->0644]
include/maps_route_segment_plugin.h [changed mode: 0755->0644]
include/maps_service.h [changed mode: 0755->0644]
include/maps_view.h [changed mode: 0755->0644]
include/maps_view_snapshot.h [changed mode: 0755->0644]
src/api/maps_area.cpp [changed mode: 0755->0644]
src/api/maps_coordinates.cpp [changed mode: 0755->0644]
src/api/maps_extra_types.cpp [changed mode: 0755->0644]
src/api/maps_place.cpp [changed mode: 0755->0644]
src/api/maps_place_attribute.cpp [changed mode: 0755->0644]
src/api/maps_place_category.cpp [changed mode: 0755->0644]
src/api/maps_place_contact.cpp [changed mode: 0755->0644]
src/api/maps_place_editorial.cpp [changed mode: 0755->0644]
src/api/maps_place_filter.cpp [changed mode: 0755->0644]
src/api/maps_place_image.cpp [changed mode: 0755->0644]
src/api/maps_place_link_object.cpp [changed mode: 0755->0644]
src/api/maps_place_media.cpp [changed mode: 0755->0644]
src/api/maps_place_private.h [changed mode: 0755->0644]
src/api/maps_place_rating.cpp [changed mode: 0755->0644]
src/api/maps_place_review.cpp [changed mode: 0755->0644]
src/api/maps_place_url.cpp [changed mode: 0755->0644]
src/api/maps_plugin_info.cpp [changed mode: 0755->0644]
src/api/maps_preference.cpp [changed mode: 0755->0644]
src/api/maps_route.cpp [changed mode: 0755->0644]
src/api/maps_route_maneuver.cpp [changed mode: 0755->0644]
src/api/maps_route_private.h [changed mode: 0755->0644]
src/api/maps_route_segment.cpp [changed mode: 0755->0644]
src/api/maps_route_segment_private.h [changed mode: 0755->0644]
src/api/maps_service.cpp [changed mode: 0755->0644]
src/maps_util.h [changed mode: 0755->0644]
src/plugin/discovery.cpp [changed mode: 0755->0644]
src/plugin/discovery.h [changed mode: 0755->0644]
src/plugin/empty_module.cpp [changed mode: 0755->0644]
src/plugin/module.cpp [changed mode: 0755->0644]
src/session/commands.cpp [changed mode: 0755->0644]
src/session/thread.cpp [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)