Blame 0005-Remove-executable-permissions-from-source-files.patch

4979f36
From 053c04d62d140e9a70eaa564c23c441f7f4d5beb Mon Sep 17 00:00:00 2001
4979f36
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
4979f36
Date: Sun, 13 Dec 2015 16:32:08 -0500
4979f36
Subject: [PATCH] Remove executable permissions from source files
4979f36
4979f36
---
4979f36
 biophysics/MarkovChannel.h | 0
4979f36
 device/RC.cpp              | 0
4979f36
 device/RC.h                | 0
4979f36
 utility/strutil.cpp        | 0
4979f36
 utility/strutil.h          | 0
4979f36
 5 files changed, 0 insertions(+), 0 deletions(-)
4979f36
 mode change 100755 => 100644 biophysics/MarkovChannel.h
4979f36
 mode change 100755 => 100644 device/RC.cpp
4979f36
 mode change 100755 => 100644 device/RC.h
4979f36
 mode change 100755 => 100644 utility/strutil.cpp
4979f36
 mode change 100755 => 100644 utility/strutil.h
4979f36
4979f36
diff --git a/biophysics/MarkovChannel.h b/biophysics/MarkovChannel.h
4979f36
old mode 100755
4979f36
new mode 100644
4979f36
diff --git a/device/RC.cpp b/device/RC.cpp
4979f36
old mode 100755
4979f36
new mode 100644
4979f36
diff --git a/device/RC.h b/device/RC.h
4979f36
old mode 100755
4979f36
new mode 100644
4979f36
diff --git a/utility/strutil.cpp b/utility/strutil.cpp
4979f36
old mode 100755
4979f36
new mode 100644
4979f36
diff --git a/utility/strutil.h b/utility/strutil.h
4979f36
old mode 100755
4979f36
new mode 100644
4979f36
-- 
4979f36
2.5.0
4979f36