From 846e5c54da9fa84674f0819106930ec8e8462fe8 Mon Sep 17 00:00:00 2001 From: andresmmera Date: Fri, 28 Jul 2017 19:36:50 +0200 Subject: [PATCH] Change the permissions of folders and files In this commit, the permissions of the folders were set to 755 whereas they were set to 644 for files --- qucs/qucs-wideband-matching/CMakeLists.txt | 0 qucs/qucs-wideband-matching/GRABIM.cpp | 0 qucs/qucs-wideband-matching/GRABIM.h | 0 qucs/qucs-wideband-matching/Makefile.am | 0 qucs/qucs-wideband-matching/QucsWidebandMatching.qrc | 0 qucs/qucs-wideband-matching/io.cpp | 0 qucs/qucs-wideband-matching/io.h | 0 qucs/qucs-wideband-matching/main.cpp | 0 qucs/qucs-wideband-matching/plotscript | 2 +- qucs/qucs-wideband-matching/testbench/testbench | 0 qucs/qucs-wideband-matching/ui.cpp | 0 qucs/qucs-wideband-matching/ui.h | 0 12 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 qucs/qucs-wideband-matching/CMakeLists.txt mode change 100755 => 100644 qucs/qucs-wideband-matching/GRABIM.cpp mode change 100755 => 100644 qucs/qucs-wideband-matching/GRABIM.h mode change 100755 => 100644 qucs/qucs-wideband-matching/Makefile.am mode change 100755 => 100644 qucs/qucs-wideband-matching/QucsWidebandMatching.qrc mode change 100755 => 100644 qucs/qucs-wideband-matching/io.cpp mode change 100755 => 100644 qucs/qucs-wideband-matching/io.h mode change 100755 => 100644 qucs/qucs-wideband-matching/main.cpp mode change 100755 => 100644 qucs/qucs-wideband-matching/testbench/testbench mode change 100755 => 100644 qucs/qucs-wideband-matching/ui.cpp mode change 100755 => 100644 qucs/qucs-wideband-matching/ui.h diff --git a/qucs/qucs-wideband-matching/CMakeLists.txt b/qucs/qucs-wideband-matching/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/GRABIM.cpp b/qucs/qucs-wideband-matching/GRABIM.cpp old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/GRABIM.h b/qucs/qucs-wideband-matching/GRABIM.h old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/Makefile.am b/qucs/qucs-wideband-matching/Makefile.am old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/QucsWidebandMatching.qrc b/qucs/qucs-wideband-matching/QucsWidebandMatching.qrc old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/io.cpp b/qucs/qucs-wideband-matching/io.cpp old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/io.h b/qucs/qucs-wideband-matching/io.h old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/main.cpp b/qucs/qucs-wideband-matching/main.cpp old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/plotscript b/qucs/qucs-wideband-matching/plotscript index e717c52aee..ba3032ff0d 100644 --- a/qucs/qucs-wideband-matching/plotscript +++ b/qucs/qucs-wideband-matching/plotscript @@ -1,4 +1,4 @@ -source = "/home/andresmmera/git/qucs/qucs/qucs-wideband-matching/GRABIM.dat" +source = "/home/andresmmera/gnuplotdata" # S11 [dB] set term x11 0 diff --git a/qucs/qucs-wideband-matching/testbench/testbench b/qucs/qucs-wideband-matching/testbench/testbench old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/ui.cpp b/qucs/qucs-wideband-matching/ui.cpp old mode 100755 new mode 100644 diff --git a/qucs/qucs-wideband-matching/ui.h b/qucs/qucs-wideband-matching/ui.h old mode 100755 new mode 100644