diff --git a/source/BrakeMode.m b/source/BrakeMode.m
old mode 100755
new mode 100644
diff --git a/source/ByteCodes.m b/source/ByteCodes.m
old mode 100755
new mode 100644
diff --git a/source/COMGetSubCodes.m b/source/COMGetSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/COMSetSubCodes.m b/source/COMSetSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/Color.m b/source/Color.m
old mode 100755
new mode 100644
diff --git a/source/ConnectionType.m b/source/ConnectionType.m
old mode 100755
new mode 100644
diff --git a/source/Device.m b/source/Device.m
old mode 100755
new mode 100644
diff --git a/source/DeviceType.m b/source/DeviceType.m
old mode 100755
new mode 100644
diff --git a/source/InputDeviceSubCodes.m b/source/InputDeviceSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/LEDPattern.m b/source/LEDPattern.m
old mode 100755
new mode 100644
diff --git a/source/MotorBitfield.m b/source/MotorBitfield.m
old mode 100755
new mode 100644
diff --git a/source/MotorInput.m b/source/MotorInput.m
old mode 100755
new mode 100644
diff --git a/source/MotorPort.m b/source/MotorPort.m
old mode 100755
new mode 100644
diff --git a/source/Primitives.m b/source/Primitives.m
old mode 100755
new mode 100644
diff --git a/source/SensorPort.m b/source/SensorPort.m
old mode 100755
new mode 100644
diff --git a/source/SoundSubCodes.m b/source/SoundSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/SystemCommands.m b/source/SystemCommands.m
old mode 100755
new mode 100644
index ef9794c08724be40c1444d0ec7c04770793942c1..4e154f55f618f9ee2d3ccf7dd5dd90f81e027c0a
--- a/source/SystemCommands.m
+++ b/source/SystemCommands.m
@@ -1,27 +1,27 @@
-%SystemCommands SystemCommands enumeration for the brick
-%
-% Notes::
-% - SystemCommands can be found in the EV3 documentation and source code
-% (c_com.c)
-
-classdef SystemCommands < uint8
-    enumeration
-         BeginDownload (146)
-         ContinueDownload (147)
-         BeginUpload (148)
-         ContinueUpload (149)
-         BeginGetFile (150)
-         ContinueGetFile (151)
-         CloseFileHandle (152)
-         ListFiles (153)
-         ContinueListFiles (154)
-         CreateDir (155)
-         DeleteFile (156)
-         ListOpenHandles (157)
-         WriteMailBox (158)
-         BlueToothPin (159)
-         EnterFWUpdate (160)
-         SetBundleID (161)
-         SetBundleSeedID (162)
-    end
-end
+%SystemCommands SystemCommands enumeration for the brick
+%
+% Notes::
+% - SystemCommands can be found in the EV3 documentation and source code
+% (c_com.c)
+
+classdef SystemCommands < uint8
+    enumeration
+         BeginDownload (146)
+         ContinueDownload (147)
+         BeginUpload (148)
+         ContinueUpload (149)
+         BeginGetFile (150)
+         ContinueGetFile (151)
+         CloseFileHandle (152)
+         ListFiles (153)
+         ContinueListFiles (154)
+         CreateDir (155)
+         DeleteFile (156)
+         ListOpenHandles (157)
+         WriteMailBox (158)
+         BlueToothPin (159)
+         EnterFWUpdate (160)
+         SetBundleID (161)
+         SetBundleSeedID (162)
+    end
+end
diff --git a/source/UIDrawSubCodes.m b/source/UIDrawSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/UIReadSubCodes.m b/source/UIReadSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/UIWriteSubCodes.m b/source/UIWriteSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/vmCodes.m b/source/vmCodes.m
old mode 100755
new mode 100644