From c453e0a32e7adf5e7bab7bfb7c8f7a21e30ca563 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 5 Dec 2012 15:35:41 +0100 Subject: fixed permissions on a lot of text files. see #1116 --- cores/arduino/Arduino.h | 0 cores/arduino/Print.cpp | 0 cores/arduino/Print.h | 0 cores/arduino/Tone.cpp | 0 cores/arduino/wiring_private.h | 0 cores/arduino/wiring_pulse.c | 0 cores/arduino/wiring_shift.c | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cores/arduino/Arduino.h mode change 100755 => 100644 cores/arduino/Print.cpp mode change 100755 => 100644 cores/arduino/Print.h mode change 100755 => 100644 cores/arduino/Tone.cpp mode change 100755 => 100644 cores/arduino/wiring_private.h mode change 100755 => 100644 cores/arduino/wiring_pulse.c mode change 100755 => 100644 cores/arduino/wiring_shift.c (limited to 'cores') diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h old mode 100755 new mode 100644 diff --git a/cores/arduino/Print.cpp b/cores/arduino/Print.cpp old mode 100755 new mode 100644 diff --git a/cores/arduino/Print.h b/cores/arduino/Print.h old mode 100755 new mode 100644 diff --git a/cores/arduino/Tone.cpp b/cores/arduino/Tone.cpp old mode 100755 new mode 100644 diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h old mode 100755 new mode 100644 diff --git a/cores/arduino/wiring_pulse.c b/cores/arduino/wiring_pulse.c old mode 100755 new mode 100644 diff --git a/cores/arduino/wiring_shift.c b/cores/arduino/wiring_shift.c old mode 100755 new mode 100644 -- cgit v1.2.3-18-g5258