From e9030846d505eb8b9c67b2f0182f0566e55c7569 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 9 Feb 2022 16:46:39 -0800 Subject: [PATCH] Remove executable bit from source code files Signed-off-by: Stefan Reinauer --- .gitignore | 0 60-dediprog.rules | 0 ChipInfoDb.dedicfg | 0 ChipInfoDb.h | 0 FlashCommand.c | 0 FlashCommand.h | 0 IntelHexFile.c | 0 IntelHexFile.h | 0 LICENSE | 0 Macro.h | 0 Makefile | 0 MotorolaFile.c | 0 MotorolaFile.h | 0 README.md | 0 SerialFlash.c | 0 SerialFlash.h | 0 board.c | 0 board.h | 0 dpcmd.c | 0 dpcmd.h | 0 parse.c | 0 project.c | 0 project.h | 0 usbdriver.c | 0 usbdriver.h | 0 25 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 60-dediprog.rules mode change 100755 => 100644 ChipInfoDb.dedicfg mode change 100755 => 100644 ChipInfoDb.h mode change 100755 => 100644 FlashCommand.c mode change 100755 => 100644 FlashCommand.h mode change 100755 => 100644 IntelHexFile.c mode change 100755 => 100644 IntelHexFile.h mode change 100755 => 100644 LICENSE mode change 100755 => 100644 Macro.h mode change 100755 => 100644 Makefile mode change 100755 => 100644 MotorolaFile.c mode change 100755 => 100644 MotorolaFile.h mode change 100755 => 100644 README.md mode change 100755 => 100644 SerialFlash.c mode change 100755 => 100644 SerialFlash.h mode change 100755 => 100644 board.c mode change 100755 => 100644 board.h mode change 100755 => 100644 dpcmd.c mode change 100755 => 100644 dpcmd.h mode change 100755 => 100644 parse.c mode change 100755 => 100644 project.c mode change 100755 => 100644 project.h mode change 100755 => 100644 usbdriver.c mode change 100755 => 100644 usbdriver.h diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/60-dediprog.rules b/60-dediprog.rules old mode 100755 new mode 100644 diff --git a/ChipInfoDb.dedicfg b/ChipInfoDb.dedicfg old mode 100755 new mode 100644 diff --git a/ChipInfoDb.h b/ChipInfoDb.h old mode 100755 new mode 100644 diff --git a/FlashCommand.c b/FlashCommand.c old mode 100755 new mode 100644 diff --git a/FlashCommand.h b/FlashCommand.h old mode 100755 new mode 100644 diff --git a/IntelHexFile.c b/IntelHexFile.c old mode 100755 new mode 100644 diff --git a/IntelHexFile.h b/IntelHexFile.h old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/Macro.h b/Macro.h old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/MotorolaFile.c b/MotorolaFile.c old mode 100755 new mode 100644 diff --git a/MotorolaFile.h b/MotorolaFile.h old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/SerialFlash.c b/SerialFlash.c old mode 100755 new mode 100644 diff --git a/SerialFlash.h b/SerialFlash.h old mode 100755 new mode 100644 diff --git a/board.c b/board.c old mode 100755 new mode 100644 diff --git a/board.h b/board.h old mode 100755 new mode 100644 diff --git a/dpcmd.c b/dpcmd.c old mode 100755 new mode 100644 diff --git a/dpcmd.h b/dpcmd.h old mode 100755 new mode 100644 diff --git a/parse.c b/parse.c old mode 100755 new mode 100644 diff --git a/project.c b/project.c old mode 100755 new mode 100644 diff --git a/project.h b/project.h old mode 100755 new mode 100644 diff --git a/usbdriver.c b/usbdriver.c old mode 100755 new mode 100644 diff --git a/usbdriver.h b/usbdriver.h old mode 100755 new mode 100644