From 1e2ddeab5592f7ae21781373d529c1b0c6cb11c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Foix=20Salmer=C3=B3n?= <sfoix@iri.upc.edu> Date: Mon, 29 May 2017 14:52:47 +0200 Subject: [PATCH] changing files mode bits to not executable --- src/trajectory_exceptions.cpp | 0 src/trajectory_exceptions.h | 0 src/xml/CMakeLists.txt | 0 src/xml/motion_traj_file.xsd | 0 src/xml/sequence1.xml | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/trajectory_exceptions.cpp mode change 100755 => 100644 src/trajectory_exceptions.h mode change 100755 => 100644 src/xml/CMakeLists.txt mode change 100755 => 100644 src/xml/motion_traj_file.xsd mode change 100755 => 100644 src/xml/sequence1.xml diff --git a/src/trajectory_exceptions.cpp b/src/trajectory_exceptions.cpp old mode 100755 new mode 100644 diff --git a/src/trajectory_exceptions.h b/src/trajectory_exceptions.h old mode 100755 new mode 100644 diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/xml/motion_traj_file.xsd b/src/xml/motion_traj_file.xsd old mode 100755 new mode 100644 diff --git a/src/xml/sequence1.xml b/src/xml/sequence1.xml old mode 100755 new mode 100644 -- GitLab