From d755c4ff32cabe2b1862c6ad66f45bb32341ef28 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Wed, 23 Aug 2023 13:28:53 +0900 Subject: [PATCH] chore: unset executable flag --- cmake/modules/FindBlosc.cmake | 0 cmake/modules/FindZip.cmake | 0 docs/testserver.dox | 0 libdispatch/dcrc32.h | 0 libncpoco/CMakeLists.txt | 0 libncpoco/COPYRIGHT | 0 libncpoco/Makefile.am | 0 libncpoco/cp_test.c | 0 libncpoco/cp_unix.c | 0 libncpoco/cp_win32.c | 0 libncpoco/cptestlib.c | 0 libncpoco/ncpoco.c | 0 libncpoco/ncpoco.h | 0 libnczarr/zmap_file.c | 0 libnczarr/zmap_zip.c | 0 nc_test4/h5testszip.c | 0 nc_test4/ref_fixedstring.h5 | Bin nc_test4/tst_charvlenbug.c | 0 nc_test4/tst_fillonly.c | 0 ncdap_test/manyurls.h | 0 ncdump/ncpathcvt.c | 0 ncdump/ocprint.c | 0 ncdump/tst_rcapi.c | 0 nczarr_test/ncdumpchunks.c | 0 nczarr_test/ref_groups.h5 | Bin nczarr_test/ut_chunking.c | 0 nczarr_test/ut_projtest.h | 0 nczarr_test/ut_test.c | 0 plugins/H5Zblosc.c | 0 plugins/H5Zblosc.h | 0 plugins/H5Zszip.h | 0 31 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cmake/modules/FindBlosc.cmake mode change 100755 => 100644 cmake/modules/FindZip.cmake mode change 100755 => 100644 docs/testserver.dox mode change 100755 => 100644 libdispatch/dcrc32.h mode change 100755 => 100644 libncpoco/CMakeLists.txt mode change 100755 => 100644 libncpoco/COPYRIGHT mode change 100755 => 100644 libncpoco/Makefile.am mode change 100755 => 100644 libncpoco/cp_test.c mode change 100755 => 100644 libncpoco/cp_unix.c mode change 100755 => 100644 libncpoco/cp_win32.c mode change 100755 => 100644 libncpoco/cptestlib.c mode change 100755 => 100644 libncpoco/ncpoco.c mode change 100755 => 100644 libncpoco/ncpoco.h mode change 100755 => 100644 libnczarr/zmap_file.c mode change 100755 => 100644 libnczarr/zmap_zip.c mode change 100755 => 100644 nc_test4/h5testszip.c mode change 100755 => 100644 nc_test4/ref_fixedstring.h5 mode change 100755 => 100644 nc_test4/tst_charvlenbug.c mode change 100755 => 100644 nc_test4/tst_fillonly.c mode change 100755 => 100644 ncdap_test/manyurls.h mode change 100755 => 100644 ncdump/ncpathcvt.c mode change 100755 => 100644 ncdump/ocprint.c mode change 100755 => 100644 ncdump/tst_rcapi.c mode change 100755 => 100644 nczarr_test/ncdumpchunks.c mode change 100755 => 100644 nczarr_test/ref_groups.h5 mode change 100755 => 100644 nczarr_test/ut_chunking.c mode change 100755 => 100644 nczarr_test/ut_projtest.h mode change 100755 => 100644 nczarr_test/ut_test.c mode change 100755 => 100644 plugins/H5Zblosc.c mode change 100755 => 100644 plugins/H5Zblosc.h mode change 100755 => 100644 plugins/H5Zszip.h diff --git a/cmake/modules/FindBlosc.cmake b/cmake/modules/FindBlosc.cmake old mode 100755 new mode 100644 diff --git a/cmake/modules/FindZip.cmake b/cmake/modules/FindZip.cmake old mode 100755 new mode 100644 diff --git a/docs/testserver.dox b/docs/testserver.dox old mode 100755 new mode 100644 diff --git a/libdispatch/dcrc32.h b/libdispatch/dcrc32.h old mode 100755 new mode 100644 diff --git a/libncpoco/CMakeLists.txt b/libncpoco/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/libncpoco/COPYRIGHT b/libncpoco/COPYRIGHT old mode 100755 new mode 100644 diff --git a/libncpoco/Makefile.am b/libncpoco/Makefile.am old mode 100755 new mode 100644 diff --git a/libncpoco/cp_test.c b/libncpoco/cp_test.c old mode 100755 new mode 100644 diff --git a/libncpoco/cp_unix.c b/libncpoco/cp_unix.c old mode 100755 new mode 100644 diff --git a/libncpoco/cp_win32.c b/libncpoco/cp_win32.c old mode 100755 new mode 100644 diff --git a/libncpoco/cptestlib.c b/libncpoco/cptestlib.c old mode 100755 new mode 100644 diff --git a/libncpoco/ncpoco.c b/libncpoco/ncpoco.c old mode 100755 new mode 100644 diff --git a/libncpoco/ncpoco.h b/libncpoco/ncpoco.h old mode 100755 new mode 100644 diff --git a/libnczarr/zmap_file.c b/libnczarr/zmap_file.c old mode 100755 new mode 100644 diff --git a/libnczarr/zmap_zip.c b/libnczarr/zmap_zip.c old mode 100755 new mode 100644 diff --git a/nc_test4/h5testszip.c b/nc_test4/h5testszip.c old mode 100755 new mode 100644 diff --git a/nc_test4/ref_fixedstring.h5 b/nc_test4/ref_fixedstring.h5 old mode 100755 new mode 100644 diff --git a/nc_test4/tst_charvlenbug.c b/nc_test4/tst_charvlenbug.c old mode 100755 new mode 100644 diff --git a/nc_test4/tst_fillonly.c b/nc_test4/tst_fillonly.c old mode 100755 new mode 100644 diff --git a/ncdap_test/manyurls.h b/ncdap_test/manyurls.h old mode 100755 new mode 100644 diff --git a/ncdump/ncpathcvt.c b/ncdump/ncpathcvt.c old mode 100755 new mode 100644 diff --git a/ncdump/ocprint.c b/ncdump/ocprint.c old mode 100755 new mode 100644 diff --git a/ncdump/tst_rcapi.c b/ncdump/tst_rcapi.c old mode 100755 new mode 100644 diff --git a/nczarr_test/ncdumpchunks.c b/nczarr_test/ncdumpchunks.c old mode 100755 new mode 100644 diff --git a/nczarr_test/ref_groups.h5 b/nczarr_test/ref_groups.h5 old mode 100755 new mode 100644 diff --git a/nczarr_test/ut_chunking.c b/nczarr_test/ut_chunking.c old mode 100755 new mode 100644 diff --git a/nczarr_test/ut_projtest.h b/nczarr_test/ut_projtest.h old mode 100755 new mode 100644 diff --git a/nczarr_test/ut_test.c b/nczarr_test/ut_test.c old mode 100755 new mode 100644 diff --git a/plugins/H5Zblosc.c b/plugins/H5Zblosc.c old mode 100755 new mode 100644 diff --git a/plugins/H5Zblosc.h b/plugins/H5Zblosc.h old mode 100755 new mode 100644 diff --git a/plugins/H5Zszip.h b/plugins/H5Zszip.h old mode 100755 new mode 100644