From 81c0e9e86ff1902aef1434dd3cff751eb2b292c2 Mon Sep 17 00:00:00 2001 From: Mirko Waechter <mirko.waechter@kit.edu> Date: Mon, 3 Mar 2014 13:33:11 +0100 Subject: [PATCH] Corrected file permissions --- source/RobotAPI/applications/ForceTorqueObserver/CMakeLists.txt | 0 .../applications/ForceTorqueObserver/ForceTorqueObserverApp.h | 0 source/RobotAPI/applications/MotionControl/CMakeLists.txt | 0 source/RobotAPI/applications/MotionControl/MotionControlApp.h | 0 source/RobotAPI/applications/TCPControlUnit/CMakeLists.txt | 0 source/RobotAPI/applications/TCPControlUnit/TCPControlUnitApp.h | 0 source/RobotAPI/units/CMakeLists.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 source/RobotAPI/applications/ForceTorqueObserver/CMakeLists.txt mode change 100755 => 100644 source/RobotAPI/applications/ForceTorqueObserver/ForceTorqueObserverApp.h mode change 100755 => 100644 source/RobotAPI/applications/MotionControl/CMakeLists.txt mode change 100755 => 100644 source/RobotAPI/applications/MotionControl/MotionControlApp.h mode change 100755 => 100644 source/RobotAPI/applications/TCPControlUnit/CMakeLists.txt mode change 100755 => 100644 source/RobotAPI/applications/TCPControlUnit/TCPControlUnitApp.h mode change 100755 => 100644 source/RobotAPI/units/CMakeLists.txt diff --git a/source/RobotAPI/applications/ForceTorqueObserver/CMakeLists.txt b/source/RobotAPI/applications/ForceTorqueObserver/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/ForceTorqueObserver/ForceTorqueObserverApp.h b/source/RobotAPI/applications/ForceTorqueObserver/ForceTorqueObserverApp.h old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/MotionControl/CMakeLists.txt b/source/RobotAPI/applications/MotionControl/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/MotionControl/MotionControlApp.h b/source/RobotAPI/applications/MotionControl/MotionControlApp.h old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/TCPControlUnit/CMakeLists.txt b/source/RobotAPI/applications/TCPControlUnit/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/TCPControlUnit/TCPControlUnitApp.h b/source/RobotAPI/applications/TCPControlUnit/TCPControlUnitApp.h old mode 100755 new mode 100644 diff --git a/source/RobotAPI/units/CMakeLists.txt b/source/RobotAPI/units/CMakeLists.txt old mode 100755 new mode 100644 -- GitLab