From a5c2964a8f1cfb361ac49cec15e1490487c66f27 Mon Sep 17 00:00:00 2001 From: Silas Baronda Date: Thu, 17 Jan 2013 23:25:18 -0500 Subject: [PATCH] Removing executable bit on the files --- COPYING | 0 Makefile | 0 README.md | 0 config.h | 0 doc/commands.txt | 0 doc/resources.txt | 0 doc/structure.txt | 0 eeprom.c | 0 eeprom.h | 0 gcode.c | 0 gcode.h | 0 limits.c | 0 limits.h | 0 main.c | 0 motion_control.c | 0 motion_control.h | 0 nuts_bolts.c | 0 nuts_bolts.h | 0 planner.c | 0 planner.h | 0 print.c | 0 print.h | 0 protocol.c | 0 protocol.h | 0 script/Obsolete/console | 0 script/Obsolete/proxy | 0 script/Obsolete/stream | 0 script/Obsolete/stream.rb | 0 script/Obsolete/trapezoid_simulator.rb | 0 script/simple_stream.py | 0 script/stream.py | 0 serial.c | 0 serial.h | 0 settings.h | 0 spindle_control.c | 0 spindle_control.h | 0 stepper.c | 0 stepper.h | 0 38 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 COPYING mode change 100755 => 100644 Makefile mode change 100755 => 100644 README.md mode change 100755 => 100644 config.h mode change 100755 => 100644 doc/commands.txt mode change 100755 => 100644 doc/resources.txt mode change 100755 => 100644 doc/structure.txt mode change 100755 => 100644 eeprom.c mode change 100755 => 100644 eeprom.h mode change 100755 => 100644 gcode.c mode change 100755 => 100644 gcode.h mode change 100755 => 100644 limits.c mode change 100755 => 100644 limits.h mode change 100755 => 100644 main.c mode change 100755 => 100644 motion_control.c mode change 100755 => 100644 motion_control.h mode change 100755 => 100644 nuts_bolts.c mode change 100755 => 100644 nuts_bolts.h mode change 100755 => 100644 planner.c mode change 100755 => 100644 planner.h mode change 100755 => 100644 print.c mode change 100755 => 100644 print.h mode change 100755 => 100644 protocol.c mode change 100755 => 100644 protocol.h mode change 100755 => 100644 script/Obsolete/console mode change 100755 => 100644 script/Obsolete/proxy mode change 100755 => 100644 script/Obsolete/stream mode change 100755 => 100644 script/Obsolete/stream.rb mode change 100755 => 100644 script/Obsolete/trapezoid_simulator.rb mode change 100755 => 100644 script/simple_stream.py mode change 100755 => 100644 script/stream.py mode change 100755 => 100644 serial.c mode change 100755 => 100644 serial.h mode change 100755 => 100644 settings.h mode change 100755 => 100644 spindle_control.c mode change 100755 => 100644 spindle_control.h mode change 100755 => 100644 stepper.c mode change 100755 => 100644 stepper.h diff --git a/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/config.h b/config.h old mode 100755 new mode 100644 diff --git a/doc/commands.txt b/doc/commands.txt old mode 100755 new mode 100644 diff --git a/doc/resources.txt b/doc/resources.txt old mode 100755 new mode 100644 diff --git a/doc/structure.txt b/doc/structure.txt old mode 100755 new mode 100644 diff --git a/eeprom.c b/eeprom.c old mode 100755 new mode 100644 diff --git a/eeprom.h b/eeprom.h old mode 100755 new mode 100644 diff --git a/gcode.c b/gcode.c old mode 100755 new mode 100644 diff --git a/gcode.h b/gcode.h old mode 100755 new mode 100644 diff --git a/limits.c b/limits.c old mode 100755 new mode 100644 diff --git a/limits.h b/limits.h old mode 100755 new mode 100644 diff --git a/main.c b/main.c old mode 100755 new mode 100644 diff --git a/motion_control.c b/motion_control.c old mode 100755 new mode 100644 diff --git a/motion_control.h b/motion_control.h old mode 100755 new mode 100644 diff --git a/nuts_bolts.c b/nuts_bolts.c old mode 100755 new mode 100644 diff --git a/nuts_bolts.h b/nuts_bolts.h old mode 100755 new mode 100644 diff --git a/planner.c b/planner.c old mode 100755 new mode 100644 diff --git a/planner.h b/planner.h old mode 100755 new mode 100644 diff --git a/print.c b/print.c old mode 100755 new mode 100644 diff --git a/print.h b/print.h old mode 100755 new mode 100644 diff --git a/protocol.c b/protocol.c old mode 100755 new mode 100644 diff --git a/protocol.h b/protocol.h old mode 100755 new mode 100644 diff --git a/script/Obsolete/console b/script/Obsolete/console old mode 100755 new mode 100644 diff --git a/script/Obsolete/proxy b/script/Obsolete/proxy old mode 100755 new mode 100644 diff --git a/script/Obsolete/stream b/script/Obsolete/stream old mode 100755 new mode 100644 diff --git a/script/Obsolete/stream.rb b/script/Obsolete/stream.rb old mode 100755 new mode 100644 diff --git a/script/Obsolete/trapezoid_simulator.rb b/script/Obsolete/trapezoid_simulator.rb old mode 100755 new mode 100644 diff --git a/script/simple_stream.py b/script/simple_stream.py old mode 100755 new mode 100644 diff --git a/script/stream.py b/script/stream.py old mode 100755 new mode 100644 diff --git a/serial.c b/serial.c old mode 100755 new mode 100644 diff --git a/serial.h b/serial.h old mode 100755 new mode 100644 diff --git a/settings.h b/settings.h old mode 100755 new mode 100644 diff --git a/spindle_control.c b/spindle_control.c old mode 100755 new mode 100644 diff --git a/spindle_control.h b/spindle_control.h old mode 100755 new mode 100644 diff --git a/stepper.c b/stepper.c old mode 100755 new mode 100644 diff --git a/stepper.h b/stepper.h old mode 100755 new mode 100644