From 061155b1913c90f28f7e633fd3a508be9f92d63d Mon Sep 17 00:00:00 2001 From: markuspg Date: Tue, 15 Sep 2020 11:15:27 +0200 Subject: [PATCH] Fix file permissions being unnecessarily wide --- .gitignore | 0 .gitmodules | 0 CHANGELOG.md | 0 Doxyfile | 0 LICENSE | 0 Labcontrol.pro | 0 PROGRAMMING.md | 0 README.md | 0 data/Labcontrol.conf | 0 data/example_header.tex | 0 data/icons/boot.png | Bin data/icons/boot.svg | 0 data/icons/down.png | Bin data/icons/down.svg | 0 data/icons/icon.png | Bin data/icons/icon.svg | 0 data/icons/off.png | Bin data/icons/off.svg | 0 data/icons/on.png | Bin data/icons/on.svg | 0 data/icons/unknown.png | Bin data/icons/unknown.svg | 0 data/icons/zLeaf.png | Bin data/icons/zLeaf.svg | 0 doc/manual.tex | 0 doc/pictures/startup_screen.png | Bin labcontrol.desktop | 0 src/Lib/client.cpp | 0 src/Lib/client.h | 0 src/Lib/clienthelpnotificationserver.cpp | 0 src/Lib/clienthelpnotificationserver.h | 0 src/Lib/clientpinger.cpp | 0 src/Lib/clientpinger.h | 0 src/Lib/global.h | 0 src/Lib/lablib.cpp | 0 src/Lib/lablib.h | 0 src/Lib/netstatagent.cpp | 0 src/Lib/netstatagent.h | 0 src/Lib/receipts_handler.cpp | 0 src/Lib/receipts_handler.h | 0 src/Lib/receiptsprinter.cpp | 0 src/Lib/receiptsprinter.h | 0 src/Lib/session.cpp | 0 src/Lib/session.h | 0 src/Lib/sessionsmodel.cpp | 0 src/Lib/sessionsmodel.h | 0 src/Lib/settings.cpp | 0 src/Lib/settings.h | 0 src/Lib/ztree.cpp | 0 src/Lib/ztree.h | 0 src/helpmessagesender/HelpMessageSender.pro | 0 src/helpmessagesender/helpmessagewindow.cpp | 0 src/helpmessagesender/helpmessagewindow.h | 0 src/helpmessagesender/helpmessagewindow.ui | 0 src/helpmessagesender/main.cpp | 0 src/localzleafstarter.cpp | 0 src/localzleafstarter.h | 0 src/localzleafstarter.ui | 0 src/main.cpp | 0 src/mainwindow.cpp | 0 src/mainwindow.h | 0 src/mainwindow.ui | 0 src/manualprintingsetup.cpp | 0 src/manualprintingsetup.h | 0 src/manualprintingsetup.ui | 0 65 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .gitmodules mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 Doxyfile mode change 100755 => 100644 LICENSE mode change 100755 => 100644 Labcontrol.pro mode change 100755 => 100644 PROGRAMMING.md mode change 100755 => 100644 README.md mode change 100755 => 100644 data/Labcontrol.conf mode change 100755 => 100644 data/example_header.tex mode change 100755 => 100644 data/icons/boot.png mode change 100755 => 100644 data/icons/boot.svg mode change 100755 => 100644 data/icons/down.png mode change 100755 => 100644 data/icons/down.svg mode change 100755 => 100644 data/icons/icon.png mode change 100755 => 100644 data/icons/icon.svg mode change 100755 => 100644 data/icons/off.png mode change 100755 => 100644 data/icons/off.svg mode change 100755 => 100644 data/icons/on.png mode change 100755 => 100644 data/icons/on.svg mode change 100755 => 100644 data/icons/unknown.png mode change 100755 => 100644 data/icons/unknown.svg mode change 100755 => 100644 data/icons/zLeaf.png mode change 100755 => 100644 data/icons/zLeaf.svg mode change 100755 => 100644 doc/manual.tex mode change 100755 => 100644 doc/pictures/startup_screen.png mode change 100755 => 100644 labcontrol.desktop mode change 100755 => 100644 src/Lib/client.cpp mode change 100755 => 100644 src/Lib/client.h mode change 100755 => 100644 src/Lib/clienthelpnotificationserver.cpp mode change 100755 => 100644 src/Lib/clienthelpnotificationserver.h mode change 100755 => 100644 src/Lib/clientpinger.cpp mode change 100755 => 100644 src/Lib/clientpinger.h mode change 100755 => 100644 src/Lib/global.h mode change 100755 => 100644 src/Lib/lablib.cpp mode change 100755 => 100644 src/Lib/lablib.h mode change 100755 => 100644 src/Lib/netstatagent.cpp mode change 100755 => 100644 src/Lib/netstatagent.h mode change 100755 => 100644 src/Lib/receipts_handler.cpp mode change 100755 => 100644 src/Lib/receipts_handler.h mode change 100755 => 100644 src/Lib/receiptsprinter.cpp mode change 100755 => 100644 src/Lib/receiptsprinter.h mode change 100755 => 100644 src/Lib/session.cpp mode change 100755 => 100644 src/Lib/session.h mode change 100755 => 100644 src/Lib/sessionsmodel.cpp mode change 100755 => 100644 src/Lib/sessionsmodel.h mode change 100755 => 100644 src/Lib/settings.cpp mode change 100755 => 100644 src/Lib/settings.h mode change 100755 => 100644 src/Lib/ztree.cpp mode change 100755 => 100644 src/Lib/ztree.h mode change 100755 => 100644 src/helpmessagesender/HelpMessageSender.pro mode change 100755 => 100644 src/helpmessagesender/helpmessagewindow.cpp mode change 100755 => 100644 src/helpmessagesender/helpmessagewindow.h mode change 100755 => 100644 src/helpmessagesender/helpmessagewindow.ui mode change 100755 => 100644 src/helpmessagesender/main.cpp mode change 100755 => 100644 src/localzleafstarter.cpp mode change 100755 => 100644 src/localzleafstarter.h mode change 100755 => 100644 src/localzleafstarter.ui 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/manualprintingsetup.cpp mode change 100755 => 100644 src/manualprintingsetup.h mode change 100755 => 100644 src/manualprintingsetup.ui diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.gitmodules b/.gitmodules old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/Doxyfile b/Doxyfile old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/Labcontrol.pro b/Labcontrol.pro old mode 100755 new mode 100644 diff --git a/PROGRAMMING.md b/PROGRAMMING.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/data/Labcontrol.conf b/data/Labcontrol.conf old mode 100755 new mode 100644 diff --git a/data/example_header.tex b/data/example_header.tex old mode 100755 new mode 100644 diff --git a/data/icons/boot.png b/data/icons/boot.png old mode 100755 new mode 100644 diff --git a/data/icons/boot.svg b/data/icons/boot.svg old mode 100755 new mode 100644 diff --git a/data/icons/down.png b/data/icons/down.png old mode 100755 new mode 100644 diff --git a/data/icons/down.svg b/data/icons/down.svg old mode 100755 new mode 100644 diff --git a/data/icons/icon.png b/data/icons/icon.png old mode 100755 new mode 100644 diff --git a/data/icons/icon.svg b/data/icons/icon.svg old mode 100755 new mode 100644 diff --git a/data/icons/off.png b/data/icons/off.png old mode 100755 new mode 100644 diff --git a/data/icons/off.svg b/data/icons/off.svg old mode 100755 new mode 100644 diff --git a/data/icons/on.png b/data/icons/on.png old mode 100755 new mode 100644 diff --git a/data/icons/on.svg b/data/icons/on.svg old mode 100755 new mode 100644 diff --git a/data/icons/unknown.png b/data/icons/unknown.png old mode 100755 new mode 100644 diff --git a/data/icons/unknown.svg b/data/icons/unknown.svg old mode 100755 new mode 100644 diff --git a/data/icons/zLeaf.png b/data/icons/zLeaf.png old mode 100755 new mode 100644 diff --git a/data/icons/zLeaf.svg b/data/icons/zLeaf.svg old mode 100755 new mode 100644 diff --git a/doc/manual.tex b/doc/manual.tex old mode 100755 new mode 100644 diff --git a/doc/pictures/startup_screen.png b/doc/pictures/startup_screen.png old mode 100755 new mode 100644 diff --git a/labcontrol.desktop b/labcontrol.desktop old mode 100755 new mode 100644 diff --git a/src/Lib/client.cpp b/src/Lib/client.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/client.h b/src/Lib/client.h old mode 100755 new mode 100644 diff --git a/src/Lib/clienthelpnotificationserver.cpp b/src/Lib/clienthelpnotificationserver.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/clienthelpnotificationserver.h b/src/Lib/clienthelpnotificationserver.h old mode 100755 new mode 100644 diff --git a/src/Lib/clientpinger.cpp b/src/Lib/clientpinger.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/clientpinger.h b/src/Lib/clientpinger.h old mode 100755 new mode 100644 diff --git a/src/Lib/global.h b/src/Lib/global.h old mode 100755 new mode 100644 diff --git a/src/Lib/lablib.cpp b/src/Lib/lablib.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/lablib.h b/src/Lib/lablib.h old mode 100755 new mode 100644 diff --git a/src/Lib/netstatagent.cpp b/src/Lib/netstatagent.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/netstatagent.h b/src/Lib/netstatagent.h old mode 100755 new mode 100644 diff --git a/src/Lib/receipts_handler.cpp b/src/Lib/receipts_handler.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/receipts_handler.h b/src/Lib/receipts_handler.h old mode 100755 new mode 100644 diff --git a/src/Lib/receiptsprinter.cpp b/src/Lib/receiptsprinter.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/receiptsprinter.h b/src/Lib/receiptsprinter.h old mode 100755 new mode 100644 diff --git a/src/Lib/session.cpp b/src/Lib/session.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/session.h b/src/Lib/session.h old mode 100755 new mode 100644 diff --git a/src/Lib/sessionsmodel.cpp b/src/Lib/sessionsmodel.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/sessionsmodel.h b/src/Lib/sessionsmodel.h old mode 100755 new mode 100644 diff --git a/src/Lib/settings.cpp b/src/Lib/settings.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/settings.h b/src/Lib/settings.h old mode 100755 new mode 100644 diff --git a/src/Lib/ztree.cpp b/src/Lib/ztree.cpp old mode 100755 new mode 100644 diff --git a/src/Lib/ztree.h b/src/Lib/ztree.h old mode 100755 new mode 100644 diff --git a/src/helpmessagesender/HelpMessageSender.pro b/src/helpmessagesender/HelpMessageSender.pro old mode 100755 new mode 100644 diff --git a/src/helpmessagesender/helpmessagewindow.cpp b/src/helpmessagesender/helpmessagewindow.cpp old mode 100755 new mode 100644 diff --git a/src/helpmessagesender/helpmessagewindow.h b/src/helpmessagesender/helpmessagewindow.h old mode 100755 new mode 100644 diff --git a/src/helpmessagesender/helpmessagewindow.ui b/src/helpmessagesender/helpmessagewindow.ui old mode 100755 new mode 100644 diff --git a/src/helpmessagesender/main.cpp b/src/helpmessagesender/main.cpp old mode 100755 new mode 100644 diff --git a/src/localzleafstarter.cpp b/src/localzleafstarter.cpp old mode 100755 new mode 100644 diff --git a/src/localzleafstarter.h b/src/localzleafstarter.h old mode 100755 new mode 100644 diff --git a/src/localzleafstarter.ui b/src/localzleafstarter.ui 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/manualprintingsetup.cpp b/src/manualprintingsetup.cpp old mode 100755 new mode 100644 diff --git a/src/manualprintingsetup.h b/src/manualprintingsetup.h old mode 100755 new mode 100644 diff --git a/src/manualprintingsetup.ui b/src/manualprintingsetup.ui old mode 100755 new mode 100644