From: Radoslaw Bartosiak Date: Fri, 5 Dec 2014 11:14:04 +0000 (+0100) Subject: Remove unnecessary execution bits from files X-Git-Tag: accepted/tizen/common/20141209.095440~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7adaffadb581dc95854b9af5ed0db0fae04a2f3;p=platform%2Fcore%2Fappfw%2Fslp-pkgmgr.git Remove unnecessary execution bits from files Source files (*.c, *.h) and configuration files (*.txt, *.xml, *.in) should not have execution bit set. Change-Id: I186e8132351a26cc29053db5deb64e85c963bc88 Signed-off-by: Radoslaw Bartosiak --- diff --git a/client/include/package-manager.h b/client/include/package-manager.h old mode 100755 new mode 100644 diff --git a/client/include/pkgmgr-api.h b/client/include/pkgmgr-api.h old mode 100755 new mode 100644 diff --git a/client/include/pkgmgr-dbinfo.h b/client/include/pkgmgr-dbinfo.h old mode 100755 new mode 100644 diff --git a/client/include/pkgmgr-internal.h b/client/include/pkgmgr-internal.h old mode 100755 new mode 100644 diff --git a/client/src/pkgmgr-dbinfo.c b/client/src/pkgmgr-dbinfo.c old mode 100755 new mode 100644 diff --git a/client/src/pkgmgr-internal.c b/client/src/pkgmgr-internal.c old mode 100755 new mode 100644 diff --git a/client/src/pkgmgr.c b/client/src/pkgmgr.c old mode 100755 new mode 100644 diff --git a/comm/CMakeLists.txt b/comm/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/comm/SLP_package_manager_frontend_backend_PG.h b/comm/SLP_package_manager_frontend_backend_PG.h old mode 100755 new mode 100644 diff --git a/comm/comm_client.c b/comm/comm_client.c old mode 100755 new mode 100644 diff --git a/comm/comm_client.h b/comm/comm_client.h old mode 100755 new mode 100644 diff --git a/comm/comm_client_dbus.c b/comm/comm_client_dbus.c old mode 100755 new mode 100644 diff --git a/comm/comm_config.h b/comm/comm_config.h old mode 100755 new mode 100644 diff --git a/comm/comm_pkg_mgr_server.c b/comm/comm_pkg_mgr_server.c old mode 100755 new mode 100644 diff --git a/comm/comm_pkg_mgr_server.h b/comm/comm_pkg_mgr_server.h old mode 100755 new mode 100644 diff --git a/comm/comm_socket.c b/comm/comm_socket.c old mode 100755 new mode 100644 diff --git a/comm/comm_socket.h b/comm/comm_socket.h old mode 100755 new mode 100644 diff --git a/comm/comm_socket_client.c b/comm/comm_socket_client.c old mode 100755 new mode 100644 diff --git a/comm/comm_socket_client.h b/comm/comm_socket_client.h old mode 100755 new mode 100644 diff --git a/comm/comm_status_broadcast_server.c b/comm/comm_status_broadcast_server.c old mode 100755 new mode 100644 diff --git a/comm/comm_status_broadcast_server.h b/comm/comm_status_broadcast_server.h old mode 100755 new mode 100644 diff --git a/comm/comm_status_broadcast_server_dbus.c b/comm/comm_status_broadcast_server_dbus.c old mode 100755 new mode 100644 diff --git a/comm/error_report.h b/comm/error_report.h old mode 100755 new mode 100644 diff --git a/comm/pkgmgr-installer.pc.in b/comm/pkgmgr-installer.pc.in old mode 100755 new mode 100644 diff --git a/comm/pkgmgr_installer.c b/comm/pkgmgr_installer.c old mode 100755 new mode 100644 diff --git a/comm/pkgmgr_installer.h b/comm/pkgmgr_installer.h old mode 100755 new mode 100644 diff --git a/comm/pkgmgr_installer_config.h b/comm/pkgmgr_installer_config.h old mode 100755 new mode 100644 diff --git a/comm/test/CMakeLists.txt b/comm/test/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/comm/test/test_comm_client.c b/comm/test/test_comm_client.c old mode 100755 new mode 100644 diff --git a/comm/test/test_comm_pkg_mgr_server.c b/comm/test/test_comm_pkg_mgr_server.c old mode 100755 new mode 100644 diff --git a/comm/test/test_comm_socket.c b/comm/test/test_comm_socket.c old mode 100755 new mode 100644 diff --git a/comm/test/test_comm_status_broadcast_server.c b/comm/test/test_comm_status_broadcast_server.c old mode 100755 new mode 100644 diff --git a/comm/test/test_pkgmgr_installer.c b/comm/test/test_pkgmgr_installer.c old mode 100755 new mode 100644 diff --git a/include/SLP_package_manager_PG.h b/include/SLP_package_manager_PG.h old mode 100755 new mode 100644 diff --git a/installers/CMakeLists.txt b/installers/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/installers/sample/CMakeLists.txt b/installers/sample/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/installers/sample/sample_backend.c b/installers/sample/sample_backend.c old mode 100755 new mode 100644 diff --git a/installers/sample/sample_backendlib.c b/installers/sample/sample_backendlib.c old mode 100755 new mode 100644 diff --git a/installers/sample/sample_parserlib.c b/installers/sample/sample_parserlib.c old mode 100755 new mode 100644 diff --git a/server/include/pkgmgr-server.h b/server/include/pkgmgr-server.h old mode 100755 new mode 100644 diff --git a/server/include/pm-queue.h b/server/include/pm-queue.h old mode 100755 new mode 100644 diff --git a/server/src/pkgmgr-server.c b/server/src/pkgmgr-server.c old mode 100755 new mode 100644 diff --git a/server/src/pm-queue.c b/server/src/pm-queue.c old mode 100755 new mode 100644 diff --git a/tool/CMakeLists.txt b/tool/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tool/mime.tpk.xml b/tool/mime.tpk.xml old mode 100755 new mode 100644 diff --git a/tool/org.tizen.pkgmgr-install.xml.in b/tool/org.tizen.pkgmgr-install.xml.in old mode 100755 new mode 100644 diff --git a/tool/pkg_cmd.c b/tool/pkg_cmd.c old mode 100755 new mode 100644 diff --git a/tool/pkg_info.c b/tool/pkg_info.c old mode 100755 new mode 100644 diff --git a/tool/pkg_initdb.c b/tool/pkg_initdb.c old mode 100755 new mode 100644 diff --git a/tool/pkg_initdb_user.c b/tool/pkg_initdb_user.c old mode 100755 new mode 100644 diff --git a/tool/pkgmgr-install.c b/tool/pkgmgr-install.c old mode 100755 new mode 100644 diff --git a/types/CMakeLists.txt b/types/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/types/include/package-manager-plugin.h b/types/include/package-manager-plugin.h old mode 100755 new mode 100644 diff --git a/types/include/package-manager-types.h b/types/include/package-manager-types.h old mode 100755 new mode 100644 diff --git a/types/pkgmgr-types.pc.in b/types/pkgmgr-types.pc.in old mode 100755 new mode 100644