From d22bc769302fb1758818c7978c7e45f53fc827e3 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 7 Aug 2010 12:04:46 +0200 Subject: [PATCH] Fixed file mode for source and data files There's no need to make source and data files executable. Fix this. Signed-off-by: Daniel Klaffenbach --- 0 files changed mode change 100755 => 100644 qcpufreq.pro mode change 100755 => 100644 src/data/sudoers/qcpufreq.sudoers mode change 100755 => 100644 src/main.cpp mode change 100755 => 100644 src/mainwindow.cpp mode change 100755 => 100644 src/mainwindow.h mode change 100755 => 100644 src/mainwindow.ui mode change 100755 => 100644 src/src.pro diff --git a/qcpufreq.pro b/qcpufreq.pro old mode 100755 new mode 100644 diff --git a/src/data/sudoers/qcpufreq.sudoers b/src/data/sudoers/qcpufreq.sudoers old mode 100755 new mode 100644 diff --git a/src/main.cpp b/src/main.cpp old mode 100755 new mode 100644 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp old mode 100755 new mode 100644 diff --git a/src/mainwindow.h b/src/mainwindow.h old mode 100755 new mode 100644 diff --git a/src/mainwindow.ui b/src/mainwindow.ui old mode 100755 new mode 100644 diff --git a/src/src.pro b/src/src.pro old mode 100755 new mode 100644 -- 1.7.9.5