diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Account/Account.php b/Account/Account.php old mode 100755 new mode 100644 diff --git a/Account/AccountManager.php b/Account/AccountManager.php old mode 100755 new mode 100644 diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php old mode 100755 new mode 100644 diff --git a/Account/AccountType.php b/Account/AccountType.php old mode 100755 new mode 100644 diff --git a/Account/Group.php b/Account/Group.php old mode 100755 new mode 100644 diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php old mode 100755 new mode 100644 diff --git a/Account/NullAccount.php b/Account/NullAccount.php old mode 100755 new mode 100644 diff --git a/Account/NullGroup.php b/Account/NullGroup.php old mode 100755 new mode 100644 diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php old mode 100755 new mode 100644 diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php old mode 100755 new mode 100644 diff --git a/Account/PermissionOwner.php b/Account/PermissionOwner.php old mode 100755 new mode 100644 diff --git a/Account/PermissionType.php b/Account/PermissionType.php old mode 100755 new mode 100644 diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php old mode 100755 new mode 100644 diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php old mode 100755 new mode 100644 diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/AffinityPropagation.php b/Algorithm/Clustering/AffinityPropagation.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/AgglomerativeClustering.php b/Algorithm/Clustering/AgglomerativeClustering.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/Birch.php b/Algorithm/Clustering/Birch.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/ClusteringInterface.php b/Algorithm/Clustering/ClusteringInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/DBSCAN.php b/Algorithm/Clustering/DBSCAN.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/DivisiveClustering.php b/Algorithm/Clustering/DivisiveClustering.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/MeanShift.php b/Algorithm/Clustering/MeanShift.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/Point.php b/Algorithm/Clustering/Point.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/SpectralClustering.php b/Algorithm/Clustering/SpectralClustering.php old mode 100755 new mode 100644 diff --git a/Algorithm/Clustering/clustering_overview.png b/Algorithm/Clustering/clustering_overview.png old mode 100755 new mode 100644 diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php old mode 100755 new mode 100644 diff --git a/Algorithm/Frequency/Apriori.php b/Algorithm/Frequency/Apriori.php old mode 100755 new mode 100644 diff --git a/Algorithm/Graph/DependencyResolver.php b/Algorithm/Graph/DependencyResolver.php old mode 100755 new mode 100644 diff --git a/Algorithm/Graph/MarkovChain.php b/Algorithm/Graph/MarkovChain.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/Job.php b/Algorithm/JobScheduling/Job.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php b/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleTime.php b/Algorithm/JobScheduling/v2/Dependency/IdleTime.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/JobStep.php b/Algorithm/JobScheduling/v2/Dependency/JobStep.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/Machine.php b/Algorithm/JobScheduling/v2/Dependency/Machine.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/MachineType.php b/Algorithm/JobScheduling/v2/Dependency/MachineType.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/Material.php b/Algorithm/JobScheduling/v2/Dependency/Material.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/Qualification.php b/Algorithm/JobScheduling/v2/Dependency/Qualification.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/Worker.php b/Algorithm/JobScheduling/v2/Dependency/Worker.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Dependency/WorkerType.php b/Algorithm/JobScheduling/v2/Dependency/WorkerType.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Job.php b/Algorithm/JobScheduling/v2/Job.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/Notes.md b/Algorithm/JobScheduling/v2/Notes.md old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/PriorityMode.php b/Algorithm/JobScheduling/v2/PriorityMode.php old mode 100755 new mode 100644 diff --git a/Algorithm/JobScheduling/v2/ScheduleQueue.php b/Algorithm/JobScheduling/v2/ScheduleQueue.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/Item.php b/Algorithm/Knapsack/Item.php old mode 100755 new mode 100644 diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/AntColonyOptimization.php b/Algorithm/Optimization/AntColonyOptimization.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/BeesAlgorithm.php b/Algorithm/Optimization/BeesAlgorithm.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/FireflyAlgorithm.php b/Algorithm/Optimization/FireflyAlgorithm.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/GeneticOptimization.php b/Algorithm/Optimization/GeneticOptimization.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/HarmonySearch.php b/Algorithm/Optimization/HarmonySearch.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/IntelligentWaterDrops.php b/Algorithm/Optimization/IntelligentWaterDrops.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/SimulatedAnnealing.php b/Algorithm/Optimization/SimulatedAnnealing.php old mode 100755 new mode 100644 diff --git a/Algorithm/Optimization/TabuSearch.php b/Algorithm/Optimization/TabuSearch.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/AStarNode.php b/Algorithm/PathFinding/AStarNode.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/Grid.php b/Algorithm/PathFinding/Grid.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/Heuristic.php b/Algorithm/PathFinding/Heuristic.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/JumpPointNode.php b/Algorithm/PathFinding/JumpPointNode.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/MovementType.php b/Algorithm/PathFinding/MovementType.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php old mode 100755 new mode 100644 diff --git a/Algorithm/PathFinding/PathFinderInterface.php b/Algorithm/PathFinding/PathFinderInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/BradleyTerry.php b/Algorithm/Rating/BradleyTerry.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/Elo.php b/Algorithm/Rating/Elo.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/Glicko1.php b/Algorithm/Rating/Glicko1.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/Glicko2.php b/Algorithm/Rating/Glicko2.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/TrueSkill.php b/Algorithm/Rating/TrueSkill.php old mode 100755 new mode 100644 diff --git a/Algorithm/Rating/TrueSkillFactoryGraph.php b/Algorithm/Rating/TrueSkillFactoryGraph.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/BubbleSort.php b/Algorithm/Sort/BubbleSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/CocktailShakerSort.php b/Algorithm/Sort/CocktailShakerSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/CycleSort.php b/Algorithm/Sort/CycleSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/GnomeSort.php b/Algorithm/Sort/GnomeSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/HeapSort.php b/Algorithm/Sort/HeapSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/InsertionSort.php b/Algorithm/Sort/InsertionSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/MergeSort.php b/Algorithm/Sort/MergeSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/OddEvenSort.php b/Algorithm/Sort/OddEvenSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/PancakeSort.php b/Algorithm/Sort/PancakeSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/SelectionSort.php b/Algorithm/Sort/SelectionSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/ShellSort.php b/Algorithm/Sort/ShellSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/SortInterface.php b/Algorithm/Sort/SortInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/SortOrder.php b/Algorithm/Sort/SortOrder.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/SortableInterface.php b/Algorithm/Sort/SortableInterface.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/StoogeSort.php b/Algorithm/Sort/StoogeSort.php old mode 100755 new mode 100644 diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php old mode 100755 new mode 100644 diff --git a/Api/CreditRating/CreditRatingInterface.php b/Api/CreditRating/CreditRatingInterface.php old mode 100755 new mode 100644 diff --git a/Api/CreditRating/CreditSafe.php b/Api/CreditRating/CreditSafe.php old mode 100755 new mode 100644 diff --git a/Api/EUVAT/EUVATBffOnline.php b/Api/EUVAT/EUVATBffOnline.php old mode 100755 new mode 100644 diff --git a/Api/EUVAT/EUVATInterface.php b/Api/EUVAT/EUVATInterface.php old mode 100755 new mode 100644 diff --git a/Api/EUVAT/EUVATVies.php b/Api/EUVAT/EUVATVies.php old mode 100755 new mode 100644 diff --git a/Api/Geocoding/Nominatim.php b/Api/Geocoding/Nominatim.php old mode 100755 new mode 100644 diff --git a/Api/Payment/Charge.php b/Api/Payment/Charge.php old mode 100755 new mode 100644 diff --git a/Api/Payment/PaymentAbstract.php b/Api/Payment/PaymentAbstract.php old mode 100755 new mode 100644 diff --git a/Api/Payment/PaymentFactory.php b/Api/Payment/PaymentFactory.php old mode 100755 new mode 100644 diff --git a/Api/Payment/Stripe.php b/Api/Payment/Stripe.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/AuthStatus.php b/Api/Shipping/AuthStatus.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/AuthType.php b/Api/Shipping/AuthType.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/DHL/DHLInternationalShipping.php b/Api/Shipping/DHL/DHLInternationalShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/DHL/DHLParcelDEShipping.php b/Api/Shipping/DHL/DHLParcelDEShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/DHL/DHLeCommerceShipping.php b/Api/Shipping/DHL/DHLeCommerceShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/DPD/DPDShipping.php b/Api/Shipping/DPD/DPDShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/Fedex/FedexShipping.php b/Api/Shipping/Fedex/FedexShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/RoyalMail/RoyalMailShipping.php b/Api/Shipping/RoyalMail/RoyalMailShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/ShippingFactory.php b/Api/Shipping/ShippingFactory.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/ShippingInterface.php b/Api/Shipping/ShippingInterface.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/ShippingType.php b/Api/Shipping/ShippingType.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/TNT/TNTShipping.php b/Api/Shipping/TNT/TNTShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/UPS/UPSShipping.php b/Api/Shipping/UPS/UPSShipping.php old mode 100755 new mode 100644 diff --git a/Api/Shipping/Usps/UspsShipping.php b/Api/Shipping/Usps/UspsShipping.php old mode 100755 new mode 100644 diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php old mode 100755 new mode 100644 diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php old mode 100755 new mode 100644 diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php old mode 100755 new mode 100644 diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php old mode 100755 new mode 100644 diff --git a/Application/ApplicationType.php b/Application/ApplicationType.php old mode 100755 new mode 100644 diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php old mode 100755 new mode 100644 diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php old mode 100755 new mode 100644 diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php old mode 100755 new mode 100644 diff --git a/Application/infoLayout.json b/Application/infoLayout.json old mode 100755 new mode 100644 diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php old mode 100755 new mode 100644 diff --git a/Asset/AssetType.php b/Asset/AssetType.php old mode 100755 new mode 100644 diff --git a/Auth/Auth.php b/Auth/Auth.php old mode 100755 new mode 100644 diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php old mode 100755 new mode 100644 diff --git a/AutoloadException.php b/AutoloadException.php old mode 100755 new mode 100644 diff --git a/Autoloader.php b/Autoloader.php old mode 100755 new mode 100644 diff --git a/Business/BusinessHelper.php b/Business/BusinessHelper.php old mode 100755 new mode 100644 diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php old mode 100755 new mode 100644 diff --git a/Business/Finance/DepreciationType.php b/Business/Finance/DepreciationType.php old mode 100755 new mode 100644 diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php old mode 100755 new mode 100644 diff --git a/Business/Finance/Forensics.php b/Business/Finance/Forensics.php old mode 100755 new mode 100644 diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php old mode 100755 new mode 100644 diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php old mode 100755 new mode 100644 diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php old mode 100755 new mode 100644 diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php old mode 100755 new mode 100644 diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php old mode 100755 new mode 100644 diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php old mode 100755 new mode 100644 diff --git a/Business/Marketing/PageRank.php b/Business/Marketing/PageRank.php old mode 100755 new mode 100644 diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php old mode 100755 new mode 100644 diff --git a/Business/Recommendation/ArticleCorrelationAffinity.php b/Business/Recommendation/ArticleCorrelationAffinity.php old mode 100755 new mode 100644 diff --git a/Business/Recommendation/BayesianPersonalizedRanking.php b/Business/Recommendation/BayesianPersonalizedRanking.php old mode 100755 new mode 100644 diff --git a/Business/Recommendation/MemoryCF.php b/Business/Recommendation/MemoryCF.php old mode 100755 new mode 100644 diff --git a/Business/Recommendation/ModelCF.php b/Business/Recommendation/ModelCF.php old mode 100755 new mode 100644 diff --git a/Business/Recommendation/README.md b/Business/Recommendation/README.md old mode 100755 new mode 100644 diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php old mode 100755 new mode 100644 diff --git a/Business/Warehouse/OrderSuggestion.php b/Business/Warehouse/OrderSuggestion.php old mode 100755 new mode 100644 diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php old mode 100755 new mode 100644 diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php old mode 100755 new mode 100644 diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php old mode 100755 new mode 100644 diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php old mode 100755 new mode 100644 diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php old mode 100755 new mode 100644 diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php old mode 100755 new mode 100644 diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/CacheValueType.php b/DataStorage/Cache/Connection/CacheValueType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/ConnectionInterface.php b/DataStorage/Cache/Connection/ConnectionInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php old mode 100755 new mode 100644 diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php old mode 100755 new mode 100644 diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/DataStorageConnectionInterface.php b/DataStorage/DataStorageConnectionInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/DataStoragePoolInterface.php b/DataStorage/DataStoragePoolInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/NullPDO.php b/DataStorage/Database/Connection/NullPDO.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/ColumnName.php b/DataStorage/Database/Query/ColumnName.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Concat.php b/DataStorage/Database/Query/Concat.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Parameter.php b/DataStorage/Database/Query/Parameter.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Field.php b/DataStorage/Database/Schema/Field.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/OracleGrammar.php b/DataStorage/Database/Schema/Grammar/OracleGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/Schema/Table.php b/DataStorage/Database/Schema/Table.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php old mode 100755 new mode 100644 diff --git a/DataStorage/Database/tableDefinition.json b/DataStorage/Database/tableDefinition.json old mode 100755 new mode 100644 diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php old mode 100755 new mode 100644 diff --git a/DataStorage/Session/CacheSessionHandler.php b/DataStorage/Session/CacheSessionHandler.php old mode 100755 new mode 100644 diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php old mode 100755 new mode 100644 diff --git a/DataStorage/Session/JWT.php b/DataStorage/Session/JWT.php old mode 100755 new mode 100644 diff --git a/DataStorage/Session/SessionAbstract.php b/DataStorage/Session/SessionAbstract.php old mode 100755 new mode 100644 diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php old mode 100755 new mode 100644 diff --git a/Dispatcher/DispatcherInterface.php b/Dispatcher/DispatcherInterface.php old mode 100755 new mode 100644 diff --git a/Event/EventManager.php b/Event/EventManager.php old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/Image/Kernel.php b/Image/Kernel.php old mode 100755 new mode 100644 diff --git a/Image/Skew.php b/Image/Skew.php old mode 100755 new mode 100644 diff --git a/Image/Thresholding.php b/Image/Thresholding.php old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Localization/BaseStringL11n.php b/Localization/BaseStringL11n.php old mode 100755 new mode 100644 diff --git a/Localization/BaseStringL11nType.php b/Localization/BaseStringL11nType.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/City.php b/Localization/Defaults/City.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Country.php b/Localization/Defaults/Country.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Currency.php b/Localization/Defaults/Currency.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Definitions/de_DE.json b/Localization/Defaults/Definitions/de_DE.json old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Definitions/en_US.json b/Localization/Defaults/Definitions/en_US.json old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Iban.php b/Localization/Defaults/Iban.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/Language.php b/Localization/Defaults/Language.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/NullCity.php b/Localization/Defaults/NullCity.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/NullCountry.php b/Localization/Defaults/NullCountry.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/NullCurrency.php b/Localization/Defaults/NullCurrency.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/NullIban.php b/Localization/Defaults/NullIban.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/NullLanguage.php b/Localization/Defaults/NullLanguage.php old mode 100755 new mode 100644 diff --git a/Localization/Defaults/localization.sqlite b/Localization/Defaults/localization.sqlite old mode 100755 new mode 100644 diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO3166Trait.php b/Localization/ISO3166Trait.php old mode 100755 new mode 100644 diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO4217Trait.php b/Localization/ISO4217Trait.php old mode 100755 new mode 100644 diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO639Trait.php b/Localization/ISO639Trait.php old mode 100755 new mode 100644 diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php old mode 100755 new mode 100644 diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php old mode 100755 new mode 100644 diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/LICENSE b/Localization/LanguageDetection/LICENSE old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/Language.php b/Localization/LanguageDetection/Language.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/LanguageResult.php b/Localization/LanguageDetection/LanguageResult.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/NgramParser.php b/Localization/LanguageDetection/NgramParser.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php b/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/Trainer.php b/Localization/LanguageDetection/Trainer.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/README.md b/Localization/LanguageDetection/resources/README.md old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ab/ab.php b/Localization/LanguageDetection/resources/ab/ab.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ab/ab.txt b/Localization/LanguageDetection/resources/ab/ab.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/af/af.php b/Localization/LanguageDetection/resources/af/af.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/af/af.txt b/Localization/LanguageDetection/resources/af/af.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/am/am.php b/Localization/LanguageDetection/resources/am/am.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/am/am.txt b/Localization/LanguageDetection/resources/am/am.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ar/ar.php b/Localization/LanguageDetection/resources/ar/ar.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ar/ar.txt b/Localization/LanguageDetection/resources/ar/ar.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ay/ay.php b/Localization/LanguageDetection/resources/ay/ay.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ay/ay.txt b/Localization/LanguageDetection/resources/ay/ay.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/az-Cyrl/az-Cyrl.php b/Localization/LanguageDetection/resources/az-Cyrl/az-Cyrl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/az-Cyrl/az-Cyrl.txt b/Localization/LanguageDetection/resources/az-Cyrl/az-Cyrl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/az-Latn/az-Latn.php b/Localization/LanguageDetection/resources/az-Latn/az-Latn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/az-Latn/az-Latn.txt b/Localization/LanguageDetection/resources/az-Latn/az-Latn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/be/be.php b/Localization/LanguageDetection/resources/be/be.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/be/be.txt b/Localization/LanguageDetection/resources/be/be.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bg/bg.php b/Localization/LanguageDetection/resources/bg/bg.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bg/bg.txt b/Localization/LanguageDetection/resources/bg/bg.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bi/bi.php b/Localization/LanguageDetection/resources/bi/bi.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bi/bi.txt b/Localization/LanguageDetection/resources/bi/bi.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bn/bn.php b/Localization/LanguageDetection/resources/bn/bn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bn/bn.txt b/Localization/LanguageDetection/resources/bn/bn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bo/bo.php b/Localization/LanguageDetection/resources/bo/bo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bo/bo.txt b/Localization/LanguageDetection/resources/bo/bo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/br/br.php b/Localization/LanguageDetection/resources/br/br.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/br/br.txt b/Localization/LanguageDetection/resources/br/br.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bs-Cyrl/bs-Cyrl.php b/Localization/LanguageDetection/resources/bs-Cyrl/bs-Cyrl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bs-Cyrl/bs-Cyrl.txt b/Localization/LanguageDetection/resources/bs-Cyrl/bs-Cyrl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bs-Latn/bs-Latn.php b/Localization/LanguageDetection/resources/bs-Latn/bs-Latn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/bs-Latn/bs-Latn.txt b/Localization/LanguageDetection/resources/bs-Latn/bs-Latn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ca/ca.php b/Localization/LanguageDetection/resources/ca/ca.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ca/ca.txt b/Localization/LanguageDetection/resources/ca/ca.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ch/ch.php b/Localization/LanguageDetection/resources/ch/ch.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ch/ch.txt b/Localization/LanguageDetection/resources/ch/ch.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/co/co.php b/Localization/LanguageDetection/resources/co/co.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/co/co.txt b/Localization/LanguageDetection/resources/co/co.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cr/cr.php b/Localization/LanguageDetection/resources/cr/cr.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cr/cr.txt b/Localization/LanguageDetection/resources/cr/cr.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cs/cs.php b/Localization/LanguageDetection/resources/cs/cs.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cs/cs.txt b/Localization/LanguageDetection/resources/cs/cs.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cy/cy.php b/Localization/LanguageDetection/resources/cy/cy.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/cy/cy.txt b/Localization/LanguageDetection/resources/cy/cy.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/da/da.php b/Localization/LanguageDetection/resources/da/da.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/da/da.txt b/Localization/LanguageDetection/resources/da/da.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/de/de.php b/Localization/LanguageDetection/resources/de/de.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/de/de.txt b/Localization/LanguageDetection/resources/de/de.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/dz/dz.php b/Localization/LanguageDetection/resources/dz/dz.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/dz/dz.txt b/Localization/LanguageDetection/resources/dz/dz.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/el-monoton/el-monoton.php b/Localization/LanguageDetection/resources/el-monoton/el-monoton.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/el-monoton/el-monoton.txt b/Localization/LanguageDetection/resources/el-monoton/el-monoton.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/el-polyton/el-polyton.php b/Localization/LanguageDetection/resources/el-polyton/el-polyton.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/el-polyton/el-polyton.txt b/Localization/LanguageDetection/resources/el-polyton/el-polyton.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/en/en.php b/Localization/LanguageDetection/resources/en/en.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/en/en.txt b/Localization/LanguageDetection/resources/en/en.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/eo/eo.php b/Localization/LanguageDetection/resources/eo/eo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/eo/eo.txt b/Localization/LanguageDetection/resources/eo/eo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/es/es.php b/Localization/LanguageDetection/resources/es/es.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/es/es.txt b/Localization/LanguageDetection/resources/es/es.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/et/et.php b/Localization/LanguageDetection/resources/et/et.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/et/et.txt b/Localization/LanguageDetection/resources/et/et.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/eu/eu.php b/Localization/LanguageDetection/resources/eu/eu.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/eu/eu.txt b/Localization/LanguageDetection/resources/eu/eu.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fa/fa.php b/Localization/LanguageDetection/resources/fa/fa.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fa/fa.txt b/Localization/LanguageDetection/resources/fa/fa.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fi/fi.php b/Localization/LanguageDetection/resources/fi/fi.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fi/fi.txt b/Localization/LanguageDetection/resources/fi/fi.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fj/fj.php b/Localization/LanguageDetection/resources/fj/fj.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fj/fj.txt b/Localization/LanguageDetection/resources/fj/fj.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fo/fo.php b/Localization/LanguageDetection/resources/fo/fo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fo/fo.txt b/Localization/LanguageDetection/resources/fo/fo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fr/fr.php b/Localization/LanguageDetection/resources/fr/fr.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fr/fr.txt b/Localization/LanguageDetection/resources/fr/fr.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fy/fy.php b/Localization/LanguageDetection/resources/fy/fy.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/fy/fy.txt b/Localization/LanguageDetection/resources/fy/fy.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ga/ga.php b/Localization/LanguageDetection/resources/ga/ga.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ga/ga.txt b/Localization/LanguageDetection/resources/ga/ga.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gd/gd.php b/Localization/LanguageDetection/resources/gd/gd.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gd/gd.txt b/Localization/LanguageDetection/resources/gd/gd.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gl/gl.php b/Localization/LanguageDetection/resources/gl/gl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gl/gl.txt b/Localization/LanguageDetection/resources/gl/gl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gn/gn.php b/Localization/LanguageDetection/resources/gn/gn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gn/gn.txt b/Localization/LanguageDetection/resources/gn/gn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gu/gu.php b/Localization/LanguageDetection/resources/gu/gu.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/gu/gu.txt b/Localization/LanguageDetection/resources/gu/gu.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ha/ha.php b/Localization/LanguageDetection/resources/ha/ha.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ha/ha.txt b/Localization/LanguageDetection/resources/ha/ha.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/he/he.php b/Localization/LanguageDetection/resources/he/he.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/he/he.txt b/Localization/LanguageDetection/resources/he/he.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hi/hi.php b/Localization/LanguageDetection/resources/hi/hi.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hi/hi.txt b/Localization/LanguageDetection/resources/hi/hi.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hr/hr.php b/Localization/LanguageDetection/resources/hr/hr.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hr/hr.txt b/Localization/LanguageDetection/resources/hr/hr.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hu/hu.php b/Localization/LanguageDetection/resources/hu/hu.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hu/hu.txt b/Localization/LanguageDetection/resources/hu/hu.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hy/hy.php b/Localization/LanguageDetection/resources/hy/hy.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/hy/hy.txt b/Localization/LanguageDetection/resources/hy/hy.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ia/ia.php b/Localization/LanguageDetection/resources/ia/ia.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ia/ia.txt b/Localization/LanguageDetection/resources/ia/ia.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/id/id.php b/Localization/LanguageDetection/resources/id/id.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/id/id.txt b/Localization/LanguageDetection/resources/id/id.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ig/ig.php b/Localization/LanguageDetection/resources/ig/ig.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ig/ig.txt b/Localization/LanguageDetection/resources/ig/ig.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/io/io.php b/Localization/LanguageDetection/resources/io/io.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/io/io.txt b/Localization/LanguageDetection/resources/io/io.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/is/is.php b/Localization/LanguageDetection/resources/is/is.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/is/is.txt b/Localization/LanguageDetection/resources/is/is.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/it/it.php b/Localization/LanguageDetection/resources/it/it.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/it/it.txt b/Localization/LanguageDetection/resources/it/it.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/iu/iu.php b/Localization/LanguageDetection/resources/iu/iu.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/iu/iu.txt b/Localization/LanguageDetection/resources/iu/iu.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ja/ja.php b/Localization/LanguageDetection/resources/ja/ja.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ja/ja.txt b/Localization/LanguageDetection/resources/ja/ja.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/jv/jv.php b/Localization/LanguageDetection/resources/jv/jv.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/jv/jv.txt b/Localization/LanguageDetection/resources/jv/jv.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ka/ka.php b/Localization/LanguageDetection/resources/ka/ka.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ka/ka.txt b/Localization/LanguageDetection/resources/ka/ka.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/km/km.php b/Localization/LanguageDetection/resources/km/km.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/km/km.txt b/Localization/LanguageDetection/resources/km/km.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ko/ko.php b/Localization/LanguageDetection/resources/ko/ko.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ko/ko.txt b/Localization/LanguageDetection/resources/ko/ko.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/kr/kr.php b/Localization/LanguageDetection/resources/kr/kr.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/kr/kr.txt b/Localization/LanguageDetection/resources/kr/kr.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ku/ku.php b/Localization/LanguageDetection/resources/ku/ku.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ku/ku.txt b/Localization/LanguageDetection/resources/ku/ku.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/la/la.php b/Localization/LanguageDetection/resources/la/la.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/la/la.txt b/Localization/LanguageDetection/resources/la/la.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lg/lg.php b/Localization/LanguageDetection/resources/lg/lg.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lg/lg.txt b/Localization/LanguageDetection/resources/lg/lg.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ln/ln.php b/Localization/LanguageDetection/resources/ln/ln.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ln/ln.txt b/Localization/LanguageDetection/resources/ln/ln.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lo/lo.php b/Localization/LanguageDetection/resources/lo/lo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lo/lo.txt b/Localization/LanguageDetection/resources/lo/lo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lt/lt.php b/Localization/LanguageDetection/resources/lt/lt.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lt/lt.txt b/Localization/LanguageDetection/resources/lt/lt.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lv/lv.php b/Localization/LanguageDetection/resources/lv/lv.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/lv/lv.txt b/Localization/LanguageDetection/resources/lv/lv.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mh/mh.php b/Localization/LanguageDetection/resources/mh/mh.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mh/mh.txt b/Localization/LanguageDetection/resources/mh/mh.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mn-Cyrl/mn-Cyrl.php b/Localization/LanguageDetection/resources/mn-Cyrl/mn-Cyrl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mn-Cyrl/mn-Cyrl.txt b/Localization/LanguageDetection/resources/mn-Cyrl/mn-Cyrl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ms-Arab/ms-Arab.php b/Localization/LanguageDetection/resources/ms-Arab/ms-Arab.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ms-Arab/ms-Arab.txt b/Localization/LanguageDetection/resources/ms-Arab/ms-Arab.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ms-Latn/ms-Latn.php b/Localization/LanguageDetection/resources/ms-Latn/ms-Latn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ms-Latn/ms-Latn.txt b/Localization/LanguageDetection/resources/ms-Latn/ms-Latn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mt/mt.php b/Localization/LanguageDetection/resources/mt/mt.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/mt/mt.txt b/Localization/LanguageDetection/resources/mt/mt.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nb/nb.php b/Localization/LanguageDetection/resources/nb/nb.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nb/nb.txt b/Localization/LanguageDetection/resources/nb/nb.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ng/ng.php b/Localization/LanguageDetection/resources/ng/ng.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ng/ng.txt b/Localization/LanguageDetection/resources/ng/ng.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nl/nl.php b/Localization/LanguageDetection/resources/nl/nl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nl/nl.txt b/Localization/LanguageDetection/resources/nl/nl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nn/nn.php b/Localization/LanguageDetection/resources/nn/nn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nn/nn.txt b/Localization/LanguageDetection/resources/nn/nn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nv/nv.php b/Localization/LanguageDetection/resources/nv/nv.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/nv/nv.txt b/Localization/LanguageDetection/resources/nv/nv.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/oc/oc.php b/Localization/LanguageDetection/resources/oc/oc.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/oc/oc.txt b/Localization/LanguageDetection/resources/oc/oc.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/om/om.php b/Localization/LanguageDetection/resources/om/om.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/om/om.txt b/Localization/LanguageDetection/resources/om/om.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pl/pl.php b/Localization/LanguageDetection/resources/pl/pl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pl/pl.txt b/Localization/LanguageDetection/resources/pl/pl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pt-BR/pt-BR.php b/Localization/LanguageDetection/resources/pt-BR/pt-BR.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pt-BR/pt-BR.txt b/Localization/LanguageDetection/resources/pt-BR/pt-BR.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pt-PT/pt-PT.php b/Localization/LanguageDetection/resources/pt-PT/pt-PT.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/pt-PT/pt-PT.txt b/Localization/LanguageDetection/resources/pt-PT/pt-PT.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ro/ro.php b/Localization/LanguageDetection/resources/ro/ro.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ro/ro.txt b/Localization/LanguageDetection/resources/ro/ro.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ru/ru.php b/Localization/LanguageDetection/resources/ru/ru.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ru/ru.txt b/Localization/LanguageDetection/resources/ru/ru.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sa/sa.php b/Localization/LanguageDetection/resources/sa/sa.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sa/sa.txt b/Localization/LanguageDetection/resources/sa/sa.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sk/sk.php b/Localization/LanguageDetection/resources/sk/sk.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sk/sk.txt b/Localization/LanguageDetection/resources/sk/sk.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sl/sl.php b/Localization/LanguageDetection/resources/sl/sl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sl/sl.txt b/Localization/LanguageDetection/resources/sl/sl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/so/so.php b/Localization/LanguageDetection/resources/so/so.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/so/so.txt b/Localization/LanguageDetection/resources/so/so.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sq/sq.php b/Localization/LanguageDetection/resources/sq/sq.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sq/sq.txt b/Localization/LanguageDetection/resources/sq/sq.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sr-Cyrl/sr-Cyrl.php b/Localization/LanguageDetection/resources/sr-Cyrl/sr-Cyrl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sr-Cyrl/sr-Cyrl.txt b/Localization/LanguageDetection/resources/sr-Cyrl/sr-Cyrl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sr-Latn/sr-Latn.php b/Localization/LanguageDetection/resources/sr-Latn/sr-Latn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sr-Latn/sr-Latn.txt b/Localization/LanguageDetection/resources/sr-Latn/sr-Latn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ss/ss.php b/Localization/LanguageDetection/resources/ss/ss.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ss/ss.txt b/Localization/LanguageDetection/resources/ss/ss.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sv/sv.php b/Localization/LanguageDetection/resources/sv/sv.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sv/sv.txt b/Localization/LanguageDetection/resources/sv/sv.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sw/sw.php b/Localization/LanguageDetection/resources/sw/sw.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/sw/sw.txt b/Localization/LanguageDetection/resources/sw/sw.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ta/ta.php b/Localization/LanguageDetection/resources/ta/ta.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ta/ta.txt b/Localization/LanguageDetection/resources/ta/ta.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/th/th.php b/Localization/LanguageDetection/resources/th/th.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/th/th.txt b/Localization/LanguageDetection/resources/th/th.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tl/tl.php b/Localization/LanguageDetection/resources/tl/tl.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tl/tl.txt b/Localization/LanguageDetection/resources/tl/tl.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/to/to.php b/Localization/LanguageDetection/resources/to/to.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/to/to.txt b/Localization/LanguageDetection/resources/to/to.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tr/tr.php b/Localization/LanguageDetection/resources/tr/tr.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tr/tr.txt b/Localization/LanguageDetection/resources/tr/tr.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tt/tt.php b/Localization/LanguageDetection/resources/tt/tt.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/tt/tt.txt b/Localization/LanguageDetection/resources/tt/tt.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ty/ty.php b/Localization/LanguageDetection/resources/ty/ty.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ty/ty.txt b/Localization/LanguageDetection/resources/ty/ty.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ug-Arab/ug-Arab.php b/Localization/LanguageDetection/resources/ug-Arab/ug-Arab.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ug-Arab/ug-Arab.txt b/Localization/LanguageDetection/resources/ug-Arab/ug-Arab.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ug-Latn/ug-Latn.php b/Localization/LanguageDetection/resources/ug-Latn/ug-Latn.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ug-Latn/ug-Latn.txt b/Localization/LanguageDetection/resources/ug-Latn/ug-Latn.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/uk/uk.php b/Localization/LanguageDetection/resources/uk/uk.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/uk/uk.txt b/Localization/LanguageDetection/resources/uk/uk.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ur/ur.php b/Localization/LanguageDetection/resources/ur/ur.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ur/ur.txt b/Localization/LanguageDetection/resources/ur/ur.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/uz/uz.php b/Localization/LanguageDetection/resources/uz/uz.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/uz/uz.txt b/Localization/LanguageDetection/resources/uz/uz.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ve/ve.php b/Localization/LanguageDetection/resources/ve/ve.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/ve/ve.txt b/Localization/LanguageDetection/resources/ve/ve.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/vi/vi.php b/Localization/LanguageDetection/resources/vi/vi.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/vi/vi.txt b/Localization/LanguageDetection/resources/vi/vi.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/wa/wa.php b/Localization/LanguageDetection/resources/wa/wa.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/wa/wa.txt b/Localization/LanguageDetection/resources/wa/wa.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/wo/wo.php b/Localization/LanguageDetection/resources/wo/wo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/wo/wo.txt b/Localization/LanguageDetection/resources/wo/wo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/xh/xh.php b/Localization/LanguageDetection/resources/xh/xh.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/xh/xh.txt b/Localization/LanguageDetection/resources/xh/xh.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/yo/yo.php b/Localization/LanguageDetection/resources/yo/yo.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/yo/yo.txt b/Localization/LanguageDetection/resources/yo/yo.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/zh-Hans/zh-Hans.php b/Localization/LanguageDetection/resources/zh-Hans/zh-Hans.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/zh-Hans/zh-Hans.txt b/Localization/LanguageDetection/resources/zh-Hans/zh-Hans.txt old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/zh-Hant/zh-Hant.php b/Localization/LanguageDetection/resources/zh-Hant/zh-Hant.php old mode 100755 new mode 100644 diff --git a/Localization/LanguageDetection/resources/zh-Hant/zh-Hant.txt b/Localization/LanguageDetection/resources/zh-Hant/zh-Hant.txt old mode 100755 new mode 100644 diff --git a/Localization/LegalEntityType.php b/Localization/LegalEntityType.php old mode 100755 new mode 100644 diff --git a/Localization/Localization.php b/Localization/Localization.php old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ad.svg b/Localization/Maps/svg/ad.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ae.svg b/Localization/Maps/svg/ae.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/af.svg b/Localization/Maps/svg/af.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/africa.svg b/Localization/Maps/svg/africa.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ag.svg b/Localization/Maps/svg/ag.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ai.svg b/Localization/Maps/svg/ai.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/al.svg b/Localization/Maps/svg/al.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/am.svg b/Localization/Maps/svg/am.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ao.svg b/Localization/Maps/svg/ao.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ar.svg b/Localization/Maps/svg/ar.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/at.svg b/Localization/Maps/svg/at.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/au.svg b/Localization/Maps/svg/au.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/aw.svg b/Localization/Maps/svg/aw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/az.svg b/Localization/Maps/svg/az.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ba.svg b/Localization/Maps/svg/ba.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bb.svg b/Localization/Maps/svg/bb.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bd.svg b/Localization/Maps/svg/bd.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/be.svg b/Localization/Maps/svg/be.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bf.svg b/Localization/Maps/svg/bf.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bg.svg b/Localization/Maps/svg/bg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bh.svg b/Localization/Maps/svg/bh.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bi.svg b/Localization/Maps/svg/bi.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bj.svg b/Localization/Maps/svg/bj.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bm.svg b/Localization/Maps/svg/bm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bn.svg b/Localization/Maps/svg/bn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bo.svg b/Localization/Maps/svg/bo.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/br.svg b/Localization/Maps/svg/br.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bs.svg b/Localization/Maps/svg/bs.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bt.svg b/Localization/Maps/svg/bt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bw.svg b/Localization/Maps/svg/bw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/by.svg b/Localization/Maps/svg/by.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/bz.svg b/Localization/Maps/svg/bz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ca.svg b/Localization/Maps/svg/ca.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cd.svg b/Localization/Maps/svg/cd.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cf.svg b/Localization/Maps/svg/cf.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cg.svg b/Localization/Maps/svg/cg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ch.svg b/Localization/Maps/svg/ch.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ci.svg b/Localization/Maps/svg/ci.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cl.svg b/Localization/Maps/svg/cl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cm.svg b/Localization/Maps/svg/cm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cn.svg b/Localization/Maps/svg/cn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/co.svg b/Localization/Maps/svg/co.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cr.svg b/Localization/Maps/svg/cr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cu.svg b/Localization/Maps/svg/cu.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cv.svg b/Localization/Maps/svg/cv.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cw.svg b/Localization/Maps/svg/cw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cy.svg b/Localization/Maps/svg/cy.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/cz.svg b/Localization/Maps/svg/cz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/de.svg b/Localization/Maps/svg/de.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/dj.svg b/Localization/Maps/svg/dj.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/dk.svg b/Localization/Maps/svg/dk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/dm.svg b/Localization/Maps/svg/dm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/do.svg b/Localization/Maps/svg/do.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/dz.svg b/Localization/Maps/svg/dz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ec.svg b/Localization/Maps/svg/ec.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ee.svg b/Localization/Maps/svg/ee.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/eg.svg b/Localization/Maps/svg/eg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/eh.svg b/Localization/Maps/svg/eh.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/er.svg b/Localization/Maps/svg/er.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/es.svg b/Localization/Maps/svg/es.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/et.svg b/Localization/Maps/svg/et.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/europe.svg b/Localization/Maps/svg/europe.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/fi.svg b/Localization/Maps/svg/fi.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/fj.svg b/Localization/Maps/svg/fj.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/fk.svg b/Localization/Maps/svg/fk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/fo.svg b/Localization/Maps/svg/fo.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/fr.svg b/Localization/Maps/svg/fr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ga.svg b/Localization/Maps/svg/ga.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gb.svg b/Localization/Maps/svg/gb.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gd.svg b/Localization/Maps/svg/gd.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ge.svg b/Localization/Maps/svg/ge.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gh.svg b/Localization/Maps/svg/gh.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gl.svg b/Localization/Maps/svg/gl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gm.svg b/Localization/Maps/svg/gm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gn.svg b/Localization/Maps/svg/gn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gq.svg b/Localization/Maps/svg/gq.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gr.svg b/Localization/Maps/svg/gr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gt.svg b/Localization/Maps/svg/gt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gw.svg b/Localization/Maps/svg/gw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/gy.svg b/Localization/Maps/svg/gy.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/hk.svg b/Localization/Maps/svg/hk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/hn.svg b/Localization/Maps/svg/hn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/hr.svg b/Localization/Maps/svg/hr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ht.svg b/Localization/Maps/svg/ht.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/hu.svg b/Localization/Maps/svg/hu.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/id.svg b/Localization/Maps/svg/id.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ie.svg b/Localization/Maps/svg/ie.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/il.svg b/Localization/Maps/svg/il.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/in.svg b/Localization/Maps/svg/in.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/iq.svg b/Localization/Maps/svg/iq.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ir.svg b/Localization/Maps/svg/ir.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/is.svg b/Localization/Maps/svg/is.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/it.svg b/Localization/Maps/svg/it.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/jm.svg b/Localization/Maps/svg/jm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/jo.svg b/Localization/Maps/svg/jo.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/jp.svg b/Localization/Maps/svg/jp.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ke.svg b/Localization/Maps/svg/ke.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kg.svg b/Localization/Maps/svg/kg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kh.svg b/Localization/Maps/svg/kh.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/km.svg b/Localization/Maps/svg/km.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kn.svg b/Localization/Maps/svg/kn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kp.svg b/Localization/Maps/svg/kp.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kr.svg b/Localization/Maps/svg/kr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kw.svg b/Localization/Maps/svg/kw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ky.svg b/Localization/Maps/svg/ky.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/kz.svg b/Localization/Maps/svg/kz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/la.svg b/Localization/Maps/svg/la.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lb.svg b/Localization/Maps/svg/lb.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lc.svg b/Localization/Maps/svg/lc.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/li.svg b/Localization/Maps/svg/li.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lk.svg b/Localization/Maps/svg/lk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lr.svg b/Localization/Maps/svg/lr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ls.svg b/Localization/Maps/svg/ls.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lt.svg b/Localization/Maps/svg/lt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lu.svg b/Localization/Maps/svg/lu.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/lv.svg b/Localization/Maps/svg/lv.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ly.svg b/Localization/Maps/svg/ly.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ma.svg b/Localization/Maps/svg/ma.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/md.svg b/Localization/Maps/svg/md.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/me.svg b/Localization/Maps/svg/me.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mf.svg b/Localization/Maps/svg/mf.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mg.svg b/Localization/Maps/svg/mg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mk.svg b/Localization/Maps/svg/mk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ml.svg b/Localization/Maps/svg/ml.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mm.svg b/Localization/Maps/svg/mm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mn.svg b/Localization/Maps/svg/mn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mr.svg b/Localization/Maps/svg/mr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ms.svg b/Localization/Maps/svg/ms.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mt.svg b/Localization/Maps/svg/mt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mu.svg b/Localization/Maps/svg/mu.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mv.svg b/Localization/Maps/svg/mv.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mw.svg b/Localization/Maps/svg/mw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mx.svg b/Localization/Maps/svg/mx.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/my.svg b/Localization/Maps/svg/my.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/mz.svg b/Localization/Maps/svg/mz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/na.svg b/Localization/Maps/svg/na.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/nc.svg b/Localization/Maps/svg/nc.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ne.svg b/Localization/Maps/svg/ne.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ng.svg b/Localization/Maps/svg/ng.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ni.svg b/Localization/Maps/svg/ni.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/nl.svg b/Localization/Maps/svg/nl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/no.svg b/Localization/Maps/svg/no.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/north-america.svg b/Localization/Maps/svg/north-america.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/np.svg b/Localization/Maps/svg/np.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/nr.svg b/Localization/Maps/svg/nr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/nz.svg b/Localization/Maps/svg/nz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/om.svg b/Localization/Maps/svg/om.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pa.svg b/Localization/Maps/svg/pa.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pe.svg b/Localization/Maps/svg/pe.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pf.svg b/Localization/Maps/svg/pf.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pg.svg b/Localization/Maps/svg/pg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ph.svg b/Localization/Maps/svg/ph.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pk.svg b/Localization/Maps/svg/pk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pl.svg b/Localization/Maps/svg/pl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pn.svg b/Localization/Maps/svg/pn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pr.svg b/Localization/Maps/svg/pr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ps.svg b/Localization/Maps/svg/ps.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/pt.svg b/Localization/Maps/svg/pt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/py.svg b/Localization/Maps/svg/py.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/qa.svg b/Localization/Maps/svg/qa.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ro.svg b/Localization/Maps/svg/ro.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/rs.svg b/Localization/Maps/svg/rs.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ru.svg b/Localization/Maps/svg/ru.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/rw.svg b/Localization/Maps/svg/rw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sa.svg b/Localization/Maps/svg/sa.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sb.svg b/Localization/Maps/svg/sb.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sc.svg b/Localization/Maps/svg/sc.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sd.svg b/Localization/Maps/svg/sd.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/se.svg b/Localization/Maps/svg/se.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sg.svg b/Localization/Maps/svg/sg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/si.svg b/Localization/Maps/svg/si.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/simplemaps_license.png b/Localization/Maps/svg/simplemaps_license.png old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sk.svg b/Localization/Maps/svg/sk.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sl.svg b/Localization/Maps/svg/sl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sn.svg b/Localization/Maps/svg/sn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/so.svg b/Localization/Maps/svg/so.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sr.svg b/Localization/Maps/svg/sr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ss.svg b/Localization/Maps/svg/ss.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/st.svg b/Localization/Maps/svg/st.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sv.svg b/Localization/Maps/svg/sv.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sx.svg b/Localization/Maps/svg/sx.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sy.svg b/Localization/Maps/svg/sy.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/sz.svg b/Localization/Maps/svg/sz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tc.svg b/Localization/Maps/svg/tc.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/td.svg b/Localization/Maps/svg/td.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tg.svg b/Localization/Maps/svg/tg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/th.svg b/Localization/Maps/svg/th.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tj.svg b/Localization/Maps/svg/tj.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tl.svg b/Localization/Maps/svg/tl.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tm.svg b/Localization/Maps/svg/tm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tn.svg b/Localization/Maps/svg/tn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/to.svg b/Localization/Maps/svg/to.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tr.svg b/Localization/Maps/svg/tr.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tt.svg b/Localization/Maps/svg/tt.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tw.svg b/Localization/Maps/svg/tw.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/tz.svg b/Localization/Maps/svg/tz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ua.svg b/Localization/Maps/svg/ua.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ug.svg b/Localization/Maps/svg/ug.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/us.svg b/Localization/Maps/svg/us.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/uy.svg b/Localization/Maps/svg/uy.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/uz.svg b/Localization/Maps/svg/uz.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/vc.svg b/Localization/Maps/svg/vc.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ve.svg b/Localization/Maps/svg/ve.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/vg.svg b/Localization/Maps/svg/vg.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/vi.svg b/Localization/Maps/svg/vi.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/vn.svg b/Localization/Maps/svg/vn.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/vu.svg b/Localization/Maps/svg/vu.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/world-pacific.svg b/Localization/Maps/svg/world-pacific.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/world.svg b/Localization/Maps/svg/world.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/ye.svg b/Localization/Maps/svg/ye.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/za.svg b/Localization/Maps/svg/za.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/zm.svg b/Localization/Maps/svg/zm.svg old mode 100755 new mode 100644 diff --git a/Localization/Maps/svg/zw.svg b/Localization/Maps/svg/zw.svg old mode 100755 new mode 100644 diff --git a/Localization/Money.php b/Localization/Money.php old mode 100755 new mode 100644 diff --git a/Localization/NullBaseStringL11n.php b/Localization/NullBaseStringL11n.php old mode 100755 new mode 100644 diff --git a/Localization/NullBaseStringL11nType.php b/Localization/NullBaseStringL11nType.php old mode 100755 new mode 100644 diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php old mode 100755 new mode 100644 diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php old mode 100755 new mode 100644 diff --git a/Localization/RegionEnum.php b/Localization/RegionEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoATCharEnum.php b/Localization/Subregion/ISO3166TwoATCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoATNameEnum.php b/Localization/Subregion/ISO3166TwoATNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoBRCharEnum.php b/Localization/Subregion/ISO3166TwoBRCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoBRNameEnum.php b/Localization/Subregion/ISO3166TwoBRNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCACharEnum.php b/Localization/Subregion/ISO3166TwoCACharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCANameEnum.php b/Localization/Subregion/ISO3166TwoCANameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCHCharEnum.php b/Localization/Subregion/ISO3166TwoCHCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCHNameEnum.php b/Localization/Subregion/ISO3166TwoCHNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCNCharEnum.php b/Localization/Subregion/ISO3166TwoCNCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCNNameEnum.php b/Localization/Subregion/ISO3166TwoCNNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCZCharEnum.php b/Localization/Subregion/ISO3166TwoCZCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoCZNameEnum.php b/Localization/Subregion/ISO3166TwoCZNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoDECharEnum.php b/Localization/Subregion/ISO3166TwoDECharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoDENameEnum.php b/Localization/Subregion/ISO3166TwoDENameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoDKCharEnum.php b/Localization/Subregion/ISO3166TwoDKCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoDKNameEnum.php b/Localization/Subregion/ISO3166TwoDKNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoFRCharEnum.php b/Localization/Subregion/ISO3166TwoFRCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoFRNameEnum.php b/Localization/Subregion/ISO3166TwoFRNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoGBCharEnum.php b/Localization/Subregion/ISO3166TwoGBCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoGBNameEnum.php b/Localization/Subregion/ISO3166TwoGBNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoINCharEnum.php b/Localization/Subregion/ISO3166TwoINCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoINNameEnum.php b/Localization/Subregion/ISO3166TwoINNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoITCharEnum.php b/Localization/Subregion/ISO3166TwoITCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoITNameEnum.php b/Localization/Subregion/ISO3166TwoITNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoJPCharEnum.php b/Localization/Subregion/ISO3166TwoJPCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoJPNameEnum.php b/Localization/Subregion/ISO3166TwoJPNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoNLCharEnum.php b/Localization/Subregion/ISO3166TwoNLCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoNLNameEnum.php b/Localization/Subregion/ISO3166TwoNLNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoNOCharEnum.php b/Localization/Subregion/ISO3166TwoNOCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoNONameEnum.php b/Localization/Subregion/ISO3166TwoNONameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoPLCharEnum.php b/Localization/Subregion/ISO3166TwoPLCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoPLNameEnum.php b/Localization/Subregion/ISO3166TwoPLNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoSECharEnum.php b/Localization/Subregion/ISO3166TwoSECharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoSENameEnum.php b/Localization/Subregion/ISO3166TwoSENameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoTRCharEnum.php b/Localization/Subregion/ISO3166TwoTRCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoTRNameEnum.php b/Localization/Subregion/ISO3166TwoTRNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoUSCharEnum.php b/Localization/Subregion/ISO3166TwoUSCharEnum.php old mode 100755 new mode 100644 diff --git a/Localization/Subregion/ISO3166TwoUSNameEnum.php b/Localization/Subregion/ISO3166TwoUSNameEnum.php old mode 100755 new mode 100644 diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php old mode 100755 new mode 100644 diff --git a/Log/FileLogger.php b/Log/FileLogger.php old mode 100755 new mode 100644 diff --git a/Log/LogLevel.php b/Log/LogLevel.php old mode 100755 new mode 100644 diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php old mode 100755 new mode 100644 diff --git a/Math/Exception/ZeroDivisionException.php b/Math/Exception/ZeroDivisionException.php old mode 100755 new mode 100644 diff --git a/Math/Functions/Algebra.php b/Math/Functions/Algebra.php old mode 100755 new mode 100644 diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php old mode 100755 new mode 100644 diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php old mode 100755 new mode 100644 diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php old mode 100755 new mode 100644 diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/ConvexHull/GrahamScan.php b/Math/Geometry/ConvexHull/GrahamScan.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php old mode 100755 new mode 100644 diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php old mode 100755 new mode 100644 diff --git a/Math/Matrix/copyright.png b/Math/Matrix/copyright.png old mode 100755 new mode 100644 diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php old mode 100755 new mode 100644 diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php old mode 100755 new mode 100644 diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php old mode 100755 new mode 100644 diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php old mode 100755 new mode 100644 diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php old mode 100755 new mode 100644 diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php old mode 100755 new mode 100644 diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Interpolation/DerivativeType.php b/Math/Numerics/Interpolation/DerivativeType.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Interpolation/InterpolationInterface.php b/Math/Numerics/Interpolation/InterpolationInterface.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Interpolation/LagrangeInterpolation.php b/Math/Numerics/Interpolation/LagrangeInterpolation.php old mode 100755 new mode 100644 diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php old mode 100755 new mode 100644 diff --git a/Math/Optimization/Simplex.php b/Math/Optimization/Simplex.php old mode 100755 new mode 100644 diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php old mode 100755 new mode 100644 diff --git a/Math/Solver/Root/Bisection.php b/Math/Solver/Root/Bisection.php old mode 100755 new mode 100644 diff --git a/Math/Solver/Root/Illinois.php b/Math/Solver/Root/Illinois.php old mode 100755 new mode 100644 diff --git a/Math/Solver/Root/RegulaFalsi.php b/Math/Solver/Root/RegulaFalsi.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/ARIMA/ARIMA.php b/Math/Statistic/Forecast/ARIMA/ARIMA.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/ARIMA/SARIMA.php b/Math/Statistic/Forecast/ARIMA/SARIMA.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/ARIMA/SARIMAX.php b/Math/Statistic/Forecast/ARIMA/SARIMAX.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php b/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/DynamicLinearModels.php b/Math/Statistic/Forecast/DynamicLinearModels.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/ExponentialSmoothing.php b/Math/Statistic/Forecast/ExponentialSmoothing.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/GradientBoostingMachines.php b/Math/Statistic/Forecast/GradientBoostingMachines.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php b/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Prophet.php b/Math/Statistic/Forecast/Prophet.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/SeasonalTrendDecomposition.php b/Math/Statistic/Forecast/SeasonalTrendDecomposition.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/Forecast/VectorAutoregression.php b/Math/Statistic/Forecast/VectorAutoregression.php old mode 100755 new mode 100644 diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php old mode 100755 new mode 100644 diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php old mode 100755 new mode 100644 diff --git a/Math/Topology/Kernel2D.php b/Math/Topology/Kernel2D.php old mode 100755 new mode 100644 diff --git a/Math/Topology/KernelsND.php b/Math/Topology/KernelsND.php old mode 100755 new mode 100644 diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php old mode 100755 new mode 100644 diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php old mode 100755 new mode 100644 diff --git a/Message/Cli/CliHeader.php b/Message/Cli/CliHeader.php old mode 100755 new mode 100644 diff --git a/Message/Cli/CliRequest.php b/Message/Cli/CliRequest.php old mode 100755 new mode 100644 diff --git a/Message/Cli/CliResponse.php b/Message/Cli/CliResponse.php old mode 100755 new mode 100644 diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php old mode 100755 new mode 100644 diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php old mode 100755 new mode 100644 diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php old mode 100755 new mode 100644 diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php old mode 100755 new mode 100644 diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php old mode 100755 new mode 100644 diff --git a/Message/Http/ImpressionStat.php b/Message/Http/ImpressionStat.php old mode 100755 new mode 100644 diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php old mode 100755 new mode 100644 diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php old mode 100755 new mode 100644 diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php old mode 100755 new mode 100644 diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php old mode 100755 new mode 100644 diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php old mode 100755 new mode 100644 diff --git a/Message/Mail/DispositionType.php b/Message/Mail/DispositionType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/DsnNotificationType.php b/Message/Mail/DsnNotificationType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php old mode 100755 new mode 100644 diff --git a/Message/Mail/EncodingType.php b/Message/Mail/EncodingType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/EncryptionType.php b/Message/Mail/EncryptionType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/HeaderContext.php b/Message/Mail/HeaderContext.php old mode 100755 new mode 100644 diff --git a/Message/Mail/ICALMethodType.php b/Message/Mail/ICALMethodType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php old mode 100755 new mode 100644 diff --git a/Message/Mail/MailBoxInterface.php b/Message/Mail/MailBoxInterface.php old mode 100755 new mode 100644 diff --git a/Message/Mail/MailHandler.php b/Message/Mail/MailHandler.php old mode 100755 new mode 100644 diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php old mode 100755 new mode 100644 diff --git a/Message/Mail/SMTPAuthType.php b/Message/Mail/SMTPAuthType.php old mode 100755 new mode 100644 diff --git a/Message/Mail/Smtp.php b/Message/Mail/Smtp.php old mode 100755 new mode 100644 diff --git a/Message/Mail/SmtpTransactionPattern.php b/Message/Mail/SmtpTransactionPattern.php old mode 100755 new mode 100644 diff --git a/Message/Mail/SubmitType.php b/Message/Mail/SubmitType.php old mode 100755 new mode 100644 diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php old mode 100755 new mode 100644 diff --git a/Message/NotificationLevel.php b/Message/NotificationLevel.php old mode 100755 new mode 100644 diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php old mode 100755 new mode 100644 diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php old mode 100755 new mode 100644 diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php old mode 100755 new mode 100644 diff --git a/Message/Socket/PacketType.php b/Message/Socket/PacketType.php old mode 100755 new mode 100644 diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php old mode 100755 new mode 100644 diff --git a/Message/Socket/SocketRequest.php b/Message/Socket/SocketRequest.php old mode 100755 new mode 100644 diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php old mode 100755 new mode 100644 diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php old mode 100755 new mode 100644 diff --git a/Model/Html/FormElementGenerator.php b/Model/Html/FormElementGenerator.php old mode 100755 new mode 100644 diff --git a/Model/Html/Head.php b/Model/Html/Head.php old mode 100755 new mode 100644 diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php old mode 100755 new mode 100644 diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php old mode 100755 new mode 100644 diff --git a/Model/Message/DomAction.php b/Model/Message/DomAction.php old mode 100755 new mode 100644 diff --git a/Model/Message/DynamicList.php b/Model/Message/DynamicList.php old mode 100755 new mode 100644 diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php old mode 100755 new mode 100644 diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php old mode 100755 new mode 100644 diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php old mode 100755 new mode 100644 diff --git a/Module/CliInterface.php b/Module/CliInterface.php old mode 100755 new mode 100644 diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php old mode 100755 new mode 100644 diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php old mode 100755 new mode 100644 diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php old mode 100755 new mode 100644 diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php old mode 100755 new mode 100644 diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php old mode 100755 new mode 100644 diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php old mode 100755 new mode 100644 diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php old mode 100755 new mode 100644 diff --git a/Module/NullModule.php b/Module/NullModule.php old mode 100755 new mode 100644 diff --git a/Module/PackageManager.php b/Module/PackageManager.php old mode 100755 new mode 100644 diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php old mode 100755 new mode 100644 diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php old mode 100755 new mode 100644 diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php old mode 100755 new mode 100644 diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php old mode 100755 new mode 100644 diff --git a/Module/WebInterface.php b/Module/WebInterface.php old mode 100755 new mode 100644 diff --git a/Module/infoLayout.json b/Module/infoLayout.json old mode 100755 new mode 100644 diff --git a/Preloader.php b/Preloader.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Router/RouteStatus.php b/Router/RouteStatus.php old mode 100755 new mode 100644 diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php old mode 100755 new mode 100644 diff --git a/Router/RouterInterface.php b/Router/RouterInterface.php old mode 100755 new mode 100644 diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php old mode 100755 new mode 100644 diff --git a/Router/WebRouter.php b/Router/WebRouter.php old mode 100755 new mode 100644 diff --git a/Security/EncryptionHelper.php b/Security/EncryptionHelper.php old mode 100755 new mode 100644 diff --git a/Security/Guard.php b/Security/Guard.php old mode 100755 new mode 100644 diff --git a/Security/PhpCode.php b/Security/PhpCode.php old mode 100755 new mode 100644 diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php old mode 100755 new mode 100644 diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php old mode 100755 new mode 100644 diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php old mode 100755 new mode 100644 diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php old mode 100755 new mode 100644 diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php old mode 100755 new mode 100644 diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php old mode 100755 new mode 100644 diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/NullAddress.php b/Stdlib/Base/NullAddress.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php old mode 100755 new mode 100644 diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php old mode 100755 new mode 100644 diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php old mode 100755 new mode 100644 diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php old mode 100755 new mode 100644 diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php old mode 100755 new mode 100644 diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php old mode 100755 new mode 100644 diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php old mode 100755 new mode 100644 diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php old mode 100755 new mode 100644 diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php old mode 100755 new mode 100644 diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php old mode 100755 new mode 100644 diff --git a/Stdlib/Tree/BinarySearchTree.php b/Stdlib/Tree/BinarySearchTree.php old mode 100755 new mode 100644 diff --git a/Stdlib/Tree/Node.php b/Stdlib/Tree/Node.php old mode 100755 new mode 100644 diff --git a/System/CharsetType.php b/System/CharsetType.php old mode 100755 new mode 100644 diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php old mode 100755 new mode 100644 diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php old mode 100755 new mode 100644 diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php old mode 100755 new mode 100644 diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php old mode 100755 new mode 100644 diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php old mode 100755 new mode 100644 diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php old mode 100755 new mode 100644 diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php old mode 100755 new mode 100644 diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php old mode 100755 new mode 100644 diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php old mode 100755 new mode 100644 diff --git a/System/File/Ftp/FtpContainerInterface.php b/System/File/Ftp/FtpContainerInterface.php old mode 100755 new mode 100644 diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php old mode 100755 new mode 100644 diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php old mode 100755 new mode 100644 diff --git a/System/File/Local/File.php b/System/File/Local/File.php old mode 100755 new mode 100644 diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php old mode 100755 new mode 100644 diff --git a/System/File/Local/LocalContainerInterface.php b/System/File/Local/LocalContainerInterface.php old mode 100755 new mode 100644 diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php old mode 100755 new mode 100644 diff --git a/System/File/PathException.php b/System/File/PathException.php old mode 100755 new mode 100644 diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php old mode 100755 new mode 100644 diff --git a/System/File/SearchUtils.php b/System/File/SearchUtils.php old mode 100755 new mode 100644 diff --git a/System/File/Storage.php b/System/File/Storage.php old mode 100755 new mode 100644 diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php old mode 100755 new mode 100644 diff --git a/System/MimeType.php b/System/MimeType.php old mode 100755 new mode 100644 diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php old mode 100755 new mode 100644 diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php old mode 100755 new mode 100644 diff --git a/System/SystemType.php b/System/SystemType.php old mode 100755 new mode 100644 diff --git a/System/SystemUtils.php b/System/SystemUtils.php old mode 100755 new mode 100644 diff --git a/UnhandledHandler.php b/UnhandledHandler.php old mode 100755 new mode 100644 diff --git a/Uri/Argument.php b/Uri/Argument.php old mode 100755 new mode 100644 diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php old mode 100755 new mode 100644 diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php old mode 100755 new mode 100644 diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php old mode 100755 new mode 100644 diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php old mode 100755 new mode 100644 diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php old mode 100755 new mode 100644 diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/BarAbstract.php b/Utils/Barcode/BarAbstract.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/CodeAbstract.php b/Utils/Barcode/CodeAbstract.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php old mode 100755 new mode 100644 diff --git a/Utils/Barcode/TwoDAbstract.php b/Utils/Barcode/TwoDAbstract.php old mode 100755 new mode 100644 diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php old mode 100755 new mode 100644 diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php old mode 100755 new mode 100644 diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php old mode 100755 new mode 100644 diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/Base64Url.php b/Utils/Encoding/Base64Url.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php old mode 100755 new mode 100644 diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php old mode 100755 new mode 100644 diff --git a/Utils/Formatter/HtmlFormatter.php b/Utils/Formatter/HtmlFormatter.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php old mode 100755 new mode 100644 diff --git a/Utils/Git/NullCommit.php b/Utils/Git/NullCommit.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php old mode 100755 new mode 100644 diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Csv/CsvDatabaseMapper.php b/Utils/IO/Csv/CsvDatabaseMapper.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php old mode 100755 new mode 100644 diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Spreadsheet/SpreadsheetInterface.php b/Utils/IO/Spreadsheet/SpreadsheetInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php old mode 100755 new mode 100644 diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php old mode 100755 new mode 100644 diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php old mode 100755 new mode 100644 diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php old mode 100755 new mode 100644 diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Calendar/ICalParser.php b/Utils/Parser/Calendar/ICalParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Document/DocumentParser.php b/Utils/Parser/Document/DocumentParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Document/DocumentWriter.php b/Utils/Parser/Document/DocumentWriter.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Html/HtmlParser.php b/Utils/Parser/Html/HtmlParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Markdown/License.txt b/Utils/Parser/Markdown/License.txt old mode 100755 new mode 100644 diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Presentation/PresentationParser.php b/Utils/Parser/Presentation/PresentationParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Presentation/PresentationWriter.php b/Utils/Parser/Presentation/PresentationWriter.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Spreadsheet/SpreadsheetParser.php b/Utils/Parser/Spreadsheet/SpreadsheetParser.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Spreadsheet/SpreadsheetWriter.php b/Utils/Parser/Spreadsheet/SpreadsheetWriter.php old mode 100755 new mode 100644 diff --git a/Utils/Parser/Xml/XmlParser.php b/Utils/Parser/Xml/XmlParser.php old mode 100755 new mode 100644 diff --git a/Utils/Permutation.php b/Utils/Permutation.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/Number.php b/Utils/RnG/Number.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php old mode 100755 new mode 100644 diff --git a/Utils/RnG/UUID.php b/Utils/RnG/UUID.php old mode 100755 new mode 100644 diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php old mode 100755 new mode 100644 diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php old mode 100755 new mode 100644 diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php old mode 100755 new mode 100644 diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php old mode 100755 new mode 100644 diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php old mode 100755 new mode 100644 diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/EUVat.php b/Validation/Finance/EUVat.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php old mode 100755 new mode 100644 diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php old mode 100755 new mode 100644 diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php old mode 100755 new mode 100644 diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php old mode 100755 new mode 100644 diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php old mode 100755 new mode 100644 diff --git a/Validation/Validator.php b/Validation/Validator.php old mode 100755 new mode 100644 diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php old mode 100755 new mode 100644 diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php old mode 100755 new mode 100644 diff --git a/Version/Version.php b/Version/Version.php old mode 100755 new mode 100644 diff --git a/Views/NullView.php b/Views/NullView.php old mode 100755 new mode 100644 diff --git a/Views/PaginationView.php b/Views/PaginationView.php old mode 100755 new mode 100644 diff --git a/Views/View.php b/Views/View.php old mode 100755 new mode 100644 diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/preload.php b/preload.php old mode 100755 new mode 100644 diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/3.jpg b/tests/Ai/Ocr/3.jpg old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/actual.txt b/tests/Ai/Ocr/Tesseract/actual.txt old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/basic.txt b/tests/Ai/Ocr/Tesseract/basic.txt old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/img1.png b/tests/Ai/Ocr/Tesseract/img1.png old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.png b/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.png old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.txt b/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.txt old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/thresholding.png b/tests/Ai/Ocr/Tesseract/thresholding.png old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/thresholding.txt b/tests/Ai/Ocr/Tesseract/thresholding.txt old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/thresholding_rotating.png b/tests/Ai/Ocr/Tesseract/thresholding_rotating.png old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/Tesseract/thresholding_rotating.txt b/tests/Ai/Ocr/Tesseract/thresholding_rotating.txt old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/t10k-images-idx3-ubyte b/tests/Ai/Ocr/t10k-images-idx3-ubyte old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/t10k-labels-idx1-ubyte b/tests/Ai/Ocr/t10k-labels-idx1-ubyte old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/train-images-idx3-ubyte b/tests/Ai/Ocr/train-images-idx3-ubyte old mode 100755 new mode 100644 diff --git a/tests/Ai/Ocr/train-labels-idx1-ubyte b/tests/Ai/Ocr/train-labels-idx1-ubyte old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Frequency/AprioriTest.php b/tests/Algorithm/Frequency/AprioriTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Graph/DependencyResolverTest.php b/tests/Algorithm/Graph/DependencyResolverTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Graph/MarkovChainTest.php b/tests/Algorithm/Graph/MarkovChainTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Rating/EloTest.php b/tests/Algorithm/Rating/EloTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Rating/Glicko1Test.php b/tests/Algorithm/Rating/Glicko1Test.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Rating/Glicko2Test.php b/tests/Algorithm/Rating/Glicko2Test.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php old mode 100755 new mode 100644 diff --git a/tests/Api/EUVAT/EUVATBffOnlineTest.php b/tests/Api/EUVAT/EUVATBffOnlineTest.php old mode 100755 new mode 100644 diff --git a/tests/Api/EUVAT/EUVATViesTest.php b/tests/Api/EUVAT/EUVATViesTest.php old mode 100755 new mode 100644 diff --git a/tests/Api/Geocoding/NominatimTest.php b/tests/Api/Geocoding/NominatimTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/MissingInfo/Admin/Installer.php b/tests/Application/MissingInfo/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/tests/Application/MissingInstaller/info.json b/tests/Application/MissingInstaller/info.json old mode 100755 new mode 100644 diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Install/Application/Hooks.php b/tests/Application/Testapp/Admin/Install/Application/Hooks.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Install/Application/Routes.php b/tests/Application/Testapp/Admin/Install/Application/Routes.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Install/db.json b/tests/Application/Testapp/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Status.php b/tests/Application/Testapp/Admin/Status.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Admin/Uninstaller.php b/tests/Application/Testapp/Admin/Uninstaller.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Controller/Controller.php b/tests/Application/Testapp/Controller/Controller.php old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/Themes/Default/css/styles.css b/tests/Application/Testapp/Themes/Default/css/styles.css old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/css/styles.css b/tests/Application/Testapp/css/styles.css old mode 100755 new mode 100644 diff --git a/tests/Application/Testapp/info.json b/tests/Application/Testapp/info.json old mode 100755 new mode 100644 diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Application/db.json b/tests/Application/db.json old mode 100755 new mode 100644 diff --git a/tests/Application/info-test.json b/tests/Application/info-test.json old mode 100755 new mode 100644 diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php old mode 100755 new mode 100644 diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100755 new mode 100644 diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php old mode 100755 new mode 100644 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/ForensicsTest.php b/tests/Business/Finance/ForensicsTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Finance/lakes.txt b/tests/Business/Finance/lakes.txt old mode 100755 new mode 100644 diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php b/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Recommendation/MemoryCFTest.php b/tests/Business/Recommendation/MemoryCFTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Recommendation/ModelCFTest.php b/tests/Business/Recommendation/ModelCFTest.php old mode 100755 new mode 100644 diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php old mode 100755 new mode 100644 diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/Grammar/testSchema.json b/tests/DataStorage/Database/Schema/Grammar/testSchema.json old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/BaseModel.php b/tests/DataStorage/Database/TestModel/BaseModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/BelongsToModel.php b/tests/DataStorage/Database/TestModel/BelongsToModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/Conditional.php b/tests/DataStorage/Database/TestModel/Conditional.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ConditionalMapper.php b/tests/DataStorage/Database/TestModel/ConditionalMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/NullBaseModel.php b/tests/DataStorage/Database/TestModel/NullBaseModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModel.php b/tests/DataStorage/Database/TestModel/OwnsOneModel.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php old mode 100755 new mode 100644 diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php old mode 100755 new mode 100644 diff --git a/tests/Dispatcher/TestController.php b/tests/Dispatcher/TestController.php old mode 100755 new mode 100644 diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Event/events.php b/tests/Event/events.php old mode 100755 new mode 100644 diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php old mode 100755 new mode 100644 diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php old mode 100755 new mode 100644 diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php old mode 100755 new mode 100644 diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php old mode 100755 new mode 100644 diff --git a/tests/Image/binary_tilted.png b/tests/Image/binary_tilted.png old mode 100755 new mode 100644 diff --git a/tests/Image/img1.png b/tests/Image/img1.png old mode 100755 new mode 100644 diff --git a/tests/Image/img2.jpg b/tests/Image/img2.jpg old mode 100755 new mode 100644 diff --git a/tests/Image/test_binary_untilted.jpg b/tests/Image/test_binary_untilted.jpg old mode 100755 new mode 100644 diff --git a/tests/Image/test_binary_untilted.png b/tests/Image/test_binary_untilted.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img1_blur.png b/tests/Image/test_img1_blur.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img1_emboss.png b/tests/Image/test_img1_emboss.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img1_integral_thresholding.png b/tests/Image/test_img1_integral_thresholding.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img1_sharpen.png b/tests/Image/test_img1_sharpen.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img1_unsharpen.png b/tests/Image/test_img1_unsharpen.png old mode 100755 new mode 100644 diff --git a/tests/Image/test_img2_integral_thresholding.jpg b/tests/Image/test_img2_integral_thresholding.jpg old mode 100755 new mode 100644 diff --git a/tests/Image/tilted.jpg b/tests/Image/tilted.jpg old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/LanguageTest.php b/tests/Localization/LanguageDetection/LanguageTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/languages/de.txt b/tests/Localization/LanguageDetection/languages/de.txt old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/languages/en.txt b/tests/Localization/LanguageDetection/languages/en.txt old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/languages/es.txt b/tests/Localization/LanguageDetection/languages/es.txt old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/languages/fr.txt b/tests/Localization/LanguageDetection/languages/fr.txt old mode 100755 new mode 100644 diff --git a/tests/Localization/LanguageDetection/languages/ru.txt b/tests/Localization/LanguageDetection/languages/ru.txt old mode 100755 new mode 100644 diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php old mode 100755 new mode 100644 diff --git a/tests/Localization/langTestFile.php b/tests/Localization/langTestFile.php old mode 100755 new mode 100644 diff --git a/tests/Localization/multiLangTestFile.php b/tests/Localization/multiLangTestFile.php old mode 100755 new mode 100644 diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php old mode 100755 new mode 100644 diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Exception/ZeroDivisionExceptionTest.php b/tests/Math/Exception/ZeroDivisionExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Functions/AlgebraTest.php b/tests/Math/Functions/AlgebraTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/ConvexHull/GrahamScanTest.php b/tests/Math/Geometry/ConvexHull/GrahamScanTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Optimization/SimplexTest.php b/tests/Math/Optimization/SimplexTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Solver/Root/BisectionTest.php b/tests/Math/Solver/Root/BisectionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Solver/Root/IllinoisTest.php b/tests/Math/Solver/Root/IllinoisTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Solver/Root/RegulaFalsiTest.php b/tests/Math/Solver/Root/RegulaFalsiTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/Distribution/ZTestingTest.php b/tests/Math/Stochastic/Distribution/ZTestingTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Topology/Kernel2DTest.php b/tests/Math/Topology/Kernel2DTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php old mode 100755 new mode 100644 diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Cli/CliHeaderTest.php b/tests/Message/Cli/CliHeaderTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Cli/CliRequestTest.php b/tests/Message/Cli/CliRequestTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Cli/CliResponseTest.php b/tests/Message/Cli/CliResponseTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestBrowser.php b/tests/Message/Http/HttpRequestBrowser.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestLanguage.php b/tests/Message/Http/HttpRequestLanguage.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestLocale.php b/tests/Message/Http/HttpRequestLocale.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestMobile.php b/tests/Message/Http/HttpRequestMobile.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestOS.php b/tests/Message/Http/HttpRequestOS.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestPost.php b/tests/Message/Http/HttpRequestPost.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/files/logo.png b/tests/Message/Mail/files/logo.png old mode 100755 new mode 100644 diff --git a/tests/Message/Mail/files/utf8.html b/tests/Message/Mail/files/utf8.html old mode 100755 new mode 100644 diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php old mode 100755 new mode 100644 diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php old mode 100755 new mode 100644 diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/tests/Module/Testmodule/Admin/Installer.php b/tests/Module/Testmodule/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/tests/Module/Testmodule/Application/Moduletestapplication/index.tpl.php b/tests/Module/Testmodule/Application/Moduletestapplication/index.tpl.php old mode 100755 new mode 100644 diff --git a/tests/Module/Testmodule/Application/Moduletestapplication/info.json b/tests/Module/Testmodule/Application/Moduletestapplication/info.json old mode 100755 new mode 100644 diff --git a/tests/Module/Testmodule/info.json b/tests/Module/Testmodule/info.json old mode 100755 new mode 100644 diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Module/info-test.json b/tests/Module/info-test.json old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/Remove/me.md b/tests/Module/testModulePackage/Remove/me.md old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/Replace.md b/tests/Module/testModulePackage/Replace.md old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/toCopy/a.md b/tests/Module/testModulePackage/toCopy/a.md old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/toCopy/sub/b.txt b/tests/Module/testModulePackage/toCopy/sub/b.txt old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/toMove/a.md b/tests/Module/testModulePackage/toMove/a.md old mode 100755 new mode 100644 diff --git a/tests/Module/testModulePackage/toMove/sub/b.txt b/tests/Module/testModulePackage/toMove/sub/b.txt old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/info.json b/tests/Module/testPackage/info.json old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/package.cert b/tests/Module/testPackage/package.cert old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/externalCopy.md b/tests/Module/testPackage/testSubPackage/externalCopy.md old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/logo.png b/tests/Module/testPackage/testSubPackage/logo.png old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/run.batch b/tests/Module/testPackage/testSubPackage/run.batch old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/run.php b/tests/Module/testPackage/testSubPackage/run.php old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/run.sh b/tests/Module/testPackage/testSubPackage/run.sh old mode 100755 new mode 100644 diff --git a/tests/Module/testPackage/testSubPackage/test.txt b/tests/Module/testPackage/testSubPackage/test.txt old mode 100755 new mode 100644 diff --git a/tests/Preload0.php b/tests/Preload0.php old mode 100755 new mode 100644 diff --git a/tests/PreloadTest/Preload1.php b/tests/PreloadTest/Preload1.php old mode 100755 new mode 100644 diff --git a/tests/PreloadTest/Sub/Preload2.php b/tests/PreloadTest/Sub/Preload2.php old mode 100755 new mode 100644 diff --git a/tests/PreloadTest/Sub/Preload3.php b/tests/PreloadTest/Sub/Preload3.php old mode 100755 new mode 100644 diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php old mode 100755 new mode 100644 diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php old mode 100755 new mode 100644 diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php old mode 100755 new mode 100644 diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php old mode 100755 new mode 100644 diff --git a/tests/Router/socketRouterTestFile.php b/tests/Router/socketRouterTestFile.php old mode 100755 new mode 100644 diff --git a/tests/Router/socketRouterTestFilePermission.php b/tests/Router/socketRouterTestFilePermission.php old mode 100755 new mode 100644 diff --git a/tests/Router/webRouteTestCsrf.php b/tests/Router/webRouteTestCsrf.php old mode 100755 new mode 100644 diff --git a/tests/Router/webRouterTestFile.php b/tests/Router/webRouterTestFile.php old mode 100755 new mode 100644 diff --git a/tests/Router/webRouterTestFilePermission.php b/tests/Router/webRouterTestFilePermission.php old mode 100755 new mode 100644 diff --git a/tests/Security/EncryptionHelperTest.php b/tests/Security/EncryptionHelperTest.php old mode 100755 new mode 100644 diff --git a/tests/Security/GuardTest.php b/tests/Security/GuardTest.php old mode 100755 new mode 100644 diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Security/Sample/hasDeprecated.php b/tests/Security/Sample/hasDeprecated.php old mode 100755 new mode 100644 diff --git a/tests/Security/Sample/hasUnicode.php b/tests/Security/Sample/hasUnicode.php old mode 100755 new mode 100644 diff --git a/tests/Security/Sample/noDeprecated.php b/tests/Security/Sample/noDeprecated.php old mode 100755 new mode 100644 diff --git a/tests/Security/Sample/noUnicode.php b/tests/Security/Sample/noUnicode.php old mode 100755 new mode 100644 diff --git a/tests/Security/plain.txt b/tests/Security/plain.txt old mode 100755 new mode 100644 diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Client/ClientTestHelper.php b/tests/Socket/Client/ClientTestHelper.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php old mode 100755 new mode 100644 diff --git a/tests/Socket/Server/ServerTestHelper.php b/tests/Socket/Server/ServerTestHelper.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/EnumArrayDemo.php b/tests/Stdlib/Base/EnumArrayDemo.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/HeapItem.php b/tests/Stdlib/Base/HeapItem.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php old mode 100755 new mode 100644 diff --git a/tests/Stdlib/Tree/BinarySearchTreeTest.php b/tests/Stdlib/Tree/BinarySearchTreeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/dirtest/sub/path/test3.txt b/tests/System/File/Ftp/dirtest/sub/path/test3.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/dirtest/sub/test2.txt b/tests/System/File/Ftp/dirtest/sub/test2.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/dirtest/sub/test4.md b/tests/System/File/Ftp/dirtest/sub/test4.md old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/dirtest/test.txt b/tests/System/File/Ftp/dirtest/test.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/newdirtest/sub/path/test3.txt b/tests/System/File/Ftp/newdirtest/sub/path/test3.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/newdirtest/sub/test2.txt b/tests/System/File/Ftp/newdirtest/sub/test2.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/newdirtest/sub/test4.md b/tests/System/File/Ftp/newdirtest/sub/test4.md old mode 100755 new mode 100644 diff --git a/tests/System/File/Ftp/newdirtest/test.txt b/tests/System/File/Ftp/newdirtest/test.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/dirtest/sub/path/test3.txt b/tests/System/File/Local/dirtest/sub/path/test3.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/dirtest/sub/test2.txt b/tests/System/File/Local/dirtest/sub/test2.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/dirtest/sub/test4.md b/tests/System/File/Local/dirtest/sub/test4.md old mode 100755 new mode 100644 diff --git a/tests/System/File/Local/dirtest/test.txt b/tests/System/File/Local/dirtest/test.txt old mode 100755 new mode 100644 diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php old mode 100755 new mode 100644 diff --git a/tests/System/File/Windows-1252.txt b/tests/System/File/Windows-1252.txt old mode 100755 new mode 100644 diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php old mode 100755 new mode 100644 diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php old mode 100755 new mode 100644 diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/TestLoad.php b/tests/TestLoad.php old mode 100755 new mode 100644 diff --git a/tests/TestLoad2.php b/tests/TestLoad2.php old mode 100755 new mode 100644 diff --git a/tests/TestLoad3.php b/tests/TestLoad3.php old mode 100755 new mode 100644 diff --git a/tests/TestLoad4.php b/tests/TestLoad4.php old mode 100755 new mode 100644 diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php old mode 100755 new mode 100644 diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php old mode 100755 new mode 100644 diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php old mode 100755 new mode 100644 diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/BarAbstractTest.php b/tests/Utils/Barcode/BarAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128a.jpg b/tests/Utils/Barcode/c128a.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128a.png b/tests/Utils/Barcode/c128a.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128a_vertical.png b/tests/Utils/Barcode/c128a_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128b.jpg b/tests/Utils/Barcode/c128b.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128b.png b/tests/Utils/Barcode/c128b.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128b_vertical.png b/tests/Utils/Barcode/c128b_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128c.jpg b/tests/Utils/Barcode/c128c.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128c.png b/tests/Utils/Barcode/c128c.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c128c_vertical.png b/tests/Utils/Barcode/c128c_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c25.jpg b/tests/Utils/Barcode/c25.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c25.png b/tests/Utils/Barcode/c25.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c25_vertical.png b/tests/Utils/Barcode/c25_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c39.jpg b/tests/Utils/Barcode/c39.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c39.png b/tests/Utils/Barcode/c39.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/c39_vertical.png b/tests/Utils/Barcode/c39_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/ccodebar_vertical.png b/tests/Utils/Barcode/ccodebar_vertical.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/codebar.jpg b/tests/Utils/Barcode/codebar.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/codebar.png b/tests/Utils/Barcode/codebar.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/datamatrix.jpg b/tests/Utils/Barcode/datamatrix.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/datamatrix.png b/tests/Utils/Barcode/datamatrix.png old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/qr.jpg b/tests/Utils/Barcode/qr.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/Barcode/qr.png b/tests/Utils/Barcode/qr.png old mode 100755 new mode 100644 diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Csv/colon.csv b/tests/Utils/IO/Csv/colon.csv old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Csv/comma.csv b/tests/Utils/IO/Csv/comma.csv old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Csv/pipe.csv b/tests/Utils/IO/Csv/pipe.csv old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Csv/semicolon.csv b/tests/Utils/IO/Csv/semicolon.csv old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/backup.db b/tests/Utils/IO/Spreadsheet/backup.db old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/insert.ods b/tests/Utils/IO/Spreadsheet/insert.ods old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/insert.xls b/tests/Utils/IO/Spreadsheet/insert.xls old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/insert.xlsx b/tests/Utils/IO/Spreadsheet/insert.xlsx old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/update.ods b/tests/Utils/IO/Spreadsheet/update.ods old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/update.xls b/tests/Utils/IO/Spreadsheet/update.xls old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Spreadsheet/update.xlsx b/tests/Utils/IO/Spreadsheet/update.xlsx old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/invalidpack.tar.gz.tmp b/tests/Utils/IO/Zip/invalidpack.tar.gz.tmp old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/invalidunpack.tmp b/tests/Utils/IO/Zip/invalidunpack.tmp old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/malformed.tar b/tests/Utils/IO/Zip/malformed.tar old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/malformed.zip b/tests/Utils/IO/Zip/malformed.zip old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/test a.txt b/tests/Utils/IO/Zip/test a.txt old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/test b.md b/tests/Utils/IO/Zip/test b.md old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/test/sub/test e.txt b/tests/Utils/IO/Zip/test/sub/test e.txt old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/test/test c.txt b/tests/Utils/IO/Zip/test/test c.txt old mode 100755 new mode 100644 diff --git a/tests/Utils/IO/Zip/test/test d.txt b/tests/Utils/IO/Zip/test/test d.txt old mode 100755 new mode 100644 diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Calendar/ICalParserTest.php b/tests/Utils/Parser/Calendar/ICalParserTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Calendar/data/1.ical b/tests/Utils/Parser/Calendar/data/1.ical old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Calendar/data/1.json b/tests/Utils/Parser/Calendar/data/1.json old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Document/DocumentWriterTest.php b/tests/Utils/Parser/Document/DocumentWriterTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Document/data/Word.docx b/tests/Utils/Parser/Document/data/Word.docx old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Document/data/Word.html b/tests/Utils/Parser/Document/data/Word.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Document/data/WordMpdf.pdf b/tests/Utils/Parser/Document/data/WordMpdf.pdf old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/abbreviation.html b/tests/Utils/Parser/Markdown/data/abbreviation.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/abbreviation.md b/tests/Utils/Parser/Markdown/data/abbreviation.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/aesthetic_table.html b/tests/Utils/Parser/Markdown/data/aesthetic_table.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/aesthetic_table.md b/tests/Utils/Parser/Markdown/data/aesthetic_table.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/aligned_table.html b/tests/Utils/Parser/Markdown/data/aligned_table.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/aligned_table.md b/tests/Utils/Parser/Markdown/data/aligned_table.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/atx_heading.html b/tests/Utils/Parser/Markdown/data/atx_heading.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/atx_heading.md b/tests/Utils/Parser/Markdown/data/atx_heading.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/automatic_link.html b/tests/Utils/Parser/Markdown/data/automatic_link.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/automatic_link.md b/tests/Utils/Parser/Markdown/data/automatic_link.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/chartjs.html b/tests/Utils/Parser/Markdown/data/chartjs.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/chartjs.md b/tests/Utils/Parser/Markdown/data/chartjs.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/checkbox.html b/tests/Utils/Parser/Markdown/data/checkbox.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/checkbox.md b/tests/Utils/Parser/Markdown/data/checkbox.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/code_block.html b/tests/Utils/Parser/Markdown/data/code_block.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/code_block.md b/tests/Utils/Parser/Markdown/data/code_block.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/code_span.html b/tests/Utils/Parser/Markdown/data/code_span.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/code_span.md b/tests/Utils/Parser/Markdown/data/code_span.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_blockquote.html b/tests/Utils/Parser/Markdown/data/compound_blockquote.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_blockquote.md b/tests/Utils/Parser/Markdown/data/compound_blockquote.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_emphasis.html b/tests/Utils/Parser/Markdown/data/compound_emphasis.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_emphasis.md b/tests/Utils/Parser/Markdown/data/compound_emphasis.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_footnote.html b/tests/Utils/Parser/Markdown/data/compound_footnote.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_footnote.md b/tests/Utils/Parser/Markdown/data/compound_footnote.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_list.html b/tests/Utils/Parser/Markdown/data/compound_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/compound_list.md b/tests/Utils/Parser/Markdown/data/compound_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/deeply_nested_list.html b/tests/Utils/Parser/Markdown/data/deeply_nested_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/deeply_nested_list.md b/tests/Utils/Parser/Markdown/data/deeply_nested_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/definition_list.html b/tests/Utils/Parser/Markdown/data/definition_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/definition_list.md b/tests/Utils/Parser/Markdown/data/definition_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/em_strong.html b/tests/Utils/Parser/Markdown/data/em_strong.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/em_strong.md b/tests/Utils/Parser/Markdown/data/em_strong.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/email.html b/tests/Utils/Parser/Markdown/data/email.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/email.md b/tests/Utils/Parser/Markdown/data/email.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/emoji.html b/tests/Utils/Parser/Markdown/data/emoji.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/emoji.md b/tests/Utils/Parser/Markdown/data/emoji.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/emphasis.html b/tests/Utils/Parser/Markdown/data/emphasis.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/emphasis.md b/tests/Utils/Parser/Markdown/data/emphasis.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/escaping.html b/tests/Utils/Parser/Markdown/data/escaping.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/escaping.md b/tests/Utils/Parser/Markdown/data/escaping.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/fenced_code_block.html b/tests/Utils/Parser/Markdown/data/fenced_code_block.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/fenced_code_block.md b/tests/Utils/Parser/Markdown/data/fenced_code_block.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/footnote.html b/tests/Utils/Parser/Markdown/data/footnote.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/footnote.md b/tests/Utils/Parser/Markdown/data/footnote.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/horizontal_rule.html b/tests/Utils/Parser/Markdown/data/horizontal_rule.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/horizontal_rule.md b/tests/Utils/Parser/Markdown/data/horizontal_rule.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/image_reference.html b/tests/Utils/Parser/Markdown/data/image_reference.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/image_reference.md b/tests/Utils/Parser/Markdown/data/image_reference.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/image_title.html b/tests/Utils/Parser/Markdown/data/image_title.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/image_title.md b/tests/Utils/Parser/Markdown/data/image_title.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/implicit_reference.html b/tests/Utils/Parser/Markdown/data/implicit_reference.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/implicit_reference.md b/tests/Utils/Parser/Markdown/data/implicit_reference.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_link.html b/tests/Utils/Parser/Markdown/data/inline_link.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_link.md b/tests/Utils/Parser/Markdown/data/inline_link.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_link_title.html b/tests/Utils/Parser/Markdown/data/inline_link_title.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_link_title.md b/tests/Utils/Parser/Markdown/data/inline_link_title.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_title.html b/tests/Utils/Parser/Markdown/data/inline_title.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/inline_title.md b/tests/Utils/Parser/Markdown/data/inline_title.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/keystroke.html b/tests/Utils/Parser/Markdown/data/keystroke.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/keystroke.md b/tests/Utils/Parser/Markdown/data/keystroke.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/lazy_blockquote.html b/tests/Utils/Parser/Markdown/data/lazy_blockquote.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/lazy_blockquote.md b/tests/Utils/Parser/Markdown/data/lazy_blockquote.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/lazy_list.html b/tests/Utils/Parser/Markdown/data/lazy_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/lazy_list.md b/tests/Utils/Parser/Markdown/data/lazy_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/line_break.html b/tests/Utils/Parser/Markdown/data/line_break.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/line_break.md b/tests/Utils/Parser/Markdown/data/line_break.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/mark.html b/tests/Utils/Parser/Markdown/data/mark.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/mark.md b/tests/Utils/Parser/Markdown/data/mark.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/markdown_inside_markup.html b/tests/Utils/Parser/Markdown/data/markdown_inside_markup.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/markdown_inside_markup.md b/tests/Utils/Parser/Markdown/data/markdown_inside_markup.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/mermaidjs.html b/tests/Utils/Parser/Markdown/data/mermaidjs.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/mermaidjs.md b/tests/Utils/Parser/Markdown/data/mermaidjs.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/multiline_list_paragraph.html b/tests/Utils/Parser/Markdown/data/multiline_list_paragraph.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/multiline_list_paragraph.md b/tests/Utils/Parser/Markdown/data/multiline_list_paragraph.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/ordered_list.html b/tests/Utils/Parser/Markdown/data/ordered_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/ordered_list.md b/tests/Utils/Parser/Markdown/data/ordered_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/paragraph_list.html b/tests/Utils/Parser/Markdown/data/paragraph_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/paragraph_list.md b/tests/Utils/Parser/Markdown/data/paragraph_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/reference_title.html b/tests/Utils/Parser/Markdown/data/reference_title.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/reference_title.md b/tests/Utils/Parser/Markdown/data/reference_title.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/separated_nested_list.html b/tests/Utils/Parser/Markdown/data/separated_nested_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/separated_nested_list.md b/tests/Utils/Parser/Markdown/data/separated_nested_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/setext_header.html b/tests/Utils/Parser/Markdown/data/setext_header.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/setext_header.md b/tests/Utils/Parser/Markdown/data/setext_header.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/simple_blockquote.html b/tests/Utils/Parser/Markdown/data/simple_blockquote.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/simple_blockquote.md b/tests/Utils/Parser/Markdown/data/simple_blockquote.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/simple_table.html b/tests/Utils/Parser/Markdown/data/simple_table.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/simple_table.md b/tests/Utils/Parser/Markdown/data/simple_table.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/sparse_dense_list.html b/tests/Utils/Parser/Markdown/data/sparse_dense_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/sparse_dense_list.md b/tests/Utils/Parser/Markdown/data/sparse_dense_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/sparse_list.html b/tests/Utils/Parser/Markdown/data/sparse_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/sparse_list.md b/tests/Utils/Parser/Markdown/data/sparse_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/special_attributes.html b/tests/Utils/Parser/Markdown/data/special_attributes.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/special_attributes.md b/tests/Utils/Parser/Markdown/data/special_attributes.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/special_characters.html b/tests/Utils/Parser/Markdown/data/special_characters.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/special_characters.md b/tests/Utils/Parser/Markdown/data/special_characters.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/strikethrough.html b/tests/Utils/Parser/Markdown/data/strikethrough.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/strikethrough.md b/tests/Utils/Parser/Markdown/data/strikethrough.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/strong_em.html b/tests/Utils/Parser/Markdown/data/strong_em.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/strong_em.md b/tests/Utils/Parser/Markdown/data/strong_em.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/tab-indented_code_block.html b/tests/Utils/Parser/Markdown/data/tab-indented_code_block.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/tab-indented_code_block.md b/tests/Utils/Parser/Markdown/data/tab-indented_code_block.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/table_inline_markdown.html b/tests/Utils/Parser/Markdown/data/table_inline_markdown.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/table_inline_markdown.md b/tests/Utils/Parser/Markdown/data/table_inline_markdown.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/text_reference.html b/tests/Utils/Parser/Markdown/data/text_reference.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/text_reference.md b/tests/Utils/Parser/Markdown/data/text_reference.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/unordered_list.html b/tests/Utils/Parser/Markdown/data/unordered_list.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/unordered_list.md b/tests/Utils/Parser/Markdown/data/unordered_list.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/untidy_table.html b/tests/Utils/Parser/Markdown/data/untidy_table.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/untidy_table.md b/tests/Utils/Parser/Markdown/data/untidy_table.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/url_autolinking.html b/tests/Utils/Parser/Markdown/data/url_autolinking.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/url_autolinking.md b/tests/Utils/Parser/Markdown/data/url_autolinking.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/whitespace.html b/tests/Utils/Parser/Markdown/data/whitespace.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/whitespace.md b/tests/Utils/Parser/Markdown/data/whitespace.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/xss_attribute_encoding.html b/tests/Utils/Parser/Markdown/data/xss_attribute_encoding.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/data/xss_attribute_encoding.md b/tests/Utils/Parser/Markdown/data/xss_attribute_encoding.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/address.html b/tests/Utils/Parser/Markdown/manualdata/address.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/address.md b/tests/Utils/Parser/Markdown/manualdata/address.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/contact.html b/tests/Utils/Parser/Markdown/manualdata/contact.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/contact.md b/tests/Utils/Parser/Markdown/manualdata/contact.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/embed.html b/tests/Utils/Parser/Markdown/manualdata/embed.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/embed.md b/tests/Utils/Parser/Markdown/manualdata/embed.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/katex.html b/tests/Utils/Parser/Markdown/manualdata/katex.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/katex.md b/tests/Utils/Parser/Markdown/manualdata/katex.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/map.html b/tests/Utils/Parser/Markdown/manualdata/map.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/map.md b/tests/Utils/Parser/Markdown/manualdata/map.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/progress.html b/tests/Utils/Parser/Markdown/manualdata/progress.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/progress.md b/tests/Utils/Parser/Markdown/manualdata/progress.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler.html b/tests/Utils/Parser/Markdown/manualdata/spoiler.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler.md b/tests/Utils/Parser/Markdown/manualdata/spoiler.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html b/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler_block.md b/tests/Utils/Parser/Markdown/manualdata/spoiler_block.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/tablespan.html b/tests/Utils/Parser/Markdown/manualdata/tablespan.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/tablespan.md b/tests/Utils/Parser/Markdown/manualdata/tablespan.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/toc.html b/tests/Utils/Parser/Markdown/manualdata/toc.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/toc.md b/tests/Utils/Parser/Markdown/manualdata/toc.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/typographer.html b/tests/Utils/Parser/Markdown/manualdata/typographer.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/typographer.md b/tests/Utils/Parser/Markdown/manualdata/typographer.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/xss_bad_url.html b/tests/Utils/Parser/Markdown/manualdata/xss_bad_url.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Markdown/manualdata/xss_bad_url.md b/tests/Utils/Parser/Markdown/manualdata/xss_bad_url.md old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Presentation/PresentationWriterTest.php b/tests/Utils/Parser/Presentation/PresentationWriterTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Presentation/data/Powerpoint.html b/tests/Utils/Parser/Presentation/data/Powerpoint.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Presentation/data/Powerpoint.pptx b/tests/Utils/Parser/Presentation/data/Powerpoint.pptx old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php b/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Spreadsheet/data/Excel.html b/tests/Utils/Parser/Spreadsheet/data/Excel.html old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Spreadsheet/data/Excel.xlsx b/tests/Utils/Parser/Spreadsheet/data/Excel.xlsx old mode 100755 new mode 100644 diff --git a/tests/Utils/Parser/Spreadsheet/data/ExcelMpdf.pdf b/tests/Utils/Parser/Spreadsheet/data/ExcelMpdf.pdf old mode 100755 new mode 100644 diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TestUtilsClass.php b/tests/Utils/TestUtilsClass.php old mode 100755 new mode 100644 diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php old mode 100755 new mode 100644 diff --git a/tests/Utils/img/diff1.gif b/tests/Utils/img/diff1.gif old mode 100755 new mode 100644 diff --git a/tests/Utils/img/diff1.png b/tests/Utils/img/diff1.png old mode 100755 new mode 100644 diff --git a/tests/Utils/img/diff2.png b/tests/Utils/img/diff2.png old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img1.gif b/tests/Utils/img/img1.gif old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img1.jpg b/tests/Utils/img/img1.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img1.png b/tests/Utils/img/img1.png old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img2.gif b/tests/Utils/img/img2.gif old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img2.jpg b/tests/Utils/img/img2.jpg old mode 100755 new mode 100644 diff --git a/tests/Utils/img/img2.png b/tests/Utils/img/img2.png old mode 100755 new mode 100644 diff --git a/tests/Utils/img/logo.png b/tests/Utils/img/logo.png old mode 100755 new mode 100644 diff --git a/tests/Utils/img/logo_resized.png b/tests/Utils/img/logo_resized.png old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/json/additional.json b/tests/Validation/Base/json/additional.json old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/json/incomplete.json b/tests/Validation/Base/json/incomplete.json old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/json/invalid.json b/tests/Validation/Base/json/invalid.json old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/json/template.json b/tests/Validation/Base/json/template.json old mode 100755 new mode 100644 diff --git a/tests/Validation/Base/json/valid.json b/tests/Validation/Base/json/valid.json old mode 100755 new mode 100644 diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php old mode 100755 new mode 100644 diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php old mode 100755 new mode 100644 diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php old mode 100755 new mode 100644 diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php old mode 100755 new mode 100644 diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php old mode 100755 new mode 100644 diff --git a/tests/Views/testArray.tpl.php b/tests/Views/testArray.tpl.php old mode 100755 new mode 100644 diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php old mode 100755 new mode 100644 diff --git a/tests/Views/testTemplate.tpl.php b/tests/Views/testTemplate.tpl.php old mode 100755 new mode 100644 diff --git a/tests/config.php b/tests/config.php old mode 100755 new mode 100644 diff --git a/tests/coverage.xml b/tests/coverage.xml old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644 diff --git a/tests/phpunit_no_coverage.xml b/tests/phpunit_no_coverage.xml old mode 100755 new mode 100644