From 8c32ebea0b9f510851db289ce25f43425b71502b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 21 Feb 2023 03:35:45 +0300 Subject: [PATCH] Removed executable flags from files. (#267) --- .github/workflows/ci.yml | 0 CMakeLists.txt | 0 appveyor.yml | 0 include/boost/fusion/support/tag_of.hpp | 0 test/Jamfile | 0 test/support/detail/tag_of_fallback.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/workflows/ci.yml mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 appveyor.yml mode change 100755 => 100644 include/boost/fusion/support/tag_of.hpp mode change 100755 => 100644 test/Jamfile mode change 100755 => 100644 test/support/detail/tag_of_fallback.cpp diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/appveyor.yml b/appveyor.yml old mode 100755 new mode 100644 diff --git a/include/boost/fusion/support/tag_of.hpp b/include/boost/fusion/support/tag_of.hpp old mode 100755 new mode 100644 diff --git a/test/Jamfile b/test/Jamfile old mode 100755 new mode 100644 diff --git a/test/support/detail/tag_of_fallback.cpp b/test/support/detail/tag_of_fallback.cpp old mode 100755 new mode 100644