From f7646022d7422c75fe4bc3028b0990d3c7d1debf Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Mon, 19 Jun 2023 19:14:18 -0600 Subject: [PATCH] Remove the exec bit from all files in the repo None of the files in the repo need to be executable, so remove the exec bit from them. Signed-off-by: Rebecca Cran --- 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 24 files changed, 0 insertions(+), 0 deletions(-) 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/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