From 32d6eafabafb4f5c8d0bfad7621afc37d7494da6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 May 2024 00:09:22 +0200 Subject: [PATCH] fix version and bugs --- Account/Account.php | 4 ++-- Account/AccountManager.php | 4 ++-- Account/AccountStatus.php | 4 ++-- Account/AccountType.php | 4 ++-- Account/Group.php | 4 ++-- Account/GroupStatus.php | 4 ++-- Account/NullAccount.php | 4 ++-- Account/NullGroup.php | 4 ++-- Account/PermissionAbstract.php | 4 ++-- Account/PermissionHandlingTrait.php | 4 ++-- Account/PermissionOwner.php | 4 ++-- Account/PermissionType.php | 4 ++-- Ai/NeuralNetwork/Neuron.php | 4 ++-- Ai/Ocr/BasicOcr.php | 4 ++-- Ai/Ocr/Tesseract/TesseractOcr.php | 4 ++-- Algorithm/Clustering/AffinityPropagation.php | 4 ++-- Algorithm/Clustering/AgglomerativeClustering.php | 4 ++-- Algorithm/Clustering/Birch.php | 4 ++-- Algorithm/Clustering/ClusteringInterface.php | 4 ++-- Algorithm/Clustering/DBSCAN.php | 4 ++-- Algorithm/Clustering/DivisiveClustering.php | 4 ++-- Algorithm/Clustering/Kmeans.php | 4 ++-- Algorithm/Clustering/MeanShift.php | 4 ++-- Algorithm/Clustering/Point.php | 4 ++-- Algorithm/Clustering/PointInterface.php | 4 ++-- Algorithm/Clustering/SpectralClustering.php | 4 ++-- Algorithm/CoinMatching/MinimumCoinProblem.php | 4 ++-- Algorithm/Frequency/Apriori.php | 4 ++-- Algorithm/Graph/DependencyResolver.php | 4 ++-- Algorithm/Graph/MarkovChain.php | 4 ++-- Algorithm/JobScheduling/Job.php | 4 ++-- Algorithm/JobScheduling/JobInterface.php | 4 ++-- Algorithm/JobScheduling/Weighted.php | 4 ++-- .../JobScheduling/v2/Dependency/IdleIntervalType.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/IdleTime.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/JobStep.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/Machine.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/MachineType.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/Material.php | 4 ++-- .../JobScheduling/v2/Dependency/Qualification.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/Worker.php | 4 ++-- Algorithm/JobScheduling/v2/Dependency/WorkerType.php | 4 ++-- Algorithm/JobScheduling/v2/Job.php | 4 ++-- Algorithm/JobScheduling/v2/PriorityMode.php | 4 ++-- Algorithm/JobScheduling/v2/ScheduleQueue.php | 4 ++-- Algorithm/Knapsack/Backpack.php | 4 ++-- Algorithm/Knapsack/BackpackInterface.php | 4 ++-- Algorithm/Knapsack/Bounded.php | 4 ++-- Algorithm/Knapsack/Continuous.php | 4 ++-- Algorithm/Knapsack/Item.php | 4 ++-- Algorithm/Knapsack/ItemInterface.php | 4 ++-- Algorithm/Maze/MazeGenerator.php | 4 ++-- Algorithm/Optimization/AntColonyOptimization.php | 4 ++-- Algorithm/Optimization/BeesAlgorithm.php | 4 ++-- Algorithm/Optimization/FireflyAlgorithm.php | 4 ++-- Algorithm/Optimization/GeneticOptimization.php | 4 ++-- Algorithm/Optimization/HarmonySearch.php | 4 ++-- Algorithm/Optimization/IntelligentWaterDrops.php | 4 ++-- Algorithm/Optimization/SimulatedAnnealing.php | 4 ++-- Algorithm/Optimization/TabuSearch.php | 4 ++-- Algorithm/PathFinding/AStar.php | 4 ++-- Algorithm/PathFinding/AStarNode.php | 4 ++-- Algorithm/PathFinding/Grid.php | 4 ++-- Algorithm/PathFinding/Heuristic.php | 4 ++-- Algorithm/PathFinding/HeuristicType.php | 4 ++-- Algorithm/PathFinding/JumpPointNode.php | 4 ++-- Algorithm/PathFinding/JumpPointSearch.php | 4 ++-- Algorithm/PathFinding/MovementType.php | 4 ++-- Algorithm/PathFinding/Node.php | 4 ++-- Algorithm/PathFinding/NullJumpPointNode.php | 4 ++-- Algorithm/PathFinding/NullNode.php | 4 ++-- Algorithm/PathFinding/Path.php | 4 ++-- Algorithm/PathFinding/PathFinderInterface.php | 4 ++-- Algorithm/Rating/BradleyTerry.php | 4 ++-- Algorithm/Rating/Elo.php | 4 ++-- Algorithm/Rating/Glicko1.php | 4 ++-- Algorithm/Rating/Glicko2.php | 4 ++-- Algorithm/Rating/TrueSkill.php | 2 +- Algorithm/Rating/TrueSkillFactoryGraph.php | 4 ++-- Algorithm/Sort/BitonicSort.php | 4 ++-- Algorithm/Sort/BubbleSort.php | 4 ++-- Algorithm/Sort/BucketSort.php | 4 ++-- Algorithm/Sort/CocktailShakerSort.php | 4 ++-- Algorithm/Sort/CombSort.php | 4 ++-- Algorithm/Sort/CycleSort.php | 4 ++-- Algorithm/Sort/GnomeSort.php | 4 ++-- Algorithm/Sort/HeapSort.php | 4 ++-- Algorithm/Sort/InsertionSort.php | 4 ++-- Algorithm/Sort/IntroSort.php | 4 ++-- Algorithm/Sort/MergeSort.php | 4 ++-- Algorithm/Sort/OddEvenSort.php | 4 ++-- Algorithm/Sort/PancakeSort.php | 4 ++-- Algorithm/Sort/QuickSort.php | 4 ++-- Algorithm/Sort/SelectionSort.php | 4 ++-- Algorithm/Sort/ShellSort.php | 4 ++-- Algorithm/Sort/SortInterface.php | 4 ++-- Algorithm/Sort/SortOrder.php | 4 ++-- Algorithm/Sort/SortableInterface.php | 4 ++-- Algorithm/Sort/StoogeSort.php | 4 ++-- Algorithm/Sort/TimSort.php | 4 ++-- Api/CreditRating/CreditRatingInterface.php | 4 ++-- Api/CreditRating/CreditSafe.php | 4 ++-- Api/EUVAT/EUVATBffOnline.php | 4 ++-- Api/EUVAT/EUVATInterface.php | 4 ++-- Api/EUVAT/EUVATVies.php | 4 ++-- Api/Geocoding/Nominatim.php | 4 ++-- Api/Payment/Charge.php | 4 ++-- Api/Payment/PaymentAbstract.php | 4 ++-- Api/Payment/PaymentFactory.php | 4 ++-- Api/Payment/Stripe.php | 4 ++-- Api/Shipping/AuthStatus.php | 4 ++-- Api/Shipping/AuthType.php | 4 ++-- Api/Shipping/DHL/DHLInternationalShipping.php | 4 ++-- Api/Shipping/DHL/DHLParcelDEShipping.php | 4 ++-- Api/Shipping/DHL/DHLeCommerceShipping.php | 4 ++-- Api/Shipping/DPD/DPDShipping.php | 4 ++-- Api/Shipping/Fedex/FedexShipping.php | 4 ++-- Api/Shipping/RoyalMail/RoyalMailShipping.php | 4 ++-- Api/Shipping/ShippingFactory.php | 4 ++-- Api/Shipping/ShippingInterface.php | 4 ++-- Api/Shipping/ShippingType.php | 4 ++-- Api/Shipping/TNT/TNTShipping.php | 4 ++-- Api/Shipping/UPS/UPSShipping.php | 4 ++-- Api/Shipping/Usps/UspsShipping.php | 4 ++-- Application/ApplicationAbstract.php | 4 ++-- Application/ApplicationInfo.php | 4 ++-- Application/ApplicationManager.php | 4 ++-- Application/ApplicationStatus.php | 4 ++-- Application/ApplicationType.php | 4 ++-- Application/InstallerAbstract.php | 4 ++-- Application/StatusAbstract.php | 4 ++-- Application/UninstallerAbstract.php | 4 ++-- Asset/AssetManager.php | 4 ++-- Asset/AssetType.php | 4 ++-- Auth/Auth.php | 4 ++-- Auth/LoginReturnType.php | 4 ++-- AutoloadException.php | 4 ++-- Autoloader.php | 4 ++-- Business/BusinessHelper.php | 4 ++-- Business/Finance/Depreciation.php | 4 ++-- Business/Finance/DepreciationType.php | 4 ++-- Business/Finance/FinanceFormulas.php | 4 ++-- Business/Finance/Forensics.php | 4 ++-- Business/Finance/Loan.php | 4 ++-- Business/Finance/Lorenzkurve.php | 4 ++-- Business/Finance/StockBonds.php | 4 ++-- Business/Marketing/CustomerValue.php | 4 ++-- Business/Marketing/Metrics.php | 4 ++-- Business/Marketing/NetPromoterScore.php | 4 ++-- Business/Marketing/PageRank.php | 4 ++-- Business/Programming/Metrics.php | 4 ++-- .../Recommendation/ArticleCorrelationAffinity.php | 4 ++-- .../Recommendation/BayesianPersonalizedRanking.php | 4 ++-- Business/Recommendation/MemoryCF.php | 4 ++-- Business/Recommendation/ModelCF.php | 4 ++-- Business/Sales/MarketShareEstimation.php | 4 ++-- Business/Warehouse/OrderSuggestion.php | 4 ++-- Config/OptionsInterface.php | 4 ++-- Config/OptionsTrait.php | 4 ++-- Config/SettingsInterface.php | 4 ++-- Contract/ArrayableInterface.php | 4 ++-- Contract/RenderableInterface.php | 4 ++-- Contract/SerializableInterface.php | 4 ++-- Contract/StreamInterface.php | 4 ++-- DataStorage/Cache/CachePool.php | 4 ++-- DataStorage/Cache/CacheStatus.php | 4 ++-- DataStorage/Cache/CacheType.php | 4 ++-- DataStorage/Cache/Connection/CacheValueType.php | 4 ++-- DataStorage/Cache/Connection/ConnectionAbstract.php | 4 ++-- DataStorage/Cache/Connection/ConnectionFactory.php | 4 ++-- DataStorage/Cache/Connection/ConnectionInterface.php | 4 ++-- DataStorage/Cache/Connection/FileCache.php | 4 ++-- DataStorage/Cache/Connection/MemCached.php | 4 ++-- DataStorage/Cache/Connection/NullCache.php | 4 ++-- DataStorage/Cache/Connection/RedisCache.php | 4 ++-- .../Exception/InvalidConnectionConfigException.php | 4 ++-- DataStorage/Cookie/CookieJar.php | 4 ++-- DataStorage/DataMapperInterface.php | 4 ++-- DataStorage/DataStorageConnectionInterface.php | 4 ++-- DataStorage/DataStoragePoolInterface.php | 4 ++-- DataStorage/Database/BuilderAbstract.php | 4 ++-- .../Database/Connection/ConnectionAbstract.php | 4 ++-- DataStorage/Database/Connection/ConnectionFactory.php | 4 ++-- .../Database/Connection/ConnectionInterface.php | 4 ++-- DataStorage/Database/Connection/MysqlConnection.php | 4 ++-- DataStorage/Database/Connection/NullConnection.php | 4 ++-- DataStorage/Database/Connection/NullPDO.php | 4 ++-- .../Database/Connection/PostgresConnection.php | 4 ++-- DataStorage/Database/Connection/SQLiteConnection.php | 4 ++-- .../Database/Connection/SqlServerConnection.php | 4 ++-- DataStorage/Database/DatabasePool.php | 4 ++-- DataStorage/Database/DatabaseStatus.php | 4 ++-- DataStorage/Database/DatabaseType.php | 4 ++-- .../Exception/InvalidConnectionConfigException.php | 4 ++-- .../Exception/InvalidDatabaseTypeException.php | 4 ++-- .../Database/Exception/InvalidMapperException.php | 4 ++-- DataStorage/Database/GrammarAbstract.php | 4 ++-- DataStorage/Database/Mapper/DataMapperAbstract.php | 4 ++-- DataStorage/Database/Mapper/DataMapperFactory.php | 4 ++-- DataStorage/Database/Mapper/DeleteMapper.php | 4 ++-- DataStorage/Database/Mapper/MapperType.php | 4 ++-- DataStorage/Database/Mapper/ReadMapper.php | 4 ++-- DataStorage/Database/Mapper/UpdateMapper.php | 4 ++-- DataStorage/Database/Mapper/WriteMapper.php | 4 ++-- DataStorage/Database/Query/Builder.php | 4 ++-- DataStorage/Database/Query/ColumnName.php | 4 ++-- DataStorage/Database/Query/Concat.php | 4 ++-- DataStorage/Database/Query/Grammar/Grammar.php | 4 ++-- DataStorage/Database/Query/Grammar/MysqlGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/OracleGrammar.php | 4 ++-- .../Database/Query/Grammar/PostgresGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/SQLiteGrammar.php | 4 ++-- .../Database/Query/Grammar/SqlServerGrammar.php | 4 ++-- DataStorage/Database/Query/JoinType.php | 4 ++-- DataStorage/Database/Query/OrderType.php | 4 ++-- DataStorage/Database/Query/Parameter.php | 4 ++-- DataStorage/Database/Query/QueryType.php | 4 ++-- DataStorage/Database/Query/Where.php | 4 ++-- DataStorage/Database/RelationType.php | 4 ++-- DataStorage/Database/Schema/Builder.php | 4 ++-- DataStorage/Database/Schema/Field.php | 4 ++-- DataStorage/Database/Schema/Grammar/Grammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/MysqlGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/OracleGrammar.php | 4 ++-- .../Database/Schema/Grammar/PostgresGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/SQLiteGrammar.php | 4 ++-- .../Database/Schema/Grammar/SqlServerGrammar.php | 4 ++-- DataStorage/Database/Schema/QueryType.php | 4 ++-- DataStorage/Database/Schema/Table.php | 4 ++-- DataStorage/Database/SchemaMapper.php | 4 ++-- DataStorage/LockException.php | 4 ++-- DataStorage/Session/CacheSessionHandler.php | 4 ++-- DataStorage/Session/HttpSession.php | 4 ++-- DataStorage/Session/JWT.php | 4 ++-- DataStorage/Session/SessionAbstract.php | 4 ++-- Dispatcher/Dispatcher.php | 4 ++-- Dispatcher/DispatcherInterface.php | 4 ++-- Event/EventManager.php | 4 ++-- Image/Kernel.php | 4 ++-- Image/Skew.php | 4 ++-- Image/Thresholding.php | 4 ++-- LICENSE.txt | 11 ++++------- Localization/BaseStringL11n.php | 4 ++-- Localization/BaseStringL11nType.php | 4 ++-- Localization/Defaults/City.php | 4 ++-- Localization/Defaults/CityMapper.php | 4 ++-- Localization/Defaults/Country.php | 4 ++-- Localization/Defaults/CountryMapper.php | 4 ++-- Localization/Defaults/Currency.php | 4 ++-- Localization/Defaults/CurrencyMapper.php | 4 ++-- Localization/Defaults/Iban.php | 4 ++-- Localization/Defaults/IbanMapper.php | 4 ++-- Localization/Defaults/Language.php | 4 ++-- Localization/Defaults/LanguageMapper.php | 4 ++-- Localization/Defaults/NullCity.php | 4 ++-- Localization/Defaults/NullCountry.php | 4 ++-- Localization/Defaults/NullCurrency.php | 4 ++-- Localization/Defaults/NullIban.php | 4 ++-- Localization/Defaults/NullLanguage.php | 4 ++-- Localization/ISO3166CharEnum.php | 4 ++-- Localization/ISO3166NameEnum.php | 4 ++-- Localization/ISO3166NumEnum.php | 4 ++-- Localization/ISO3166Trait.php | 4 ++-- Localization/ISO3166TwoEnum.php | 4 ++-- Localization/ISO4217CharEnum.php | 4 ++-- Localization/ISO4217DecimalEnum.php | 4 ++-- Localization/ISO4217Enum.php | 4 ++-- Localization/ISO4217NumEnum.php | 4 ++-- Localization/ISO4217SubUnitEnum.php | 4 ++-- Localization/ISO4217SymbolEnum.php | 4 ++-- Localization/ISO4217Trait.php | 4 ++-- Localization/ISO639Enum.php | 4 ++-- Localization/ISO639Trait.php | 4 ++-- Localization/ISO639x1Enum.php | 4 ++-- Localization/ISO639x2Enum.php | 4 ++-- Localization/ISO8601EnumArray.php | 4 ++-- Localization/L11nManager.php | 4 ++-- Localization/LegalEntityType.php | 4 ++-- Localization/Localization.php | 4 ++-- Localization/Money.php | 4 ++-- Localization/NullBaseStringL11n.php | 4 ++-- Localization/NullBaseStringL11nType.php | 4 ++-- Localization/NullLocalization.php | 4 ++-- Localization/PhoneEnum.php | 4 ++-- Localization/RegionEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoATCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoATNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoBRCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoBRNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCACharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCANameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCHCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCHNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCNCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCNNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCZCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoCZNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoDECharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoDENameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoDKCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoDKNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoFRCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoFRNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoGBCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoGBNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoINCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoINNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoITCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoITNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoJPCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoJPNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoNLCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoNLNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoNOCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoNONameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoPLCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoPLNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoSECharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoSENameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoTRCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoTRNameEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoUSCharEnum.php | 4 ++-- Localization/Subregion/ISO3166TwoUSNameEnum.php | 4 ++-- Localization/TimeZoneEnumArray.php | 4 ++-- Log/FileLogger.php | 4 ++-- Log/LogLevel.php | 4 ++-- Log/LoggerInterface.php | 4 ++-- Math/Exception/ZeroDivisionException.php | 4 ++-- Math/Functions/Algebra.php | 4 ++-- Math/Functions/Beta.php | 4 ++-- Math/Functions/Fibonacci.php | 4 ++-- Math/Functions/Functions.php | 4 ++-- Math/Functions/Gamma.php | 4 ++-- Math/Geometry/ConvexHull/GrahamScan.php | 4 ++-- Math/Geometry/ConvexHull/MonotoneChain.php | 4 ++-- Math/Geometry/Shape/D2/Circle.php | 4 ++-- Math/Geometry/Shape/D2/D2ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D2/Ellipse.php | 4 ++-- Math/Geometry/Shape/D2/Polygon.php | 4 ++-- Math/Geometry/Shape/D2/Quadrilateral.php | 4 ++-- Math/Geometry/Shape/D2/Rectangle.php | 4 ++-- Math/Geometry/Shape/D2/Trapezoid.php | 4 ++-- Math/Geometry/Shape/D2/Triangle.php | 4 ++-- Math/Geometry/Shape/D3/Cone.php | 4 ++-- Math/Geometry/Shape/D3/Cuboid.php | 4 ++-- Math/Geometry/Shape/D3/Cylinder.php | 4 ++-- Math/Geometry/Shape/D3/D3ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D3/Prism.php | 4 ++-- Math/Geometry/Shape/D3/RectangularPyramid.php | 4 ++-- Math/Geometry/Shape/D3/Sphere.php | 4 ++-- Math/Geometry/Shape/D3/Tetrahedron.php | 4 ++-- Math/Geometry/Shape/ShapeInterface.php | 4 ++-- Math/Matrix/CholeskyDecomposition.php | 4 ++-- Math/Matrix/EigenvalueDecomposition.php | 4 ++-- Math/Matrix/Exception/InvalidDimensionException.php | 4 ++-- Math/Matrix/IdentityMatrix.php | 4 ++-- Math/Matrix/LUDecomposition.php | 4 ++-- Math/Matrix/Matrix.php | 4 ++-- Math/Matrix/QRDecomposition.php | 4 ++-- Math/Matrix/Vector.php | 4 ++-- Math/Number/Complex.php | 4 ++-- Math/Number/Integer.php | 4 ++-- Math/Number/Natural.php | 4 ++-- Math/Number/NumberType.php | 4 ++-- Math/Number/Numbers.php | 4 ++-- Math/Number/OperationInterface.php | 4 ++-- Math/Number/Prime.php | 4 ++-- Math/Numerics/Integration.php | 4 ++-- .../Interpolation/CubicSplineInterpolation.php | 4 ++-- Math/Numerics/Interpolation/DerivativeType.php | 4 ++-- .../Numerics/Interpolation/InterpolationInterface.php | 4 ++-- Math/Numerics/Interpolation/LagrangeInterpolation.php | 4 ++-- Math/Numerics/Interpolation/LinearInterpolation.php | 4 ++-- Math/Optimization/Simplex.php | 4 ++-- Math/Parser/Evaluator.php | 4 ++-- Math/Solver/Root/Bisection.php | 4 ++-- Math/Solver/Root/Illinois.php | 4 ++-- Math/Solver/Root/RegulaFalsi.php | 4 ++-- Math/Statistic/Average.php | 4 ++-- Math/Statistic/Basic.php | 4 ++-- Math/Statistic/Correlation.php | 4 ++-- Math/Statistic/Forecast/ARIMA/ARIMA.php | 2 +- Math/Statistic/Forecast/ARIMA/SARIMA.php | 2 +- Math/Statistic/Forecast/ARIMA/SARIMAX.php | 2 +- .../Forecast/BayesianStructuralTimeSeries.php | 2 +- Math/Statistic/Forecast/DynamicLinearModels.php | 2 +- Math/Statistic/Forecast/Error.php | 4 ++-- Math/Statistic/Forecast/ExponentialSmoothing.php | 2 +- Math/Statistic/Forecast/Forecasts.php | 4 ++-- Math/Statistic/Forecast/GradientBoostingMachines.php | 2 +- .../Forecast/LongShortTermMemoryNetworks.php | 2 +- Math/Statistic/Forecast/Prophet.php | 2 +- .../Forecast/Regression/LevelLevelRegression.php | 4 ++-- .../Forecast/Regression/LevelLogRegression.php | 4 ++-- .../Forecast/Regression/LogLevelRegression.php | 4 ++-- .../Forecast/Regression/LogLogRegression.php | 4 ++-- .../Forecast/Regression/MultipleLinearRegression.php | 4 ++-- .../Forecast/Regression/PolynomialRegression.php | 4 ++-- .../Forecast/Regression/RegressionAbstract.php | 4 ++-- .../Statistic/Forecast/SeasonalTrendDecomposition.php | 2 +- Math/Statistic/Forecast/VectorAutoregression.php | 2 +- Math/Statistic/MeasureOfDispersion.php | 4 ++-- .../Stochastic/Distribution/BernoulliDistribution.php | 4 ++-- Math/Stochastic/Distribution/BetaDistribution.php | 4 ++-- Math/Stochastic/Distribution/BinomialDistribution.php | 4 ++-- Math/Stochastic/Distribution/CauchyDistribution.php | 4 ++-- .../Distribution/ChiSquaredDistribution.php | 4 ++-- .../Distribution/ExponentialDistribution.php | 4 ++-- Math/Stochastic/Distribution/FDistribution.php | 4 ++-- Math/Stochastic/Distribution/GammaDistribution.php | 4 ++-- .../Stochastic/Distribution/GeometricDistribution.php | 4 ++-- .../Distribution/HypergeometricDistribution.php | 4 ++-- Math/Stochastic/Distribution/LaplaceDistribution.php | 4 ++-- Math/Stochastic/Distribution/LogDistribution.php | 4 ++-- .../Stochastic/Distribution/LogNormalDistribution.php | 4 ++-- Math/Stochastic/Distribution/LogisticDistribution.php | 4 ++-- Math/Stochastic/Distribution/NormalDistribution.php | 4 ++-- Math/Stochastic/Distribution/ParetoDistribution.php | 4 ++-- Math/Stochastic/Distribution/PoissonDistribution.php | 4 ++-- Math/Stochastic/Distribution/TDistribution.php | 4 ++-- .../Distribution/UniformDistributionContinuous.php | 4 ++-- .../Distribution/UniformDistributionDiscrete.php | 4 ++-- Math/Stochastic/Distribution/WeibullDistribution.php | 4 ++-- Math/Stochastic/Distribution/ZTesting.php | 4 ++-- Math/Stochastic/NaiveBayesClassifier.php | 4 ++-- Math/Topology/Kernel2D.php | 4 ++-- Math/Topology/KernelsND.php | 4 ++-- Math/Topology/Metrics2D.php | 4 ++-- Math/Topology/MetricsND.php | 4 ++-- Message/Cli/CliHeader.php | 4 ++-- Message/Cli/CliRequest.php | 4 ++-- Message/Cli/CliResponse.php | 4 ++-- Message/HeaderAbstract.php | 4 ++-- Message/Http/BrowserType.php | 4 ++-- Message/Http/HttpHeader.php | 4 ++-- Message/Http/HttpRequest.php | 4 ++-- Message/Http/HttpResponse.php | 4 ++-- Message/Http/ImpressionStat.php | 4 ++-- Message/Http/OSType.php | 4 ++-- Message/Http/RequestMethod.php | 4 ++-- Message/Http/RequestStatus.php | 4 ++-- Message/Http/RequestStatusCode.php | 4 ++-- Message/Http/Rest.php | 4 ++-- Message/Mail/DispositionType.php | 4 ++-- Message/Mail/DsnNotificationType.php | 4 ++-- Message/Mail/Email.php | 4 ++-- Message/Mail/EncodingType.php | 4 ++-- Message/Mail/EncryptionType.php | 4 ++-- Message/Mail/HeaderContext.php | 4 ++-- Message/Mail/ICALMethodType.php | 4 ++-- Message/Mail/Imap.php | 4 ++-- Message/Mail/MailBoxInterface.php | 4 ++-- Message/Mail/Pop3.php | 4 ++-- Message/Mail/SMTPAuthType.php | 4 ++-- Message/Mail/SmtpTransactionPattern.php | 4 ++-- Message/Mail/SubmitType.php | 4 ++-- Message/MessageInterface.php | 4 ++-- Message/NotificationLevel.php | 4 ++-- Message/RequestAbstract.php | 4 ++-- Message/ResponseAbstract.php | 4 ++-- Message/Socket/PacketManager.php | 4 ++-- Message/Socket/PacketType.php | 4 ++-- Message/Socket/SocketHeader.php | 4 ++-- Message/Socket/SocketRequest.php | 4 ++-- Message/Socket/SocketResponse.php | 4 ++-- Message/UploadedFileInterface.php | 4 ++-- Model/Html/FormElementGenerator.php | 4 ++-- Model/Html/Head.php | 4 ++-- Model/Html/Meta.php | 4 ++-- Model/Message/Dom.php | 4 ++-- Model/Message/DomAction.php | 4 ++-- Model/Message/DynamicList.php | 2 +- Model/Message/FormValidation.php | 4 ++-- Model/Message/Notify.php | 4 ++-- Model/Message/Redirect.php | 4 ++-- Module/CliInterface.php | 4 ++-- Module/Exception/InvalidModuleException.php | 4 ++-- Module/Exception/InvalidThemeException.php | 4 ++-- Module/InstallerAbstract.php | 4 ++-- Module/ModuleAbstract.php | 4 ++-- Module/ModuleInfo.php | 4 ++-- Module/ModuleManager.php | 4 ++-- Module/ModuleStatus.php | 4 ++-- Module/NullModule.php | 4 ++-- Module/PackageManager.php | 4 ++-- Module/SocketInterface.php | 4 ++-- Module/StatusAbstract.php | 4 ++-- Module/UninstallerAbstract.php | 4 ++-- Module/UpdaterAbstract.php | 4 ++-- Module/WebInterface.php | 4 ++-- Preloader.php | 4 ++-- README.md | 4 ++-- Router/RouteStatus.php | 4 ++-- Router/RouteVerb.php | 4 ++-- Router/RouterInterface.php | 4 ++-- Router/SocketRouter.php | 4 ++-- Router/WebRouter.php | 4 ++-- Security/EncryptionHelper.php | 4 ++-- Security/Guard.php | 4 ++-- Security/PhpCode.php | 4 ++-- Socket/Client/Client.php | 4 ++-- Socket/Client/ClientConnection.php | 4 ++-- Socket/Client/NullClientConnection.php | 4 ++-- Socket/Server/ClientManager.php | 4 ++-- Socket/Server/Server.php | 4 ++-- Socket/SocketAbstract.php | 4 ++-- Socket/SocketInterface.php | 4 ++-- Stdlib/Base/Address.php | 4 ++-- Stdlib/Base/AddressType.php | 4 ++-- Stdlib/Base/Enum.php | 4 ++-- Stdlib/Base/EnumArray.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumName.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumValue.php | 4 ++-- Stdlib/Base/FloatInt.php | 4 ++-- Stdlib/Base/Heap.php | 4 ++-- Stdlib/Base/HeapItemInterface.php | 4 ++-- Stdlib/Base/Iban.php | 4 ++-- Stdlib/Base/Location.php | 4 ++-- Stdlib/Base/NullAddress.php | 4 ++-- Stdlib/Base/NullLocation.php | 4 ++-- Stdlib/Base/PhoneType.php | 4 ++-- Stdlib/Base/SmartDateTime.php | 4 ++-- Stdlib/Graph/Edge.php | 4 ++-- Stdlib/Graph/Graph.php | 4 ++-- Stdlib/Graph/Node.php | 4 ++-- Stdlib/Map/KeyType.php | 4 ++-- Stdlib/Map/MultiMap.php | 4 ++-- Stdlib/Map/OrderType.php | 4 ++-- Stdlib/Queue/PriorityMode.php | 4 ++-- Stdlib/Queue/PriorityQueue.php | 4 ++-- Stdlib/Tree/BinarySearchTree.php | 4 ++-- Stdlib/Tree/Node.php | 4 ++-- System/CharsetType.php | 4 ++-- System/File/ContainerInterface.php | 4 ++-- System/File/ContentPutMode.php | 4 ++-- System/File/DirectoryInterface.php | 4 ++-- System/File/ExtensionType.php | 4 ++-- System/File/FileInterface.php | 4 ++-- System/File/FileUtils.php | 4 ++-- System/File/Ftp/Directory.php | 4 ++-- System/File/Ftp/File.php | 4 ++-- System/File/Ftp/FileAbstract.php | 4 ++-- System/File/Ftp/FtpContainerInterface.php | 4 ++-- System/File/Ftp/FtpStorage.php | 4 ++-- System/File/Local/Directory.php | 4 ++-- System/File/Local/File.php | 4 ++-- System/File/Local/FileAbstract.php | 4 ++-- System/File/Local/LocalContainerInterface.php | 4 ++-- System/File/Local/LocalStorage.php | 4 ++-- System/File/PathException.php | 4 ++-- System/File/PermissionException.php | 4 ++-- System/File/SearchUtils.php | 4 ++-- System/File/Storage.php | 4 ++-- System/File/StorageAbstract.php | 4 ++-- System/MimeType.php | 4 ++-- System/OperatingSystem.php | 4 ++-- System/Search/StringSearch.php | 4 ++-- System/SystemType.php | 4 ++-- System/SystemUtils.php | 4 ++-- UnhandledHandler.php | 4 ++-- Uri/Argument.php | 4 ++-- Uri/HttpUri.php | 4 ++-- Uri/InvalidUriException.php | 4 ++-- Uri/UriFactory.php | 4 ++-- Uri/UriInterface.php | 4 ++-- Uri/UriScheme.php | 4 ++-- Utils/ArrayUtils.php | 4 ++-- Utils/Barcode/Aztec.php | 4 ++-- Utils/Barcode/BarAbstract.php | 4 ++-- Utils/Barcode/C128a.php | 4 ++-- Utils/Barcode/C128b.php | 4 ++-- Utils/Barcode/C128c.php | 4 ++-- Utils/Barcode/C25.php | 4 ++-- Utils/Barcode/C39.php | 4 ++-- Utils/Barcode/CodeAbstract.php | 4 ++-- Utils/Barcode/Codebar.php | 4 ++-- Utils/Barcode/OrientationType.php | 4 ++-- Utils/ColorUtils.php | 4 ++-- Utils/Compression/CompressionInterface.php | 4 ++-- Utils/Compression/LZW.php | 4 ++-- Utils/Converter/AngleType.php | 4 ++-- Utils/Converter/AreaType.php | 4 ++-- Utils/Converter/Currency.php | 4 ++-- Utils/Converter/EnergyPowerType.php | 4 ++-- Utils/Converter/File.php | 4 ++-- Utils/Converter/FileSizeType.php | 4 ++-- Utils/Converter/Ip.php | 4 ++-- Utils/Converter/LengthType.php | 4 ++-- Utils/Converter/Measurement.php | 4 ++-- Utils/Converter/Numeric.php | 4 ++-- Utils/Converter/PressureType.php | 4 ++-- Utils/Converter/SpeedType.php | 4 ++-- Utils/Converter/TemperatureType.php | 4 ++-- Utils/Converter/TimeType.php | 4 ++-- Utils/Converter/VolumeType.php | 4 ++-- Utils/Converter/WeightType.php | 4 ++-- Utils/Encoding/Base64Url.php | 4 ++-- Utils/Encoding/Caesar.php | 4 ++-- Utils/Encoding/EncodingInterface.php | 4 ++-- Utils/Encoding/Gray.php | 4 ++-- Utils/Encoding/Huffman/Dictionary.php | 4 ++-- Utils/Encoding/Huffman/Huffman.php | 4 ++-- Utils/Encoding/XorEncoding.php | 4 ++-- Utils/Formatter/HtmlFormatter.php | 4 ++-- Utils/Git/Author.php | 4 ++-- Utils/Git/Branch.php | 4 ++-- Utils/Git/Commit.php | 4 ++-- Utils/Git/Git.php | 4 ++-- Utils/Git/NullCommit.php | 4 ++-- Utils/Git/Repository.php | 4 ++-- Utils/Git/Tag.php | 4 ++-- Utils/IO/Csv/CsvDatabaseMapper.php | 4 ++-- Utils/IO/Csv/CsvInterface.php | 4 ++-- Utils/IO/Csv/CsvSettings.php | 4 ++-- Utils/IO/ExchangeInterface.php | 4 ++-- Utils/IO/IODatabaseMapper.php | 4 ++-- Utils/IO/Json/InvalidJsonException.php | 4 ++-- Utils/IO/Json/JsonInterface.php | 4 ++-- Utils/IO/Pdf/PdfInterface.php | 4 ++-- Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php | 4 ++-- Utils/IO/Spreadsheet/SpreadsheetInterface.php | 4 ++-- Utils/IO/Zip/ArchiveInterface.php | 4 ++-- Utils/IO/Zip/Gz.php | 4 ++-- Utils/IO/Zip/Tar.php | 4 ++-- Utils/IO/Zip/TarGz.php | 4 ++-- Utils/IO/Zip/Zip.php | 4 ++-- Utils/ImageUtils.php | 4 ++-- Utils/MbStringUtils.php | 4 ++-- Utils/NumericUtils.php | 4 ++-- Utils/Parser/Calendar/ICalParser.php | 4 ++-- Utils/Parser/Document/DocumentParser.php | 4 ++-- Utils/Parser/Document/DocumentWriter.php | 4 ++-- Utils/Parser/Html/HtmlParser.php | 4 ++-- Utils/Parser/Markdown/License.txt | 2 +- Utils/Parser/Markdown/Markdown.php | 4 ++-- Utils/Parser/Pdf/PdfParser.php | 4 ++-- Utils/Parser/Php/ArrayParser.php | 4 ++-- Utils/Parser/Presentation/PresentationParser.php | 4 ++-- Utils/Parser/Presentation/PresentationWriter.php | 4 ++-- Utils/Parser/Spreadsheet/SpreadsheetParser.php | 4 ++-- Utils/Parser/Spreadsheet/SpreadsheetWriter.php | 4 ++-- Utils/Parser/Xml/XmlParser.php | 4 ++-- Utils/Permutation.php | 4 ++-- Utils/RnG/ArrayRandomize.php | 4 ++-- Utils/RnG/DateTime.php | 4 ++-- Utils/RnG/DistributionType.php | 4 ++-- Utils/RnG/Email.php | 4 ++-- Utils/RnG/File.php | 4 ++-- Utils/RnG/LinearCongruentialGenerator.php | 4 ++-- Utils/RnG/Name.php | 4 ++-- Utils/RnG/Number.php | 4 ++-- Utils/RnG/Phone.php | 4 ++-- Utils/RnG/StringUtils.php | 4 ++-- Utils/RnG/Text.php | 4 ++-- Utils/RnG/UUID.php | 4 ++-- Utils/StringCompare.php | 4 ++-- Utils/StringUtils.php | 4 ++-- Utils/TaskSchedule/Cron.php | 4 ++-- Utils/TaskSchedule/CronJob.php | 4 ++-- Utils/TaskSchedule/Interval.php | 4 ++-- Utils/TaskSchedule/NullCronJob.php | 4 ++-- Utils/TaskSchedule/NullSchedule.php | 4 ++-- Utils/TaskSchedule/Schedule.php | 4 ++-- Utils/TaskSchedule/SchedulerAbstract.php | 4 ++-- Utils/TaskSchedule/SchedulerFactory.php | 4 ++-- Utils/TaskSchedule/TaskAbstract.php | 4 ++-- Utils/TaskSchedule/TaskFactory.php | 4 ++-- Utils/TaskSchedule/TaskScheduler.php | 4 ++-- Utils/TaskSchedule/TaskStatus.php | 4 ++-- Utils/TestUtils.php | 4 ++-- Validation/Base/DateTime.php | 4 ++-- Validation/Base/Json.php | 4 ++-- Validation/Finance/BIC.php | 4 ++-- Validation/Finance/CreditCard.php | 4 ++-- Validation/Finance/EUVat.php | 4 ++-- Validation/Finance/Iban.php | 4 ++-- Validation/Finance/IbanEnum.php | 4 ++-- Validation/Finance/IbanErrorType.php | 4 ++-- Validation/Network/Email.php | 4 ++-- Validation/Network/Hostname.php | 4 ++-- Validation/Network/Ip.php | 4 ++-- Validation/Validator.php | 4 ++-- Validation/ValidatorAbstract.php | 4 ++-- Validation/ValidatorInterface.php | 4 ++-- Version/Version.php | 4 ++-- Views/NullView.php | 4 ++-- Views/PaginationView.php | 4 ++-- Views/View.php | 4 ++-- Views/ViewAbstract.php | 4 ++-- preload.php | 2 +- tests/Account/AccountManagerTest.php | 2 +- tests/Account/AccountStatusTest.php | 2 +- tests/Account/AccountTest.php | 2 +- tests/Account/AccountTypeTest.php | 2 +- tests/Account/GroupStatusTest.php | 2 +- tests/Account/GroupTest.php | 2 +- tests/Account/NullAccountTest.php | 2 +- tests/Account/NullGroupTest.php | 2 +- tests/Account/PermissionAbstractTest.php | 2 +- tests/Account/PermissionTypeTest.php | 2 +- tests/Ai/Ocr/BasicOcrTest.php | 2 +- tests/Ai/Ocr/Tesseract/TesseractOcrTest.php | 2 +- tests/Algorithm/Clustering/KmeansTest.php | 2 +- tests/Algorithm/Clustering/PointTest.php | 2 +- .../Algorithm/CoinMatching/MinimumCoinProblemTest.php | 2 +- tests/Algorithm/Frequency/AprioriTest.php | 2 +- tests/Algorithm/Graph/DependencyResolverTest.php | 2 +- tests/Algorithm/Graph/MarkovChainTest.php | 2 +- tests/Algorithm/JobScheduling/JobTest.php | 2 +- tests/Algorithm/JobScheduling/WeightedTest.php | 2 +- tests/Algorithm/Knapsack/BackpackTest.php | 2 +- tests/Algorithm/Knapsack/BoundedTest.php | 2 +- tests/Algorithm/Knapsack/ContinuousTest.php | 2 +- tests/Algorithm/Knapsack/ItemTest.php | 2 +- tests/Algorithm/Maze/MazeGeneratorTest.php | 2 +- tests/Algorithm/PathFinding/AStarNodeTest.php | 2 +- tests/Algorithm/PathFinding/AStarTest.php | 2 +- tests/Algorithm/PathFinding/GridTest.php | 2 +- tests/Algorithm/PathFinding/HeuristicTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointNodeTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointSearchTest.php | 2 +- tests/Algorithm/PathFinding/NodeTest.php | 2 +- tests/Algorithm/PathFinding/PathTest.php | 2 +- tests/Algorithm/Rating/EloTest.php | 2 +- tests/Algorithm/Rating/Glicko1Test.php | 2 +- tests/Algorithm/Rating/Glicko2Test.php | 2 +- tests/Algorithm/Sort/BitonicSortTest.php | 2 +- tests/Algorithm/Sort/BubbleSortTest.php | 2 +- tests/Algorithm/Sort/BucketSortTest.php | 2 +- tests/Algorithm/Sort/CocktailShakerSortTest.php | 2 +- tests/Algorithm/Sort/CombSortTest.php | 2 +- tests/Algorithm/Sort/CycleSortTest.php | 2 +- tests/Algorithm/Sort/GnomeSortTest.php | 2 +- tests/Algorithm/Sort/HeapSortTest.php | 2 +- tests/Algorithm/Sort/InsertionSortTest.php | 2 +- tests/Algorithm/Sort/IntroSortTest.php | 2 +- tests/Algorithm/Sort/MergeSortTest.php | 2 +- tests/Algorithm/Sort/NumericElement.php | 2 +- tests/Algorithm/Sort/OddEvenSortTest.php | 2 +- tests/Algorithm/Sort/PancakeSortTest.php | 2 +- tests/Algorithm/Sort/QuickSortTest.php | 2 +- tests/Algorithm/Sort/SelectionSortTest.php | 2 +- tests/Algorithm/Sort/ShellSortTest.php | 2 +- tests/Algorithm/Sort/StoogeSortTest.php | 2 +- tests/Algorithm/Sort/TimSortTest.php | 2 +- tests/Api/EUVAT/EUVATBffOnlineTest.php | 2 +- tests/Api/EUVAT/EUVATViesTest.php | 2 +- tests/Api/Geocoding/NominatimTest.php | 2 +- tests/Application/ApplicationAbstractTest.php | 2 +- tests/Application/ApplicationInfoTest.php | 2 +- tests/Application/ApplicationManagerTest.php | 2 +- tests/Application/InstallerAbstractTest.php | 2 +- tests/Application/StatusAbstractTest.php | 2 +- .../Testapp/Admin/Install/Application/Hooks.php | 2 +- .../Testapp/Admin/Install/Application/Routes.php | 2 +- tests/Application/Testapp/Admin/Installer.php | 4 ++-- tests/Application/Testapp/Admin/Status.php | 4 ++-- tests/Application/Testapp/Admin/Uninstaller.php | 4 ++-- tests/Application/Testapp/Controller/Controller.php | 4 ++-- tests/Application/UninstallerAbstractTest.php | 2 +- tests/Asset/AssetManagerTest.php | 2 +- tests/Asset/AssetTypeTest.php | 2 +- tests/Auth/AuthTest.php | 2 +- tests/Auth/LoginReturnTypeTest.php | 2 +- tests/AutoloadExceptionTest.php | 2 +- tests/Autoloader.php | 4 ++-- tests/AutoloaderTest.php | 2 +- tests/Bootstrap.php | 2 +- tests/Business/Finance/DepreciationTest.php | 2 +- tests/Business/Finance/FinanceFormulasTest.php | 2 +- tests/Business/Finance/ForensicsTest.php | 2 +- tests/Business/Finance/LoanTest.php | 2 +- tests/Business/Finance/LorenzkurveTest.php | 2 +- tests/Business/Finance/StockBondsTest.php | 2 +- tests/Business/Marketing/CustomerValueTest.php | 2 +- tests/Business/Marketing/MetricsTest.php | 2 +- tests/Business/Marketing/NetPromoterScoreTest.php | 2 +- tests/Business/Marketing/PageRankTest.php | 2 +- tests/Business/Programming/MetricsTest.php | 2 +- .../Recommendation/ArticleCorrelationAffinityTest.php | 2 +- tests/Business/Recommendation/MemoryCFTest.php | 2 +- tests/Business/Recommendation/ModelCFTest.php | 2 +- tests/Business/Sales/MarketShareEstimationTest.php | 2 +- tests/Config/OptionsTraitTest.php | 2 +- tests/DataStorage/Cache/CachePoolTest.php | 2 +- tests/DataStorage/Cache/CacheStatusTest.php | 2 +- tests/DataStorage/Cache/CacheTypeTest.php | 2 +- .../Cache/Connection/CacheValueTypeTest.php | 2 +- .../Cache/Connection/ConnectionFactoryTest.php | 2 +- .../Cache/Connection/FileCacheJsonSerializable.php | 2 +- .../Cache/Connection/FileCacheSerializable.php | 2 +- tests/DataStorage/Cache/Connection/FileCacheTest.php | 2 +- tests/DataStorage/Cache/Connection/MemCachedTest.php | 2 +- tests/DataStorage/Cache/Connection/NullCacheTest.php | 2 +- tests/DataStorage/Cache/Connection/RedisCacheTest.php | 2 +- .../InvalidConnectionConfigExceptionTest.php | 2 +- tests/DataStorage/Cookie/CookieJarTest.php | 2 +- .../Database/Connection/ConnectionFactoryTest.php | 2 +- .../Database/Connection/MysqlConnectionTest.php | 2 +- .../Database/Connection/NullConnectionTest.php | 2 +- .../Database/Connection/PostgresConnectionTest.php | 2 +- .../Database/Connection/SQLiteConnectionTest.php | 2 +- .../Database/Connection/SqlServerConnectionTest.php | 2 +- tests/DataStorage/Database/DataMapperAbstractTest.php | 2 +- tests/DataStorage/Database/DatabasePoolTest.php | 2 +- tests/DataStorage/Database/DatabaseStatusTest.php | 2 +- tests/DataStorage/Database/DatabaseTypeTest.php | 2 +- .../InvalidConnectionConfigExceptionTest.php | 2 +- .../Exception/InvalidDatabaseTypeExceptionTest.php | 2 +- .../Database/Exception/InvalidMapperExceptionTest.php | 2 +- tests/DataStorage/Database/Query/BuilderTest.php | 2 +- .../Database/Query/Grammar/GrammarTest.php | 2 +- .../Database/Query/Grammar/MysqlGrammarTest.php | 2 +- .../Database/Query/Grammar/OracleGrammarTest.php | 2 +- .../Database/Query/Grammar/PostgresGrammarTest.php | 2 +- .../Database/Query/Grammar/SQLiteGrammarTest.php | 2 +- .../Database/Query/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Query/JoinTypeTest.php | 2 +- tests/DataStorage/Database/Query/QueryTypeTest.php | 2 +- tests/DataStorage/Database/Query/WhereTest.php | 2 +- tests/DataStorage/Database/RelationTypeTest.php | 2 +- tests/DataStorage/Database/Schema/BuilderTest.php | 2 +- .../Database/Schema/Grammar/GrammarTest.php | 2 +- .../Database/Schema/Grammar/MysqlGrammarTest.php | 2 +- .../Database/Schema/Grammar/OracleGrammarTest.php | 2 +- .../Database/Schema/Grammar/PostgresGrammarTest.php | 2 +- .../Database/Schema/Grammar/SQLiteGrammarTest.php | 2 +- .../Database/Schema/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Schema/QueryTypeTest.php | 2 +- tests/DataStorage/Database/SchemaMapperTest.php | 2 +- tests/DataStorage/Database/TestModel/BaseModel.php | 2 +- .../Database/TestModel/BaseModelMapper.php | 2 +- .../DataStorage/Database/TestModel/BelongsToModel.php | 2 +- .../Database/TestModel/BelongsToModelMapper.php | 2 +- .../TestModel/BelongsToModelPrivateMapper.php | 2 +- tests/DataStorage/Database/TestModel/Conditional.php | 2 +- .../Database/TestModel/ConditionalMapper.php | 4 ++-- .../Database/TestModel/ManyToManyDirectModel.php | 2 +- .../TestModel/ManyToManyDirectModelMapper.php | 2 +- .../TestModel/ManyToManyDirectModelPrivateMapper.php | 2 +- .../Database/TestModel/ManyToManyRelModel.php | 2 +- .../Database/TestModel/ManyToManyRelModelMapper.php | 2 +- .../TestModel/ManyToManyRelModelPrivateMapper.php | 2 +- .../DataStorage/Database/TestModel/NullBaseModel.php | 2 +- .../Database/TestModel/NullBelongsToModel.php | 2 +- .../Database/TestModel/NullManyToManyDirectModel.php | 2 +- .../Database/TestModel/NullManyToManyRelModel.php | 2 +- .../Database/TestModel/NullOwnsOneModel.php | 2 +- tests/DataStorage/Database/TestModel/OwnsOneModel.php | 2 +- .../Database/TestModel/OwnsOneModelMapper.php | 2 +- .../Database/TestModel/OwnsOneModelPrivateMapper.php | 2 +- tests/DataStorage/LockExceptionTest.php | 2 +- tests/DataStorage/Session/HttpSessionTest.php | 2 +- tests/Dispatcher/DispatcherTest.php | 2 +- tests/Dispatcher/TestController.php | 2 +- tests/Event/EventManagerTest.php | 2 +- tests/ExtensionTest.php | 2 +- tests/Image/KernelTest.php | 2 +- tests/Image/SkewTest.php | 2 +- tests/Image/ThresholdingTest.php | 2 +- tests/Localization/Defaults/CityMapperTest.php | 2 +- tests/Localization/Defaults/CityTest.php | 2 +- tests/Localization/Defaults/CountryMapperTest.php | 2 +- tests/Localization/Defaults/CountryTest.php | 2 +- tests/Localization/Defaults/CurrencyMapperTest.php | 2 +- tests/Localization/Defaults/CurrencyTest.php | 2 +- tests/Localization/Defaults/IbanMapperTest.php | 2 +- tests/Localization/Defaults/IbanTest.php | 2 +- tests/Localization/Defaults/LanguageMapperTest.php | 2 +- tests/Localization/Defaults/LanguageTest.php | 2 +- tests/Localization/ISO3166CharEnumTest.php | 2 +- tests/Localization/ISO3166NameEnumTest.php | 2 +- tests/Localization/ISO3166NumEnumTest.php | 2 +- tests/Localization/ISO3166TwoEnumTest.php | 2 +- tests/Localization/ISO4217CharEnumTest.php | 2 +- tests/Localization/ISO4217DecimalEnumTest.php | 2 +- tests/Localization/ISO4217EnumTest.php | 2 +- tests/Localization/ISO4217NumEnumTest.php | 2 +- tests/Localization/ISO4217SubUnitEnumTest.php | 2 +- tests/Localization/ISO4217SymbolEnumTest.php | 2 +- tests/Localization/ISO639EnumTest.php | 2 +- tests/Localization/ISO639x1EnumTest.php | 2 +- tests/Localization/ISO639x2EnumTest.php | 2 +- tests/Localization/ISO8601EnumArrayTest.php | 2 +- tests/Localization/L11nManagerTest.php | 2 +- tests/Localization/LanguageDetection/LanguageTest.php | 2 +- tests/Localization/LocalizationTest.php | 2 +- tests/Localization/MoneyTest.php | 2 +- tests/Localization/PhoneEnumTest.php | 2 +- tests/Localization/TimeZoneEnumArrayTest.php | 2 +- tests/Log/FileLoggerTest.php | 2 +- tests/Log/LogLevelTest.php | 2 +- tests/Math/Exception/ZeroDivisionExceptionTest.php | 2 +- tests/Math/Functions/AlgebraTest.php | 2 +- tests/Math/Functions/BetaTest.php | 2 +- tests/Math/Functions/FibonacciTest.php | 2 +- tests/Math/Functions/FunctionsTest.php | 2 +- tests/Math/Functions/GammaTest.php | 2 +- tests/Math/Geometry/ConvexHull/GrahamScanTest.php | 2 +- tests/Math/Geometry/ConvexHull/MonotoneChainTest.php | 2 +- tests/Math/Geometry/Shape/D2/CircleTest.php | 2 +- tests/Math/Geometry/Shape/D2/EllipseTest.php | 2 +- tests/Math/Geometry/Shape/D2/PolygonTest.php | 2 +- tests/Math/Geometry/Shape/D2/QuadrilateralTest.php | 2 +- tests/Math/Geometry/Shape/D2/RectangleTest.php | 2 +- tests/Math/Geometry/Shape/D2/TrapezoidTest.php | 2 +- tests/Math/Geometry/Shape/D2/TriangleTest.php | 2 +- tests/Math/Geometry/Shape/D3/ConeTest.php | 2 +- tests/Math/Geometry/Shape/D3/CuboidTest.php | 2 +- tests/Math/Geometry/Shape/D3/CylinderTest.php | 2 +- tests/Math/Geometry/Shape/D3/PrismTest.php | 2 +- .../Math/Geometry/Shape/D3/RectangularPyramidTest.php | 2 +- tests/Math/Geometry/Shape/D3/SphereTest.php | 2 +- tests/Math/Geometry/Shape/D3/TetrahedronTest.php | 2 +- tests/Math/Matrix/CholeskyDecompositionTest.php | 2 +- tests/Math/Matrix/EigenvalueDecompositionTest.php | 2 +- .../Exception/InvalidDimensionExceptionTest.php | 2 +- tests/Math/Matrix/IdentityMatrixTest.php | 2 +- tests/Math/Matrix/LUDecompositionTest.php | 2 +- tests/Math/Matrix/MatrixTest.php | 2 +- tests/Math/Matrix/QRDecompositionTest.php | 2 +- tests/Math/Matrix/VectorTest.php | 2 +- tests/Math/Number/ComplexTest.php | 2 +- tests/Math/Number/IntegerTest.php | 2 +- tests/Math/Number/NaturalTest.php | 2 +- tests/Math/Number/NumberTypeTest.php | 2 +- tests/Math/Number/NumbersTest.php | 2 +- tests/Math/Number/PrimeTest.php | 2 +- tests/Math/Numerics/IntegrationTest.php | 2 +- .../Interpolation/CubicSplineInterpolationTest.php | 2 +- .../Interpolation/LagrangeInterpolationTest.php | 2 +- .../Interpolation/LinearInterpolationTest.php | 2 +- tests/Math/Optimization/SimplexTest.php | 2 +- tests/Math/Parser/EvaluatorTest.php | 2 +- tests/Math/Solver/Root/BisectionTest.php | 2 +- tests/Math/Solver/Root/IllinoisTest.php | 2 +- tests/Math/Solver/Root/RegulaFalsiTest.php | 2 +- tests/Math/Statistic/AverageTest.php | 2 +- tests/Math/Statistic/BasicTest.php | 2 +- tests/Math/Statistic/CorrelationTest.php | 2 +- tests/Math/Statistic/Forecast/ErrorTest.php | 2 +- tests/Math/Statistic/Forecast/ForecastsTest.php | 2 +- .../Forecast/Regression/LevelLevelRegressionTest.php | 2 +- .../Forecast/Regression/LevelLogRegressionTest.php | 2 +- .../Forecast/Regression/LogLevelRegressionTest.php | 2 +- .../Forecast/Regression/LogLogRegressionTest.php | 2 +- .../Forecast/Regression/PolynomialRegressionTest.php | 2 +- tests/Math/Statistic/MeasureOfDispersionTest.php | 2 +- .../Distribution/BernoulliDistributionTest.php | 2 +- .../Stochastic/Distribution/BetaDistributionTest.php | 2 +- .../Distribution/BinomialDistributionTest.php | 2 +- .../Distribution/CauchyDistributionTest.php | 2 +- .../Distribution/ChiSquaredDistributionTest.php | 2 +- .../Distribution/ExponentialDistributionTest.php | 2 +- .../Stochastic/Distribution/FDistributionTest.php | 2 +- .../Stochastic/Distribution/GammaDistributionTest.php | 2 +- .../Distribution/GeometricDistributionTest.php | 2 +- .../Distribution/HypergeometricDistributionTest.php | 2 +- .../Distribution/LaplaceDistributionTest.php | 2 +- .../Stochastic/Distribution/LogDistributionTest.php | 2 +- .../Distribution/LogNormalDistributionTest.php | 2 +- .../Distribution/LogisticDistributionTest.php | 2 +- .../Distribution/NormalDistributionTest.php | 2 +- .../Distribution/ParetoDistributionTest.php | 2 +- .../Distribution/PoissonDistributionTest.php | 2 +- .../Stochastic/Distribution/TDistributionTest.php | 2 +- .../UniformDistributionContinuousTest.php | 2 +- .../Distribution/UniformDistributionDiscreteTest.php | 2 +- .../Distribution/WeibullDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/ZTestingTest.php | 2 +- tests/Math/Stochastic/NaiveBayesClassifierTest.php | 2 +- tests/Math/Topology/Kernel2DTest.php | 2 +- tests/Math/Topology/Metrics2DTest.php | 2 +- tests/Math/Topology/MetricsNDTest.php | 2 +- tests/Message/Cli/CliHeaderTest.php | 2 +- tests/Message/Cli/CliRequestTest.php | 2 +- tests/Message/Cli/CliResponseTest.php | 2 +- tests/Message/HeaderAbstractTest.php | 2 +- tests/Message/Http/BrowserTypeTest.php | 2 +- tests/Message/Http/HttpHeaderTest.php | 2 +- tests/Message/Http/HttpRequestTest.php | 2 +- tests/Message/Http/HttpResponseTest.php | 2 +- tests/Message/Http/OSTypeTest.php | 2 +- tests/Message/Http/RequestMethodTest.php | 2 +- tests/Message/Http/RequestStatusCodeTest.php | 2 +- tests/Message/Http/RequestStatusTest.php | 2 +- tests/Message/Http/RestTest.php | 2 +- tests/Message/Mail/EmailTest.php | 2 +- tests/Message/Mail/ImapTest.php | 2 +- tests/Message/Mail/MailHandlerMailTrait.php | 2 +- tests/Message/Mail/MailHandlerSendmailTrait.php | 2 +- tests/Message/Mail/MailHandlerSmtpTrait.php | 2 +- tests/Message/Mail/MailHandlerTest.php | 2 +- tests/Message/Mail/Pop3Test.php | 2 +- tests/Message/RequestAbstractTest.php | 2 +- tests/Message/ResponseAbstractTest.php | 2 +- tests/Message/Socket/HeaderTest.php | 2 +- tests/Message/Socket/PacketManagerTest.php | 2 +- tests/Message/Socket/PacketTypeTest.php | 2 +- tests/Message/Socket/RequestTest.php | 2 +- tests/Message/Socket/ResponseTest.php | 2 +- tests/Model/Html/FormElementGeneratorTest.php | 2 +- tests/Model/Html/HeadTest.php | 2 +- tests/Model/Html/MetaTest.php | 2 +- tests/Model/Message/DomActionTest.php | 2 +- tests/Model/Message/DomTest.php | 2 +- tests/Model/Message/FormValidationTest.php | 2 +- tests/Model/Message/NotifyTest.php | 2 +- tests/Model/Message/RedirectTest.php | 2 +- tests/Module/Exception/InvalidModuleExceptionTest.php | 2 +- tests/Module/Exception/InvalidThemeExceptionTest.php | 2 +- tests/Module/InstallerAbstractTest.php | 2 +- tests/Module/ModuleAbstractTest.php | 2 +- tests/Module/ModuleInfoTest.php | 2 +- tests/Module/ModuleManagerTest.php | 2 +- tests/Module/NullModuleTest.php | 2 +- tests/Module/PackageManagerTest.php | 2 +- tests/Module/StatusAbstractTest.php | 2 +- tests/Module/Test/Theme/Mytheme/Lang/en.lang.php | 2 +- tests/Module/Testmodule/Admin/Installer.php | 4 ++-- tests/Module/UninstallerAbstractTest.php | 2 +- tests/Preload0.php | 4 ++-- tests/PreloadTest/Preload1.php | 4 ++-- tests/PreloadTest/Sub/Preload2.php | 4 ++-- tests/PreloadTest/Sub/Preload3.php | 4 ++-- tests/PreloaderTest.php | 2 +- tests/Router/RouteVerbTest.php | 2 +- tests/Router/SocketRouterTest.php | 2 +- tests/Router/WebRouterTest.php | 2 +- tests/Security/EncryptionHelperTest.php | 2 +- tests/Security/GuardTest.php | 2 +- tests/Security/PhpCodeTest.php | 2 +- tests/Socket/Client/ClientConnectionTest.php | 2 +- tests/Socket/Client/ClientTest.php | 2 +- tests/Socket/Client/ClientTestHelper.php | 2 +- tests/Socket/Client/NullClientConnectionTest.php | 2 +- tests/Socket/Server/ClientManagerTest.php | 2 +- tests/Socket/Server/ServerTest.php | 2 +- tests/Socket/Server/ServerTestHelper.php | 2 +- tests/Stdlib/Base/AddressTest.php | 2 +- tests/Stdlib/Base/AddressTypeTest.php | 2 +- tests/Stdlib/Base/EnumArrayDemo.php | 2 +- tests/Stdlib/Base/EnumArrayTest.php | 2 +- tests/Stdlib/Base/EnumDemo.php | 2 +- tests/Stdlib/Base/EnumTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumNameTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumValueTest.php | 2 +- tests/Stdlib/Base/HeapItem.php | 2 +- tests/Stdlib/Base/HeapTest.php | 2 +- tests/Stdlib/Base/IbanTest.php | 2 +- tests/Stdlib/Base/LocationTest.php | 2 +- tests/Stdlib/Base/NullLocationTest.php | 2 +- tests/Stdlib/Base/PhoneTypeTest.php | 2 +- tests/Stdlib/Base/SmartDateTimeTest.php | 2 +- tests/Stdlib/Graph/EdgeTest.php | 2 +- tests/Stdlib/Graph/GraphTest.php | 2 +- tests/Stdlib/Graph/NodeTest.php | 2 +- tests/Stdlib/Map/KeyTypeTest.php | 2 +- tests/Stdlib/Map/MultiMapTest.php | 2 +- tests/Stdlib/Map/OrderTypeTest.php | 2 +- tests/Stdlib/Queue/PriorityModeTest.php | 2 +- tests/Stdlib/Queue/PriorityQueueTest.php | 2 +- tests/Stdlib/Tree/BinarySearchTreeTest.php | 2 +- tests/System/CharsetTypeTest.php | 2 +- tests/System/File/ContentPutModeTest.php | 2 +- tests/System/File/ExtensionTypeTest.php | 2 +- tests/System/File/FileUtilsTest.php | 2 +- tests/System/File/Ftp/DirectoryTest.php | 2 +- tests/System/File/Ftp/FileTest.php | 2 +- tests/System/File/Ftp/FtpStorageTest.php | 2 +- tests/System/File/Local/DirectoryTest.php | 2 +- tests/System/File/Local/FileTest.php | 2 +- tests/System/File/Local/LocalStorageTest.php | 2 +- tests/System/File/PathExceptionTest.php | 2 +- tests/System/File/PermissionExceptionTest.php | 2 +- tests/System/File/StorageTest.php | 2 +- tests/System/MimeTypeTest.php | 2 +- tests/System/OperatingSystemTest.php | 2 +- tests/System/Search/StringSearchTest.php | 2 +- tests/System/SystemTypeTest.php | 2 +- tests/System/SystemUtilsTest.php | 2 +- tests/TestLoad.php | 4 ++-- tests/TestLoad2.php | 4 ++-- tests/TestLoad3.php | 4 ++-- tests/TestLoad4.php | 4 ++-- tests/Uri/ArgumentTest.php | 2 +- tests/Uri/HttpUriTest.php | 2 +- tests/Uri/InvalidUriExceptionTest.php | 2 +- tests/Uri/UriFactoryTest.php | 2 +- tests/Uri/UriSchemeTest.php | 2 +- tests/Utils/ArrayUtilsTest.php | 2 +- tests/Utils/Barcode/AztecTest.php | 2 +- tests/Utils/Barcode/BarAbstractTest.php | 2 +- tests/Utils/Barcode/C128aTest.php | 2 +- tests/Utils/Barcode/C128bTest.php | 2 +- tests/Utils/Barcode/C128cTest.php | 2 +- tests/Utils/Barcode/C25Test.php | 2 +- tests/Utils/Barcode/C39Test.php | 2 +- tests/Utils/Barcode/CodebarTest.php | 2 +- tests/Utils/Barcode/DatamatrixTest.php | 2 +- tests/Utils/Barcode/HIBCCTest.php | 2 +- tests/Utils/Barcode/OrientationTypeTest.php | 2 +- tests/Utils/Barcode/QRTest.php | 2 +- tests/Utils/ColorUtilsTest.php | 2 +- tests/Utils/Compression/LZWTest.php | 2 +- tests/Utils/Converter/AngleTypeTest.php | 2 +- tests/Utils/Converter/AreaTypeTest.php | 2 +- tests/Utils/Converter/CurrencyTest.php | 2 +- tests/Utils/Converter/EnergyPowerTypeTest.php | 2 +- tests/Utils/Converter/FileSizeTypeTest.php | 2 +- tests/Utils/Converter/FileTest.php | 2 +- tests/Utils/Converter/IpTest.php | 2 +- tests/Utils/Converter/LengthTypeTest.php | 2 +- tests/Utils/Converter/MeasurementTest.php | 2 +- tests/Utils/Converter/NumericTest.php | 2 +- tests/Utils/Converter/PressureTypeTest.php | 2 +- tests/Utils/Converter/SpeedTypeTest.php | 2 +- tests/Utils/Converter/TemperatureTypeTest.php | 2 +- tests/Utils/Converter/TimeTypeTest.php | 2 +- tests/Utils/Converter/VolumeTypeTest.php | 2 +- tests/Utils/Converter/WeightTypeTest.php | 2 +- tests/Utils/Encoding/CaesarTest.php | 2 +- tests/Utils/Encoding/GrayTest.php | 2 +- tests/Utils/Encoding/Huffman/DictionaryTest.php | 2 +- tests/Utils/Encoding/Huffman/HuffmanTest.php | 2 +- tests/Utils/Encoding/XorEncodingTest.php | 2 +- tests/Utils/Excel/ExcelTest.php | 2 +- tests/Utils/Git/AuthorTest.php | 2 +- tests/Utils/Git/BranchTest.php | 2 +- tests/Utils/Git/CommitTest.php | 2 +- tests/Utils/Git/GitTest.php | 2 +- tests/Utils/Git/RepositoryTest.php | 2 +- tests/Utils/Git/TagTest.php | 2 +- tests/Utils/IO/Csv/CsvSettingsTest.php | 2 +- tests/Utils/IO/IODatabaseMapperTest.php | 2 +- tests/Utils/IO/Json/InvalidJsonExceptionTest.php | 2 +- .../IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php | 2 +- tests/Utils/IO/Zip/GzTest.php | 2 +- tests/Utils/IO/Zip/TarGzTest.php | 2 +- tests/Utils/IO/Zip/TarTest.php | 2 +- tests/Utils/IO/Zip/ZipTest.php | 2 +- tests/Utils/ImageUtilsTest.php | 2 +- tests/Utils/MbStringUtilsTest.php | 2 +- tests/Utils/NumericUtilsTest.php | 2 +- tests/Utils/PDF/PdfTest.php | 2 +- tests/Utils/Parser/Calendar/ICalParserTest.php | 2 +- tests/Utils/Parser/Document/DocumentWriterTest.php | 2 +- tests/Utils/Parser/Markdown/MarkdownTest.php | 2 +- tests/Utils/Parser/Php/ArrayParserTest.php | 2 +- .../Parser/Presentation/PresentationWriterTest.php | 2 +- .../Parser/Spreadsheet/SpreadsheetWriterTest.php | 2 +- tests/Utils/PermutationTest.php | 2 +- tests/Utils/RnG/ArrayRandomizeTest.php | 2 +- tests/Utils/RnG/DateTimeTest.php | 2 +- tests/Utils/RnG/DistributionTypeTest.php | 2 +- tests/Utils/RnG/FileTest.php | 2 +- tests/Utils/RnG/LinearCongruentialGeneratorTest.php | 2 +- tests/Utils/RnG/NameTest.php | 2 +- tests/Utils/RnG/PhoneTest.php | 2 +- tests/Utils/RnG/StringUtilsTest.php | 2 +- tests/Utils/RnG/TextTest.php | 2 +- tests/Utils/StringCompareTest.php | 2 +- tests/Utils/StringUtilsTest.php | 2 +- tests/Utils/TaskSchedule/CronJobTest.php | 2 +- tests/Utils/TaskSchedule/CronTest.php | 2 +- tests/Utils/TaskSchedule/IntervalTest.php | 2 +- tests/Utils/TaskSchedule/ScheduleTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerAbstractTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskAbstractTest.php | 2 +- tests/Utils/TaskSchedule/TaskFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskSchedulerTest.php | 2 +- tests/Utils/TestUtilsClass.php | 2 +- tests/Utils/TestUtilsTest.php | 2 +- tests/Validation/Base/DateTimeTest.php | 2 +- tests/Validation/Base/JsonTest.php | 2 +- tests/Validation/Finance/BICTest.php | 2 +- tests/Validation/Finance/CreditCardTest.php | 2 +- tests/Validation/Finance/IbanEnumTest.php | 2 +- tests/Validation/Finance/IbanErrorTypeTest.php | 2 +- tests/Validation/Finance/IbanTest.php | 2 +- tests/Validation/Network/EmailTest.php | 2 +- tests/Validation/Network/HostnameTest.php | 2 +- tests/Validation/Network/IpTest.php | 2 +- tests/Validation/ValidatorTest.php | 2 +- tests/Version/VersionTest.php | 2 +- tests/Views/PaginationViewTest.php | 2 +- tests/Views/ViewTest.php | 2 +- tests/Views/testArray.tpl.php | 2 +- tests/Views/testReturnTemplate.tpl.php | 2 +- 1190 files changed, 1882 insertions(+), 1885 deletions(-) diff --git a/Account/Account.php b/Account/Account.php index 906955f64..2af47b1fd 100755 --- a/Account/Account.php +++ b/Account/Account.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Validation\Network\Email; * information. This model is not comparable to a profile which contains much more information. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/AccountManager.php b/Account/AccountManager.php index e188a0f80..94b92a38e 100755 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Session\SessionAbstract; * The account manager is used to manage accounts. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index 9cc5ec6b5..e75f060c9 100755 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Account status enum. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/AccountType.php b/Account/AccountType.php index 94383dbd5..e1d7fbf44 100755 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Account type enum. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/Group.php b/Account/Group.php index 0c09e0d22..690d12523 100755 --- a/Account/Group.php +++ b/Account/Group.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Account; * Account group class. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index fe41da448..051e96b09 100755 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Group status enum. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/NullAccount.php b/Account/NullAccount.php index 5f8ebe47a..db7f565a6 100755 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Account; * Null account class. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/NullGroup.php b/Account/NullGroup.php index 3a7d84136..cac4286b5 100755 --- a/Account/NullGroup.php +++ b/Account/NullGroup.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Account; * Null group class. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 4e3bdb89a..bf8df2357 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Account; * abstract class and can be used directly if needed. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php index 309e452bd..c5246d0c9 100755 --- a/Account/PermissionHandlingTrait.php +++ b/Account/PermissionHandlingTrait.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Account; * Permission handling trait. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/PermissionOwner.php b/Account/PermissionOwner.php index 7e292809b..d84b144bc 100755 --- a/Account/PermissionOwner.php +++ b/Account/PermissionOwner.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * A permission can be long to a group or an account. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Account/PermissionType.php b/Account/PermissionType.php index 66264d90a..6d62c1c57 100755 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Account * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Permission type enum. * * @package phpOMS\Account - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php index ea253927d..c0c915b53 100755 --- a/Ai/NeuralNetwork/Neuron.php +++ b/Ai/NeuralNetwork/Neuron.php @@ -6,7 +6,7 @@ * * @package phpOMS\Ai\NeuralNetwork * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Ai\NeuralNetwork; * Neuron * * @package phpOMS\Ai\NeuralNetwork - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php index f6c0b868e..bdbdba133 100755 --- a/Ai/Ocr/BasicOcr.php +++ b/Ai/Ocr/BasicOcr.php @@ -6,7 +6,7 @@ * * @package phpOMS\Ai\Ocr * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\File\PathException; * Basic OCR implementation for MNIST data * * @package phpOMS\Ai\Ocr - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php index bd7ed579a..822552552 100755 --- a/Ai/Ocr/Tesseract/TesseractOcr.php +++ b/Ai/Ocr/Tesseract/TesseractOcr.php @@ -6,7 +6,7 @@ * * @package phpOMS\Ai\Ocr\Tesseract * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\SystemUtils; * Tesseract api * * @package phpOMS\Ai\Ocr\Tesseract - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Clustering/AffinityPropagation.php b/Algorithm/Clustering/AffinityPropagation.php index 9851fb837..a86652239 100644 --- a/Algorithm/Clustering/AffinityPropagation.php +++ b/Algorithm/Clustering/AffinityPropagation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Clustering; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/Clustering/AgglomerativeClustering.php b/Algorithm/Clustering/AgglomerativeClustering.php index b65901773..d6bb28f24 100644 --- a/Algorithm/Clustering/AgglomerativeClustering.php +++ b/Algorithm/Clustering/AgglomerativeClustering.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Math\Topology\MetricsND; * * @package phpOMS\Algorithm\Clustering * @license Base: MIT Copyright (c) 2020 Greene Laboratory - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./DivisiveClustering.php * @see ./clustering_overview.png diff --git a/Algorithm/Clustering/Birch.php b/Algorithm/Clustering/Birch.php index f5d5d6d50..c1ca18e0b 100644 --- a/Algorithm/Clustering/Birch.php +++ b/Algorithm/Clustering/Birch.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Clustering; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/Clustering/ClusteringInterface.php b/Algorithm/Clustering/ClusteringInterface.php index 3e882d847..15592b744 100644 --- a/Algorithm/Clustering/ClusteringInterface.php +++ b/Algorithm/Clustering/ClusteringInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Clustering; * Clustering interface. * * @package phpOMS\Algorithm\Clustering; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Clustering/DBSCAN.php b/Algorithm/Clustering/DBSCAN.php index 921db2fd9..575bd2479 100644 --- a/Algorithm/Clustering/DBSCAN.php +++ b/Algorithm/Clustering/DBSCAN.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Math\Topology\MetricsND; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/Clustering/DivisiveClustering.php b/Algorithm/Clustering/DivisiveClustering.php index 4eac03444..c3accf39d 100644 --- a/Algorithm/Clustering/DivisiveClustering.php +++ b/Algorithm/Clustering/DivisiveClustering.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Clustering; * The parent category of this clustering algorithm is hierarchical clustering. * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./AgglomerativeClustering.php * @see ./clustering_overview.png diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php index 139fe3aca..397715366 100755 --- a/Algorithm/Clustering/Kmeans.php +++ b/Algorithm/Clustering/Kmeans.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Topology\MetricsND; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/Clustering/MeanShift.php b/Algorithm/Clustering/MeanShift.php index 4ccde9c1d..58713ca64 100644 --- a/Algorithm/Clustering/MeanShift.php +++ b/Algorithm/Clustering/MeanShift.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Topology\MetricsND; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/Clustering/Point.php b/Algorithm/Clustering/Point.php index a269171d9..3adfb23a1 100755 --- a/Algorithm/Clustering/Point.php +++ b/Algorithm/Clustering/Point.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Clustering; * Point for clustering * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php index 60e1db41a..f55bcb0e0 100755 --- a/Algorithm/Clustering/PointInterface.php +++ b/Algorithm/Clustering/PointInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ namespace phpOMS\Algorithm\Clustering; * @property array $coordinates Coordinates * * @package phpOMS\Algorithm\Clustering; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Algorithm/Clustering/SpectralClustering.php b/Algorithm/Clustering/SpectralClustering.php index d0a4d5475..f5ef86c95 100644 --- a/Algorithm/Clustering/SpectralClustering.php +++ b/Algorithm/Clustering/SpectralClustering.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Clustering; * Clustering points * * @package phpOMS\Algorithm\Clustering - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see ./clustering_overview.png * @since 1.0.0 diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php index 8e5b2f52d..c186487c5 100755 --- a/Algorithm/CoinMatching/MinimumCoinProblem.php +++ b/Algorithm/CoinMatching/MinimumCoinProblem.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\CoinMatching * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\CoinMatching; * Matching a value with a set of coins * * @package phpOMS\Algorithm\CoinMatching - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Frequency/Apriori.php b/Algorithm/Frequency/Apriori.php index 51ed4f646..d48b98355 100644 --- a/Algorithm/Frequency/Apriori.php +++ b/Algorithm/Frequency/Apriori.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Frequency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Frequency; * The algorithm checks how often a set exists in a given set of sets. * * @package phpOMS\Algorithm\Frequency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Graph/DependencyResolver.php b/Algorithm/Graph/DependencyResolver.php index d72baa899..c3211c47a 100755 --- a/Algorithm/Graph/DependencyResolver.php +++ b/Algorithm/Graph/DependencyResolver.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Graph; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Graph; * Dependency resolver class. * * @package phpOMS\Algorithm\Graph; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Graph/MarkovChain.php b/Algorithm/Graph/MarkovChain.php index 6a34800f0..3ea89a1d5 100644 --- a/Algorithm/Graph/MarkovChain.php +++ b/Algorithm/Graph/MarkovChain.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Graph * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Graph; * Markov chain * * @package phpOMS\Algorithm\Graph - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/Job.php b/Algorithm/JobScheduling/Job.php index 2639c32a0..cc2d79ea9 100755 --- a/Algorithm/JobScheduling/Job.php +++ b/Algorithm/JobScheduling/Job.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\JobScheduling; * Job for scheduling * * @package phpOMS\Algorithm\JobScheduling - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php index 462cb2d3f..88990ba05 100755 --- a/Algorithm/JobScheduling/JobInterface.php +++ b/Algorithm/JobScheduling/JobInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\JobScheduling; * Job interface. * * @package phpOMS\Algorithm\JobScheduling; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php index 3d1596c48..478103700 100755 --- a/Algorithm/JobScheduling/Weighted.php +++ b/Algorithm/JobScheduling/Weighted.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\JobScheduling; * Job scheduling algorithm with no overlapping jobs * * @package phpOMS\Algorithm\JobScheduling - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php b/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php index 446cc8ac4..e07c9c5fe 100644 --- a/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php +++ b/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Machine type. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleTime.php b/Algorithm/JobScheduling/v2/Dependency/IdleTime.php index 11feea4fb..4749fcc63 100644 --- a/Algorithm/JobScheduling/v2/Dependency/IdleTime.php +++ b/Algorithm/JobScheduling/v2/Dependency/IdleTime.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Idle time. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/JobStep.php b/Algorithm/JobScheduling/v2/Dependency/JobStep.php index 9ec35e772..533c7b292 100644 --- a/Algorithm/JobScheduling/v2/Dependency/JobStep.php +++ b/Algorithm/JobScheduling/v2/Dependency/JobStep.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Job step. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/Machine.php b/Algorithm/JobScheduling/v2/Dependency/Machine.php index d00152c5a..fe63e9f62 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Machine.php +++ b/Algorithm/JobScheduling/v2/Dependency/Machine.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Machine. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/MachineType.php b/Algorithm/JobScheduling/v2/Dependency/MachineType.php index d3abaf32b..a94a2c92e 100644 --- a/Algorithm/JobScheduling/v2/Dependency/MachineType.php +++ b/Algorithm/JobScheduling/v2/Dependency/MachineType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Machine type. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/Material.php b/Algorithm/JobScheduling/v2/Dependency/Material.php index c418d49e8..902ae2074 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Material.php +++ b/Algorithm/JobScheduling/v2/Dependency/Material.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Material. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/Qualification.php b/Algorithm/JobScheduling/v2/Dependency/Qualification.php index 07e25c864..342266c33 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Qualification.php +++ b/Algorithm/JobScheduling/v2/Dependency/Qualification.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Material. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/Worker.php b/Algorithm/JobScheduling/v2/Dependency/Worker.php index 07ad816f1..5adf4a8c8 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Worker.php +++ b/Algorithm/JobScheduling/v2/Dependency/Worker.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Worker. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Dependency/WorkerType.php b/Algorithm/JobScheduling/v2/Dependency/WorkerType.php index e39131447..e3fc9fbb6 100644 --- a/Algorithm/JobScheduling/v2/Dependency/WorkerType.php +++ b/Algorithm/JobScheduling/v2/Dependency/WorkerType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling\Dependency; * Worker. * * @package phpOMS\Scheduling\Dependency - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/Job.php b/Algorithm/JobScheduling/v2/Job.php index 331b8fc5e..615b43559 100644 --- a/Algorithm/JobScheduling/v2/Job.php +++ b/Algorithm/JobScheduling/v2/Job.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling; * Job. * * @package phpOMS\Scheduling - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/PriorityMode.php b/Algorithm/JobScheduling/v2/PriorityMode.php index 4b5f6d56d..c17a721aa 100644 --- a/Algorithm/JobScheduling/v2/PriorityMode.php +++ b/Algorithm/JobScheduling/v2/PriorityMode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Defines the different priorities in which elements from the queue can be extracted. * * @package phpOMS\Scheduling - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/JobScheduling/v2/ScheduleQueue.php b/Algorithm/JobScheduling/v2/ScheduleQueue.php index e094cb711..28d5f4bc6 100644 --- a/Algorithm/JobScheduling/v2/ScheduleQueue.php +++ b/Algorithm/JobScheduling/v2/ScheduleQueue.php @@ -6,7 +6,7 @@ * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Scheduling; * Scheduler. * * @package phpOMS\Scheduling - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php index 573ef4653..9210d8af1 100755 --- a/Algorithm/Knapsack/Backpack.php +++ b/Algorithm/Knapsack/Backpack.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Knapsack; * Backpack for the Knapsack problem * * @package phpOMS\Algorithm\Knapsack - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php index 5b7971e2b..aa98753df 100755 --- a/Algorithm/Knapsack/BackpackInterface.php +++ b/Algorithm/Knapsack/BackpackInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Knapsack; * Backpack interface. * * @package phpOMS\Algorithm\Knapsack; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php index 3e1ff2757..72d5658f6 100755 --- a/Algorithm/Knapsack/Bounded.php +++ b/Algorithm/Knapsack/Bounded.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack; * This algorithm only works for integer cost, values and quantities! * * @package phpOMS\Algorithm\Knapsack - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php index a7313fd38..fe8695f30 100755 --- a/Algorithm/Knapsack/Continuous.php +++ b/Algorithm/Knapsack/Continuous.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Knapsack; * Continuous knapsack algorithm * * @package phpOMS\Algorithm\Knapsack - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/Item.php b/Algorithm/Knapsack/Item.php index 6da01c1eb..3b36a0b6c 100755 --- a/Algorithm/Knapsack/Item.php +++ b/Algorithm/Knapsack/Item.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Knapsack; * Item in the Knapsack * * @package phpOMS\Algorithm\Knapsack - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php index 7a374c5c8..f984821c5 100755 --- a/Algorithm/Knapsack/ItemInterface.php +++ b/Algorithm/Knapsack/ItemInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Knapsack; * Item interface. * * @package phpOMS\Algorithm\Knapsack; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php index 669151e8a..fce361557 100755 --- a/Algorithm/Maze/MazeGenerator.php +++ b/Algorithm/Maze/MazeGenerator.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Maze * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Maze; * Maze generator * * @package phpOMS\Algorithm\Maze - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/AntColonyOptimization.php b/Algorithm/Optimization/AntColonyOptimization.php index 8871faad1..b636a1bae 100644 --- a/Algorithm/Optimization/AntColonyOptimization.php +++ b/Algorithm/Optimization/AntColonyOptimization.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform ant colony algorithm. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/BeesAlgorithm.php b/Algorithm/Optimization/BeesAlgorithm.php index 44a62c0a4..15511d644 100644 --- a/Algorithm/Optimization/BeesAlgorithm.php +++ b/Algorithm/Optimization/BeesAlgorithm.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform bees algorithm. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/FireflyAlgorithm.php b/Algorithm/Optimization/FireflyAlgorithm.php index a7599904d..b8a146073 100644 --- a/Algorithm/Optimization/FireflyAlgorithm.php +++ b/Algorithm/Optimization/FireflyAlgorithm.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform firefly algorithm. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/GeneticOptimization.php b/Algorithm/Optimization/GeneticOptimization.php index b02af9e77..6baadf87f 100644 --- a/Algorithm/Optimization/GeneticOptimization.php +++ b/Algorithm/Optimization/GeneticOptimization.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform genetic algorithm (GA). * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/HarmonySearch.php b/Algorithm/Optimization/HarmonySearch.php index 8888b3710..5f87442f4 100644 --- a/Algorithm/Optimization/HarmonySearch.php +++ b/Algorithm/Optimization/HarmonySearch.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform harmony search algorithm. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/IntelligentWaterDrops.php b/Algorithm/Optimization/IntelligentWaterDrops.php index e6849a10c..2c5308387 100644 --- a/Algorithm/Optimization/IntelligentWaterDrops.php +++ b/Algorithm/Optimization/IntelligentWaterDrops.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform intelligent water drops algorithm. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/SimulatedAnnealing.php b/Algorithm/Optimization/SimulatedAnnealing.php index 195baeb49..044ff0d95 100644 --- a/Algorithm/Optimization/SimulatedAnnealing.php +++ b/Algorithm/Optimization/SimulatedAnnealing.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform simulated annealing (SA). * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Optimization/TabuSearch.php b/Algorithm/Optimization/TabuSearch.php index 34a3de2d9..635b31550 100644 --- a/Algorithm/Optimization/TabuSearch.php +++ b/Algorithm/Optimization/TabuSearch.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Optimization; * Perform tabu search. * * @package phpOMS\Algorithm\Optimization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php index 7dd286c64..ff7a07cec 100755 --- a/Algorithm/PathFinding/AStar.php +++ b/Algorithm/PathFinding/AStar.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Heap; * Perform path finding. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/AStarNode.php b/Algorithm/PathFinding/AStarNode.php index 7ab87a8e9..7345745f5 100755 --- a/Algorithm/PathFinding/AStarNode.php +++ b/Algorithm/PathFinding/AStarNode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\PathFinding; * Node on grid. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/Grid.php b/Algorithm/PathFinding/Grid.php index bb5cd9e61..6e3c052d7 100755 --- a/Algorithm/PathFinding/Grid.php +++ b/Algorithm/PathFinding/Grid.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @@ -23,7 +23,7 @@ namespace phpOMS\Algorithm\PathFinding; * Grid of nodes. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/Heuristic.php b/Algorithm/PathFinding/Heuristic.php index 7125c0927..ab72e4001 100755 --- a/Algorithm/PathFinding/Heuristic.php +++ b/Algorithm/PathFinding/Heuristic.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Topology\Metrics2D; * Node on grid. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php index 4166cfd54..9495862f9 100755 --- a/Algorithm/PathFinding/HeuristicType.php +++ b/Algorithm/PathFinding/HeuristicType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Heuristic type enum. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/JumpPointNode.php b/Algorithm/PathFinding/JumpPointNode.php index 85fceeb93..e2e63be18 100755 --- a/Algorithm/PathFinding/JumpPointNode.php +++ b/Algorithm/PathFinding/JumpPointNode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\PathFinding; * Node on grid. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php index 82715e1e7..98d23f29f 100755 --- a/Algorithm/PathFinding/JumpPointSearch.php +++ b/Algorithm/PathFinding/JumpPointSearch.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Heap; * Perform path finding. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/MovementType.php b/Algorithm/PathFinding/MovementType.php index 7644ed2b3..9be26bc77 100755 --- a/Algorithm/PathFinding/MovementType.php +++ b/Algorithm/PathFinding/MovementType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Movement type enum. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php index ce2e448b6..ff69d26f7 100755 --- a/Algorithm/PathFinding/Node.php +++ b/Algorithm/PathFinding/Node.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\HeapItemInterface; * Node on grid. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php index c7bf598e5..d2acaa305 100755 --- a/Algorithm/PathFinding/NullJumpPointNode.php +++ b/Algorithm/PathFinding/NullJumpPointNode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\PathFinding; * Null node. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php index 398d970c7..8b2645bfb 100755 --- a/Algorithm/PathFinding/NullNode.php +++ b/Algorithm/PathFinding/NullNode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\PathFinding; * Null node. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php index 91869b5e6..1beedb792 100755 --- a/Algorithm/PathFinding/Path.php +++ b/Algorithm/PathFinding/Path.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @@ -23,7 +23,7 @@ namespace phpOMS\Algorithm\PathFinding; * Path in grids. * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/PathFinding/PathFinderInterface.php b/Algorithm/PathFinding/PathFinderInterface.php index bfca65975..002d7bbce 100755 --- a/Algorithm/PathFinding/PathFinderInterface.php +++ b/Algorithm/PathFinding/PathFinderInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\PathFinding; * Path finder interface * * @package phpOMS\Algorithm\PathFinding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Rating/BradleyTerry.php b/Algorithm/Rating/BradleyTerry.php index 5fe67042b..4b793d04d 100644 --- a/Algorithm/Rating/BradleyTerry.php +++ b/Algorithm/Rating/BradleyTerry.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Rating; * Calculate rating strength using the Bradley Terry model * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://en.wikipedia.org/wiki/Bradley%E2%80%93Terry_model * @since 1.0.0 diff --git a/Algorithm/Rating/Elo.php b/Algorithm/Rating/Elo.php index 114a68068..ae4b387dd 100644 --- a/Algorithm/Rating/Elo.php +++ b/Algorithm/Rating/Elo.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Rating; * Elo rating calculation using Elo rating * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://en.wikipedia.org/wiki/Elo_rating_system * @since 1.0.0 diff --git a/Algorithm/Rating/Glicko1.php b/Algorithm/Rating/Glicko1.php index 8e9f267eb..b94c478a9 100644 --- a/Algorithm/Rating/Glicko1.php +++ b/Algorithm/Rating/Glicko1.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Rating; * Elo rating calculation using Glicko-1 * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://en.wikipedia.org/wiki/Glicko_rating_system * @see http://www.glicko.net/glicko/glicko.pdf diff --git a/Algorithm/Rating/Glicko2.php b/Algorithm/Rating/Glicko2.php index d056f878b..034dc14f8 100644 --- a/Algorithm/Rating/Glicko2.php +++ b/Algorithm/Rating/Glicko2.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Solver\Root\Bisection; * Elo rating calculation using Glicko-2 * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://en.wikipedia.org/wiki/Glicko_rating_system * @see http://www.glicko.net/glicko/glicko2.pdf diff --git a/Algorithm/Rating/TrueSkill.php b/Algorithm/Rating/TrueSkill.php index 7356916c9..0d212c1aa 100644 --- a/Algorithm/Rating/TrueSkill.php +++ b/Algorithm/Rating/TrueSkill.php @@ -20,7 +20,7 @@ use phpOMS\Math\Stochastic\Distribution\NormalDistribution; * Elo rating calculation using Elo rating * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://www.moserware.com/assets/computing-your-skill/The%20Math%20Behind%20TrueSkill.pdf * @since 1.0.0 diff --git a/Algorithm/Rating/TrueSkillFactoryGraph.php b/Algorithm/Rating/TrueSkillFactoryGraph.php index 35fee9e23..08bae0502 100644 --- a/Algorithm/Rating/TrueSkillFactoryGraph.php +++ b/Algorithm/Rating/TrueSkillFactoryGraph.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Rating; * Elo rating calculation using Elo rating * * @package phpOMS\Algorithm\Rating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://en.wikipedia.org/wiki/Elo_rating_system * @since 1.0.0 diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php index 313b070b1..687abef4c 100755 --- a/Algorithm/Sort/BitonicSort.php +++ b/Algorithm/Sort/BitonicSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * BitonicSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/BubbleSort.php b/Algorithm/Sort/BubbleSort.php index 18810dc8e..1b49a0ae4 100755 --- a/Algorithm/Sort/BubbleSort.php +++ b/Algorithm/Sort/BubbleSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * Bubblesort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php index ff5d21c40..3304a6c6a 100755 --- a/Algorithm/Sort/BucketSort.php +++ b/Algorithm/Sort/BucketSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * Bucketsort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/CocktailShakerSort.php b/Algorithm/Sort/CocktailShakerSort.php index ca83f4ed2..00f00a338 100755 --- a/Algorithm/Sort/CocktailShakerSort.php +++ b/Algorithm/Sort/CocktailShakerSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * CocktailShakerSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php index 5a1962518..27a751400 100755 --- a/Algorithm/Sort/CombSort.php +++ b/Algorithm/Sort/CombSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * CombSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/CycleSort.php b/Algorithm/Sort/CycleSort.php index 0d6f9438a..e4d9aec96 100755 --- a/Algorithm/Sort/CycleSort.php +++ b/Algorithm/Sort/CycleSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * CycleSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/GnomeSort.php b/Algorithm/Sort/GnomeSort.php index f291de79b..596dd42cc 100755 --- a/Algorithm/Sort/GnomeSort.php +++ b/Algorithm/Sort/GnomeSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * GnomeSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/HeapSort.php b/Algorithm/Sort/HeapSort.php index 99a69e71e..f77046174 100755 --- a/Algorithm/Sort/HeapSort.php +++ b/Algorithm/Sort/HeapSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * HeapSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/InsertionSort.php b/Algorithm/Sort/InsertionSort.php index f99c3d545..6b7da99f4 100755 --- a/Algorithm/Sort/InsertionSort.php +++ b/Algorithm/Sort/InsertionSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * InsertionSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php index 73cc258a9..a4830b939 100755 --- a/Algorithm/Sort/IntroSort.php +++ b/Algorithm/Sort/IntroSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * IntroSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/MergeSort.php b/Algorithm/Sort/MergeSort.php index ce2a8be4d..3b3eb1532 100755 --- a/Algorithm/Sort/MergeSort.php +++ b/Algorithm/Sort/MergeSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * MergeSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/OddEvenSort.php b/Algorithm/Sort/OddEvenSort.php index f0f5e84ac..6fb863b5b 100755 --- a/Algorithm/Sort/OddEvenSort.php +++ b/Algorithm/Sort/OddEvenSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * OddEvenSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/PancakeSort.php b/Algorithm/Sort/PancakeSort.php index 30384fc92..f8c423013 100755 --- a/Algorithm/Sort/PancakeSort.php +++ b/Algorithm/Sort/PancakeSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * PancakeSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php index 104f373f4..7ba55992f 100755 --- a/Algorithm/Sort/QuickSort.php +++ b/Algorithm/Sort/QuickSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * QuickSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/SelectionSort.php b/Algorithm/Sort/SelectionSort.php index 5e9352599..c27daf16b 100755 --- a/Algorithm/Sort/SelectionSort.php +++ b/Algorithm/Sort/SelectionSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * SelectionSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/ShellSort.php b/Algorithm/Sort/ShellSort.php index 321879c52..08a1cf352 100755 --- a/Algorithm/Sort/ShellSort.php +++ b/Algorithm/Sort/ShellSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * ShellSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/SortInterface.php b/Algorithm/Sort/SortInterface.php index 49952a3b6..ca21a75e4 100755 --- a/Algorithm/Sort/SortInterface.php +++ b/Algorithm/Sort/SortInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * SortInterface class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/SortOrder.php b/Algorithm/Sort/SortOrder.php index 096b3dfc8..db2a7f65e 100755 --- a/Algorithm/Sort/SortOrder.php +++ b/Algorithm/Sort/SortOrder.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * SortOrder enum. * * @package phpOMS\Algorithm\Sort - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/SortableInterface.php b/Algorithm/Sort/SortableInterface.php index 1975ac785..d1a0873f8 100755 --- a/Algorithm/Sort/SortableInterface.php +++ b/Algorithm/Sort/SortableInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * SortableInterface class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/StoogeSort.php b/Algorithm/Sort/StoogeSort.php index cd23e45c9..ffa2c25bc 100755 --- a/Algorithm/Sort/StoogeSort.php +++ b/Algorithm/Sort/StoogeSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * StoogeSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php index 430a890e3..c3b52b9ca 100755 --- a/Algorithm/Sort/TimSort.php +++ b/Algorithm/Sort/TimSort.php @@ -6,7 +6,7 @@ * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Algorithm\Sort; * TimSort class. * * @package phpOMS\Algorithm\Sort; - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/CreditRating/CreditRatingInterface.php b/Api/CreditRating/CreditRatingInterface.php index edc46d617..09c47daea 100644 --- a/Api/CreditRating/CreditRatingInterface.php +++ b/Api/CreditRating/CreditRatingInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\CreditRating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\CreditRating; * EU VAT validation interface * * @package phpOMS\Api\CreditRating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/CreditRating/CreditSafe.php b/Api/CreditRating/CreditSafe.php index 47c074501..57a54c974 100644 --- a/Api/CreditRating/CreditSafe.php +++ b/Api/CreditRating/CreditSafe.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\CreditRating * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; * Creditsafe Api. * * @package phpOMS\Api\CreditRating - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/EUVAT/EUVATBffOnline.php b/Api/EUVAT/EUVATBffOnline.php index 0b370b033..f1ed40410 100755 --- a/Api/EUVAT/EUVATBffOnline.php +++ b/Api/EUVAT/EUVATBffOnline.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; * Check EU VAT. * * @package phpOMS\Api\EUVAT - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/EUVAT/EUVATInterface.php b/Api/EUVAT/EUVATInterface.php index 9c31626a8..1dfa40edb 100755 --- a/Api/EUVAT/EUVATInterface.php +++ b/Api/EUVAT/EUVATInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\EUVAT; * EU VAT validation interface * * @package phpOMS\Api\EUVAT - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/EUVAT/EUVATVies.php b/Api/EUVAT/EUVATVies.php index c27dad3ed..fbdfa4355 100755 --- a/Api/EUVAT/EUVATVies.php +++ b/Api/EUVAT/EUVATVies.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; * Check EU VAT. * * @package phpOMS\Api\EUVAT - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Geocoding/Nominatim.php b/Api/Geocoding/Nominatim.php index 2247b7d58..0c02a7bc7 100644 --- a/Api/Geocoding/Nominatim.php +++ b/Api/Geocoding/Nominatim.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Geocoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; * Check EU VAT. * * @package phpOMS\Api\Geocoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Payment/Charge.php b/Api/Payment/Charge.php index 096e9f795..594c3ea16 100755 --- a/Api/Payment/Charge.php +++ b/Api/Payment/Charge.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\Payment; * Payment charge. * * @package phpOMS\Api\Payment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Payment/PaymentAbstract.php b/Api/Payment/PaymentAbstract.php index 58327b851..dcf913ad8 100755 --- a/Api/Payment/PaymentAbstract.php +++ b/Api/Payment/PaymentAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\Payment; * Abstract payment. * * @package phpOMS\Api\Payment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Payment/PaymentFactory.php b/Api/Payment/PaymentFactory.php index 697b84e5a..cc847e2eb 100755 --- a/Api/Payment/PaymentFactory.php +++ b/Api/Payment/PaymentFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\Payment; * Create a payment. * * @package phpOMS\Api\Payment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Payment/Stripe.php b/Api/Payment/Stripe.php index 1b23ebeae..0fda95945 100755 --- a/Api/Payment/Stripe.php +++ b/Api/Payment/Stripe.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\Payment; * Strip generator. * * @package phpOMS\Api\Payment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Shipping/AuthStatus.php b/Api/Shipping/AuthStatus.php index 7c1e3f56c..fb2a0c409 100644 --- a/Api/Shipping/AuthStatus.php +++ b/Api/Shipping/AuthStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Auth Status * * @package phpOMS\Api\Shipping - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Shipping/AuthType.php b/Api/Shipping/AuthType.php index 608c1994e..2fe59db5e 100644 --- a/Api/Shipping/AuthType.php +++ b/Api/Shipping/AuthType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Auth Type * * @package phpOMS\Api\Shipping - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Shipping/DHL/DHLInternationalShipping.php b/Api/Shipping/DHL/DHLInternationalShipping.php index ffc0c03b9..629e96ef2 100644 --- a/Api/Shipping/DHL/DHLInternationalShipping.php +++ b/Api/Shipping/DHL/DHLInternationalShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -32,7 +32,7 @@ use phpOMS\Uri\HttpUri; * 2. Item: A shipment/package * * @package phpOMS\Api\Shipping\DHL - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see General: https://developer.dhl.com/ * @see Special: https://developer.dhl.com/api-reference/deutsche-post-international-post-parcel-germany#get-started-section/ diff --git a/Api/Shipping/DHL/DHLParcelDEShipping.php b/Api/Shipping/DHL/DHLParcelDEShipping.php index 08e31776f..c3f4a540f 100644 --- a/Api/Shipping/DHL/DHLParcelDEShipping.php +++ b/Api/Shipping/DHL/DHLParcelDEShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ use phpOMS\Uri\HttpUri; * Shipment API. * * @package phpOMS\Api\Shipping\DHL - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see General: https://developer.dhl.com/ * @see Special: https://developer.dhl.com/api-reference/parcel-de-shipping-post-parcel-germany-v2#get-started-section/ diff --git a/Api/Shipping/DHL/DHLeCommerceShipping.php b/Api/Shipping/DHL/DHLeCommerceShipping.php index 270cc2942..3a977882f 100644 --- a/Api/Shipping/DHL/DHLeCommerceShipping.php +++ b/Api/Shipping/DHL/DHLeCommerceShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\DHL - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see General: https://developer.dhl.com/ * @see Special: https://developer.dhl.com/api-reference/ecommerce-europe#get-started-section/ diff --git a/Api/Shipping/DPD/DPDShipping.php b/Api/Shipping/DPD/DPDShipping.php index 30e4dab8c..ca984feed 100644 --- a/Api/Shipping/DPD/DPDShipping.php +++ b/Api/Shipping/DPD/DPDShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\DPD * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\DPD - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://api.dpd.ro/web-api.html#href-create-shipment-req * @see https://www.dpd.com/de/en/entwickler-integration-in-ihre-versandloesung/ diff --git a/Api/Shipping/Fedex/FedexShipping.php b/Api/Shipping/Fedex/FedexShipping.php index d74adf1c9..018e782cb 100644 --- a/Api/Shipping/Fedex/FedexShipping.php +++ b/Api/Shipping/Fedex/FedexShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\Fedex * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\Fedex - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://developer.fedex.com/api/en-us/home.html * @since 1.0.0 diff --git a/Api/Shipping/RoyalMail/RoyalMailShipping.php b/Api/Shipping/RoyalMail/RoyalMailShipping.php index 6f5531fc7..c3dae2390 100644 --- a/Api/Shipping/RoyalMail/RoyalMailShipping.php +++ b/Api/Shipping/RoyalMail/RoyalMailShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\RoyalMail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\RoyalMail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://developer.royalmail.net/ * @since 1.0.0 diff --git a/Api/Shipping/ShippingFactory.php b/Api/Shipping/ShippingFactory.php index 91d91db7f..03c2ccd20 100644 --- a/Api/Shipping/ShippingFactory.php +++ b/Api/Shipping/ShippingFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Api\Shipping; * Shipping factory. * * @package phpOMS\Api\Shipping - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Shipping/ShippingInterface.php b/Api/Shipping/ShippingInterface.php index 2ec8c7248..04ecc0638 100644 --- a/Api/Shipping/ShippingInterface.php +++ b/Api/Shipping/ShippingInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Message\Http\HttpRequest; * 3. User interaction: Redirect to 3rd party login page. User performs manual login. 3rd party page redirects pack to own app after login incl. an access token * * @package phpOMS\Api\Shipping - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Api/Shipping/ShippingType.php b/Api/Shipping/ShippingType.php index 88d586c03..2096cd1d4 100644 --- a/Api/Shipping/ShippingType.php +++ b/Api/Shipping/ShippingType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Shipping Type * * @package phpOMS\Api\Shipping - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Api/Shipping/TNT/TNTShipping.php b/Api/Shipping/TNT/TNTShipping.php index bf5b7873a..964aadbc3 100644 --- a/Api/Shipping/TNT/TNTShipping.php +++ b/Api/Shipping/TNT/TNTShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\TNT * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\TNT - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://express.tnt.com/expresswebservices-website/app/landing.html * @since 1.0.0 diff --git a/Api/Shipping/UPS/UPSShipping.php b/Api/Shipping/UPS/UPSShipping.php index dcdcbb6f6..8ef6a3d86 100644 --- a/Api/Shipping/UPS/UPSShipping.php +++ b/Api/Shipping/UPS/UPSShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\UPS * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Uri\HttpUri; * Shipment API. * * @package phpOMS\Api\Shipping\UPS - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://developer.ups.com/api/reference/oauth/authorization-code?loc=en_US * @see https://developer.ups.com/api/reference?loc=en_US diff --git a/Api/Shipping/Usps/UspsShipping.php b/Api/Shipping/Usps/UspsShipping.php index 0a76d8df1..47e4cf209 100644 --- a/Api/Shipping/Usps/UspsShipping.php +++ b/Api/Shipping/Usps/UspsShipping.php @@ -6,7 +6,7 @@ * * @package phpOMS\Api\Shipping\Usps * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Message\Http\HttpRequest; * Shipment api. * * @package phpOMS\Api\Shipping\Usps - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://developer.usps.com/apis * @since 1.0.0 diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php index 0fa0c6bff..4e267449c 100755 --- a/Application/ApplicationAbstract.php +++ b/Application/ApplicationAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -53,7 +53,7 @@ use phpOMS\Router\RouterInterface; * @property \phpOMS\Log\FileLogger $logger * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php index 5991cf945..55cab8879 100755 --- a/Application/ApplicationInfo.php +++ b/Application/ApplicationInfo.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\ArrayUtils; * Handling the info files for modules * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php index 438bf96e5..f33a998e9 100755 --- a/Application/ApplicationManager.php +++ b/Application/ApplicationManager.php @@ -7,7 +7,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\System\File\PathException; * General application managing functionality. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php index e348b8d0a..2c2dd0dc8 100755 --- a/Application/ApplicationStatus.php +++ b/Application/ApplicationStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * App status enum. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/ApplicationType.php b/Application/ApplicationType.php index 1ad54224e..3b2fdf344 100755 --- a/Application/ApplicationType.php +++ b/Application/ApplicationType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * App status enum. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php index d76b7a9e7..50e288f31 100755 --- a/Application/InstallerAbstract.php +++ b/Application/InstallerAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\System\File\Local\Directory; * Installer abstract class. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php index 1323799cc..f73d86c1a 100755 --- a/Application/StatusAbstract.php +++ b/Application/StatusAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; * This abstraction can be used by modules in order to manipulate their basic status/state. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php index d38cb4f69..a17370f04 100755 --- a/Application/UninstallerAbstract.php +++ b/Application/UninstallerAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Application * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Uninstaller abstract class. * * @package phpOMS\Application - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index 998834e40..097c43f77 100755 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Asset * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Asset; * Asset manager class. * * @package phpOMS\Asset - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Asset/AssetType.php b/Asset/AssetType.php index d8085a6a3..1b8e855c7 100755 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Asset * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Asset types enum. * * @package phpOMS\Asset - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Auth/Auth.php b/Auth/Auth.php index 9c7687ea3..8e9b313ac 100755 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -6,7 +6,7 @@ * * @package phpOMS\Auth * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Session\SessionAbstract; * Responsible for authenticating and initializing the connection * * @package phpOMS\Auth - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index d7a81ab8c..6a419ca50 100755 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Auth * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * These are possible answers to authentications. * * @package phpOMS\Auth - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/AutoloadException.php b/AutoloadException.php index 9a4dbe0a9..b2dd28f1d 100755 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -6,7 +6,7 @@ * * @package phpOMS * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS; * This exception is thrown if a file couldn't be autoloaded * * @package phpOMS - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Autoloader.php b/Autoloader.php index 23dc35123..a936b3567 100755 --- a/Autoloader.php +++ b/Autoloader.php @@ -6,7 +6,7 @@ * * @package phpOMS * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS; * Autoloader class. * * @package phpOMS - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/BusinessHelper.php b/Business/BusinessHelper.php index 50fdcf5e6..8799fa994 100644 --- a/Business/BusinessHelper.php +++ b/Business/BusinessHelper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business; * Depreciation class. * * @package phpOMS\Business - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index 4f955e0de..750ab4307 100755 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Finance; * Depreciation class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Finance/DepreciationType.php b/Business/Finance/DepreciationType.php index 9343e241d..859a13219 100644 --- a/Business/Finance/DepreciationType.php +++ b/Business/Finance/DepreciationType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Depreciation type enum. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index f7c2f2048..55fb7b8be 100755 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Statistic\Average; * Finance class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Business/Finance/Forensics.php b/Business/Finance/Forensics.php index e557e69b7..9d30bc171 100755 --- a/Business/Finance/Forensics.php +++ b/Business/Finance/Forensics.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Finance; * Forensics class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index bcf13e2f8..a32910716 100755 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Finance; * Finance class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index 8530d5e77..2772d1784 100755 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Finance; * Finance class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index f3f286a60..4c63baedf 100755 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Finance; * Finance class. * * @package phpOMS\Business\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php index dd718b71d..808aadad5 100755 --- a/Business/Marketing/CustomerValue.php +++ b/Business/Marketing/CustomerValue.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Marketing; * Marketing CustomerValue * * @package phpOMS\Business\Marketing - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index 9eb1e2d79..36cf8e66c 100755 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Vector; * This class provided basic marketing metric calculations * * @package phpOMS\Business\Marketing - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index 7ed327c0f..b5b977038 100755 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Business\Marketing; * Instead of customers the NPS can also be transferred to non-customers. * * @package phpOMS\Business\Marketing - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Marketing/PageRank.php b/Business/Marketing/PageRank.php index 638434f67..369c89664 100755 --- a/Business/Marketing/PageRank.php +++ b/Business/Marketing/PageRank.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Marketing; * PageRank algorithm * * @package phpOMS\Business\Marketing - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index 35b252ba0..b3c5a924f 100755 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Programming * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Business\Programming; * This class provides basic programming metric calculations. * * @package phpOMS\Business\Programming - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Recommendation/ArticleCorrelationAffinity.php b/Business/Recommendation/ArticleCorrelationAffinity.php index 7d38315ec..d19d19c6a 100644 --- a/Business/Recommendation/ArticleCorrelationAffinity.php +++ b/Business/Recommendation/ArticleCorrelationAffinity.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Math\Statistic\Correlation; * You can consider this as a "purchased with" or "customers also purchased" algorithm * * @package phpOMS\Business\Recommendation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Recommendation/BayesianPersonalizedRanking.php b/Business/Recommendation/BayesianPersonalizedRanking.php index 95c40af1d..69f543d9f 100644 --- a/Business/Recommendation/BayesianPersonalizedRanking.php +++ b/Business/Recommendation/BayesianPersonalizedRanking.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Recommendation; * Bayesian Personalized Ranking (BPR) * * @package phpOMS\Business\Recommendation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://arxiv.org/ftp/arxiv/papers/1205/1205.2618.pdf * @since 1.0.0 diff --git a/Business/Recommendation/MemoryCF.php b/Business/Recommendation/MemoryCF.php index bf0aaccc7..1197b6df4 100644 --- a/Business/Recommendation/MemoryCF.php +++ b/Business/Recommendation/MemoryCF.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\Math\Topology\MetricsND; * Most likely a combination is required. * * @package phpOMS\Business\Recommendation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://realpython.com/build-recommendation-engine-collaborative-filtering/ * @since 1.0.0 diff --git a/Business/Recommendation/ModelCF.php b/Business/Recommendation/ModelCF.php index fe40209cb..d2663c2b0 100644 --- a/Business/Recommendation/ModelCF.php +++ b/Business/Recommendation/ModelCF.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Matrix; * Model based collaborative filtering * * @package phpOMS\Business\Recommendation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @see https://realpython.com/build-recommendation-engine-collaborative-filtering/ * @since 1.0.0 diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index 0ac1073db..0b5d87ad0 100755 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Business\Sales; * the rank based on a market share in a Zipf distributed market. * * @package phpOMS\Business\Sales - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Business/Warehouse/OrderSuggestion.php b/Business/Warehouse/OrderSuggestion.php index 2108d385c..f2160c42e 100644 --- a/Business/Warehouse/OrderSuggestion.php +++ b/Business/Warehouse/OrderSuggestion.php @@ -6,7 +6,7 @@ * * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Business\Sales; * Order suggestion calculations * * @package phpOMS\Business\Sales - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 767e06dd4..19bbdac85 100755 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Config * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Config; * Options class. * * @package phpOMS\Config - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index 816dbc8f8..7b5e2bad6 100755 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -6,7 +6,7 @@ * * @package phpOMS\Config * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Config; * This trait basically implements the OptionsInterface * * @package phpOMS\Config - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php index 1700ae0ad..63e12e15b 100755 --- a/Config/SettingsInterface.php +++ b/Config/SettingsInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Config * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Config; * Options class. * * @package phpOMS\Config - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index d8376bfc1..a373bd840 100755 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Contract * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Contract; * This can be helpful for \JsonSerializable classes or classes which need to be represented as array. * * @package phpOMS\Contract - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index d1e9d4f35..bdf1c82d4 100755 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Contract * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Contract; * that get rendered. * * @package phpOMS\Contract - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php index 783947d7a..9f1f4c00b 100755 --- a/Contract/SerializableInterface.php +++ b/Contract/SerializableInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Contract * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Contract; * that get rendered. * * @package phpOMS\Contract - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php index d4ff80c36..8dc08e702 100755 --- a/Contract/StreamInterface.php +++ b/Contract/StreamInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Contract * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Contract; * Make a class streamable. * * @package phpOMS\Contract - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index 2cb9a102a..910823aa0 100755 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\DataStorage\DataStoragePoolInterface; * Responsible for storing cache implementation. * * @package phpOMS\DataStorage\Cache - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index c2220de85..b00df213e 100755 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Possible caching status * * @package phpOMS\DataStorage\Cache - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index daafe6a41..dddd71f6e 100755 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Cache types that are supported by the application * * @package phpOMS\DataStorage\Cache - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/CacheValueType.php b/DataStorage/Cache/Connection/CacheValueType.php index 6f4280c8f..14e62311c 100755 --- a/DataStorage/Cache/Connection/CacheValueType.php +++ b/DataStorage/Cache/Connection/CacheValueType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Possible caching types * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php index 74ec92a3b..84013b1f0 100755 --- a/DataStorage/Cache/Connection/ConnectionAbstract.php +++ b/DataStorage/Cache/Connection/ConnectionAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Cache\CacheType; * Implementing wrapper functions for multiple caches is planned (far away). * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php index 1dafbb888..7b52245ec 100755 --- a/DataStorage/Cache/Connection/ConnectionFactory.php +++ b/DataStorage/Cache/Connection/ConnectionFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Cache\CacheType; * Cache connection factory. * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/ConnectionInterface.php b/DataStorage/Cache/Connection/ConnectionInterface.php index caaaddc8b..6b55ae346 100755 --- a/DataStorage/Cache/Connection/ConnectionInterface.php +++ b/DataStorage/Cache/Connection/ConnectionInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\DataStorageConnectionInterface; * Cache interface. * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php index ba36d0871..ea0475170 100755 --- a/DataStorage/Cache/Connection/FileCache.php +++ b/DataStorage/Cache/Connection/FileCache.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -36,7 +36,7 @@ use phpOMS\System\File\Local\File; * data (n bytes) * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php index a0cc166aa..ad4a97fc2 100755 --- a/DataStorage/Cache/Connection/MemCached.php +++ b/DataStorage/Cache/Connection/MemCached.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Cache\Exception\InvalidConnectionConfigException; * Memcache class. * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php index 20914972e..1508f13ca 100755 --- a/DataStorage/Cache/Connection/NullCache.php +++ b/DataStorage/Cache/Connection/NullCache.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Cache\Connection; * Null cache class. * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php index 3fdd6337e..749b96425 100755 --- a/DataStorage/Cache/Connection/RedisCache.php +++ b/DataStorage/Cache/Connection/RedisCache.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; * RedisCache class. * * @package phpOMS\DataStorage\Cache\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php index e5c19905f..81ee37cbd 100755 --- a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cache\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Cache\Exception; * Invalid cache config exception class. * * @package phpOMS\DataStorage\Cache\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index aa0f472b2..935476c7e 100755 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Cookie * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\LockException; * CookieJar class * * @package phpOMS\DataStorage\Cookie - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index bdbe76427..e2c07c53c 100755 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\DataStorage; * This interface is used for DB, Cache & Session implementations * * @package phpOMS\DataStorage - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/DataStorageConnectionInterface.php b/DataStorage/DataStorageConnectionInterface.php index 9b947298f..3c883fe13 100755 --- a/DataStorage/DataStorageConnectionInterface.php +++ b/DataStorage/DataStorageConnectionInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage; * Database connection interface. * * @package phpOMS\DataStorage - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/DataStoragePoolInterface.php b/DataStorage/DataStoragePoolInterface.php index 684afe09d..2675d89c8 100755 --- a/DataStorage/DataStoragePoolInterface.php +++ b/DataStorage/DataStoragePoolInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\DataStorage; * DB, Cache, Session * * @package phpOMS\DataStorage - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index 780b5fd2a..4421df457 100755 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Query\QueryType; * Database query builder. * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 862dfb65e..5370ae9c6 100755 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; * @property \PDO $con * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index a62ca7f89..f0bcb98f6 100755 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * Database connection factory. * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index b85719295..731647409 100755 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\DataStorageConnectionInterface; * Database connection interface. * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index d20edf105..6b8edff85 100755 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma * Implementing wrapper functions for multiple databases is planned (far away). * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php index c15e7d78e..6e3631157 100755 --- a/DataStorage/Database/Connection/NullConnection.php +++ b/DataStorage/Database/Connection/NullConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Connection; * Database handler. * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/NullPDO.php b/DataStorage/Database/Connection/NullPDO.php index 609ad4bb4..bcdc057e7 100755 --- a/DataStorage/Database/Connection/NullPDO.php +++ b/DataStorage/Database/Connection/NullPDO.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Connection; * Null implementation of PDO. * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index e356d0032..a7af2abdb 100755 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar as PostgresSchema * Implementing wrapper functions for multiple databases is planned (far away). * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 77a0f043e..aa761750f 100755 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SQLiteGrammar as SQLiteSchemaGram * Implementing wrapper functions for multiple databases is planned (far away). * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index a107c75f5..ce6548043 100755 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar as SqlServerSche * Implementing wrapper functions for multiple databases is planned (far away). * * @package phpOMS\DataStorage\Database\Connection - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 1f63d496c..a826824c9 100755 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\DataStorage\DataStoragePoolInterface; * Database pool handler. * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index e11d21019..91fd6518f 100755 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Possible database connection status * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 54c24d427..92ba7daa2 100755 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Database types that are supported by the application * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index c1717eb30..eb495c7f8 100755 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Exception; * Permission exception class. * * @package phpOMS\DataStorage\Database\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php index fd451e6e9..0c9ef0500 100755 --- a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php +++ b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Exception; * Permission exception class. * * @package phpOMS\DataStorage\Database\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 41808dee3..f6f2c6e9f 100755 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Exception; * Permission exception class. * * @package phpOMS\DataStorage\Database\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index 77cf1a91b..e94ce96b9 100755 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Parameter; * Grammar. * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php index d2bf67c43..e224d9095 100755 --- a/DataStorage/Database/Mapper/DataMapperAbstract.php +++ b/DataStorage/Database/Mapper/DataMapperAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Query\OrderType; * Mapper abstract. * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php index a537e2499..f1dac087e 100755 --- a/DataStorage/Database/Mapper/DataMapperFactory.php +++ b/DataStorage/Database/Mapper/DataMapperFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Query\Where; * Mapper factory. * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php index 31fce5569..f469ab30c 100755 --- a/DataStorage/Database/Mapper/DeleteMapper.php +++ b/DataStorage/Database/Mapper/DeleteMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Delete mapper (DELETE). * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php index 5b20815ad..959e69c01 100755 --- a/DataStorage/Database/Mapper/MapperType.php +++ b/DataStorage/Database/Mapper/MapperType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Mapper type enum. * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php index ec33ab99e..e1c3088ad 100755 --- a/DataStorage/Database/Mapper/ReadMapper.php +++ b/DataStorage/Database/Mapper/ReadMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Utils\ArrayUtils; * Read mapper (SELECTS). * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php index a4ac34ce8..6beb4bbb4 100755 --- a/DataStorage/Database/Mapper/UpdateMapper.php +++ b/DataStorage/Database/Mapper/UpdateMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Utils\ArrayUtils; * Update mapper (CREATE). * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php index 05094c4e1..e4084faf8 100755 --- a/DataStorage/Database/Mapper/WriteMapper.php +++ b/DataStorage/Database/Mapper/WriteMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\ArrayUtils; * Write mapper (CREATE). * * @package phpOMS\DataStorage\Database\Mapper - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index ab2ee08e7..7c6d00e7b 100755 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\Grammar; * Database query builder. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Database/Query/ColumnName.php b/DataStorage/Database/Query/ColumnName.php index 0af36d41b..b9f611be1 100644 --- a/DataStorage/Database/Query/ColumnName.php +++ b/DataStorage/Database/Query/ColumnName.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Query; * Database query builder. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Concat.php b/DataStorage/Database/Query/Concat.php index f0c568430..d3e47489f 100644 --- a/DataStorage/Database/Query/Concat.php +++ b/DataStorage/Database/Query/Concat.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; * Database query builder. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index a59ac33c0..b41ab2b4f 100755 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Query\QueryType; * Database query grammar. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index f9a6c374f..393d060eb 100755 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Grammar class. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index 68486eb9d..115d073bc 100755 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Grammar class. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index 78361083f..808f12292 100755 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Grammar class. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index 1822cd323..180b1e627 100755 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Grammar class. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php index db9d114b9..70e5bc05d 100755 --- a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * Grammar class. * * @package phpOMS\DataStorage\Database\Query\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 909ee0862..a8ed445f3 100755 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Query type enum. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php index ac6fabca3..e087e92a9 100755 --- a/DataStorage/Database/Query/OrderType.php +++ b/DataStorage/Database/Query/OrderType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Query type enum. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Parameter.php b/DataStorage/Database/Query/Parameter.php index 54b15829e..de8258483 100755 --- a/DataStorage/Database/Query/Parameter.php +++ b/DataStorage/Database/Query/Parameter.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Query; * Database query builder. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index eef821841..f7e6c7abe 100755 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Query type enum. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index a007d5d33..bf3fbc3cf 100755 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; * Database query builder. * * @package phpOMS\DataStorage\Database\Query - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index bad4f25e0..cc602a8c9 100755 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Relations which can be used in order to specifiy how the DataMapper is supposed to work (level of detail) * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index 6d4dc5e4d..deebc131d 100755 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar; * Database query builder. * * @package phpOMS\DataStorage\Database\Schema - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Database/Schema/Field.php b/DataStorage/Database/Schema/Field.php index d83b87766..f20f8eaf8 100755 --- a/DataStorage/Database/Schema/Field.php +++ b/DataStorage/Database/Schema/Field.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Schema; * Database table * * @package phpOMS\DataStorage\Database\Schema - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 89eac1e19..0e3878e1c 100755 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 641b33563..8adb60531 100755 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/OracleGrammar.php b/DataStorage/Database/Schema/Grammar/OracleGrammar.php index 3351c7bee..ee393e015 100755 --- a/DataStorage/Database/Schema/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Schema/Grammar/OracleGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Schema\Grammar; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index 26211f101..0888dabb7 100755 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index b679da5f6..a672276ee 100755 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index 74f078663..e3c56ee44 100755 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Database query grammar. * * @package phpOMS\DataStorage\Database\Schema\Grammar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 15687586b..399250586 100755 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\QueryType as DefaultQueryType; * Types used by the schema grammar in order to build the correct query. * * @package phpOMS\DataStorage\Database\Schema - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/Schema/Table.php b/DataStorage/Database/Schema/Table.php index 4b15a7d7c..f5e50d36e 100755 --- a/DataStorage/Database/Schema/Table.php +++ b/DataStorage/Database/Schema/Table.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\DataStorage\Database\Schema; * Database table * * @package phpOMS\DataStorage\Database\Schema - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php index bd3a84266..eb904dbeb 100755 --- a/DataStorage/Database/SchemaMapper.php +++ b/DataStorage/Database/SchemaMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Table; * Database schema mapper. * * @package phpOMS\DataStorage\Database - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index 72a0c1735..a8fc25dad 100755 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage; * header manipulation etc. are no longer allowed/possible. * * @package phpOMS\DataStorage - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Session/CacheSessionHandler.php b/DataStorage/Session/CacheSessionHandler.php index 11906ae8d..6b18be30f 100755 --- a/DataStorage/Session/CacheSessionHandler.php +++ b/DataStorage/Session/CacheSessionHandler.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Cache\Connection\ConnectionAbstract; * Cache session handler. * * @package phpOMS\DataStorage\Session - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index f993fd849..b7794e5b2 100755 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Uri\UriFactory; * Http session class. * * @package phpOMS\DataStorage\Session - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/DataStorage/Session/JWT.php b/DataStorage/Session/JWT.php index c70546061..36ee613a6 100644 --- a/DataStorage/Session/JWT.php +++ b/DataStorage/Session/JWT.php @@ -6,7 +6,7 @@ * * @package phpOMS\Auth * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\Utils\Encoding\Base64Url; * Signature: hmac(Header . Payload, secret) * * @package phpOMS\Auth - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/DataStorage/Session/SessionAbstract.php b/DataStorage/Session/SessionAbstract.php index 7a8a6e127..55425f24e 100644 --- a/DataStorage/Session/SessionAbstract.php +++ b/DataStorage/Session/SessionAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\DataStorage\Session; * Sessions can be used by http requests, console interaction and socket connections * * @package phpOMS\DataStorage\Session - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index df47f3afb..edf2ba021 100755 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -6,7 +6,7 @@ * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\File\PathException; * Dispatcher class. * * @package phpOMS\Dispatcher - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Dispatcher/DispatcherInterface.php b/Dispatcher/DispatcherInterface.php index df991694c..de5e57a5a 100755 --- a/Dispatcher/DispatcherInterface.php +++ b/Dispatcher/DispatcherInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Dispatcher; * Dispatcher interface * * @package phpOMS\Dispatcher - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Event/EventManager.php b/Event/EventManager.php index 5f8e45be4..e698d588b 100755 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Event * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Dispatcher\DispatcherInterface; * What happens after triggering an event (removing the callback, resetting the sub-conditions etc.) depends on the setup. * * @package phpOMS\Event - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Image/Kernel.php b/Image/Kernel.php index 2ce23638d..efef83fc5 100755 --- a/Image/Kernel.php +++ b/Image/Kernel.php @@ -6,7 +6,7 @@ * * @package phpOMS\Image * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Utils\NumericUtils; * Kernel - image sharpening/blurring * * @package phpOMS\Image - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Image/Skew.php b/Image/Skew.php index 3ffc81f47..20232b9e7 100755 --- a/Image/Skew.php +++ b/Image/Skew.php @@ -6,7 +6,7 @@ * * @package phpOMS\Image * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Image; * Skew image * * @package phpOMS\Image - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Image/Thresholding.php b/Image/Thresholding.php index 943c193aa..bc9e69d56 100755 --- a/Image/Thresholding.php +++ b/Image/Thresholding.php @@ -6,7 +6,7 @@ * * @package phpOMS\Image * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Utils\ImageUtils; * Image thresholding * * @package phpOMS\Image - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/LICENSE.txt b/LICENSE.txt index 02b1ff5c0..4974faf71 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ The OMS License -Version 2.0 + +Version 2.2 1. Definitions @@ -15,7 +16,7 @@ Version 2.0 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. @@ -25,7 +26,7 @@ Version 2.0 2. Grant of Copyright License -Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. +Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. 3. Redistribution @@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the 7. Limitation of Liability In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -8. Future Changes - -The Licensor may change the License for future versions as he sees fit. diff --git a/Localization/BaseStringL11n.php b/Localization/BaseStringL11n.php index b1d937ec7..68f2db9dd 100755 --- a/Localization/BaseStringL11n.php +++ b/Localization/BaseStringL11n.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * String l11n class. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/BaseStringL11nType.php b/Localization/BaseStringL11nType.php index f77f83b14..16c085243 100644 --- a/Localization/BaseStringL11nType.php +++ b/Localization/BaseStringL11nType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * String l11n class. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/City.php b/Localization/Defaults/City.php index 2178b717a..abbf8cc4a 100755 --- a/Localization/Defaults/City.php +++ b/Localization/Defaults/City.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * City class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php index 8bbf91872..677033f7a 100755 --- a/Localization/Defaults/CityMapper.php +++ b/Localization/Defaults/CityMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * City mapper class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Localization/Defaults/Country.php b/Localization/Defaults/Country.php index d688d3508..ba2546f93 100755 --- a/Localization/Defaults/Country.php +++ b/Localization/Defaults/Country.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Country class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php index 588223d59..4afb3c02b 100755 --- a/Localization/Defaults/CountryMapper.php +++ b/Localization/Defaults/CountryMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Country mapper class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Localization/Defaults/Currency.php b/Localization/Defaults/Currency.php index 97c5939ee..f980e71b4 100755 --- a/Localization/Defaults/Currency.php +++ b/Localization/Defaults/Currency.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Currency class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php index c685dd766..230ca29d7 100755 --- a/Localization/Defaults/CurrencyMapper.php +++ b/Localization/Defaults/CurrencyMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Currency mapper class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Localization/Defaults/Iban.php b/Localization/Defaults/Iban.php index d4a7b9fb9..a0e9507e0 100755 --- a/Localization/Defaults/Iban.php +++ b/Localization/Defaults/Iban.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * iban class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php index 2b58aca03..2335b5365 100755 --- a/Localization/Defaults/IbanMapper.php +++ b/Localization/Defaults/IbanMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Iban mapper class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Localization/Defaults/Language.php b/Localization/Defaults/Language.php index 59e5922fa..6aad973eb 100755 --- a/Localization/Defaults/Language.php +++ b/Localization/Defaults/Language.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Language class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php index 16a1c24a0..a06fea5c0 100755 --- a/Localization/Defaults/LanguageMapper.php +++ b/Localization/Defaults/LanguageMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Language mapper class. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Localization/Defaults/NullCity.php b/Localization/Defaults/NullCity.php index f14faddf9..1d561aad8 100755 --- a/Localization/Defaults/NullCity.php +++ b/Localization/Defaults/NullCity.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * City. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/NullCountry.php b/Localization/Defaults/NullCountry.php index 773712565..414b414b8 100755 --- a/Localization/Defaults/NullCountry.php +++ b/Localization/Defaults/NullCountry.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Country. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/NullCurrency.php b/Localization/Defaults/NullCurrency.php index b925c1816..123a14298 100755 --- a/Localization/Defaults/NullCurrency.php +++ b/Localization/Defaults/NullCurrency.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Currency. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/NullIban.php b/Localization/Defaults/NullIban.php index 4e0f8df28..5733b21c0 100755 --- a/Localization/Defaults/NullIban.php +++ b/Localization/Defaults/NullIban.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Iban. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Defaults/NullLanguage.php b/Localization/Defaults/NullLanguage.php index 8afeeabfb..4369a3efa 100755 --- a/Localization/Defaults/NullLanguage.php +++ b/Localization/Defaults/NullLanguage.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization\Defaults; * Language. * * @package phpOMS\Localization\Defaults - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 46bb772d5..79463f4b9 100755 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index 99bd22931..de6b9e314 100755 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country names ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index 2c48653e6..8ed630688 100755 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-1 list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO3166Trait.php b/Localization/ISO3166Trait.php index 0d54c1aa5..6059a90c9 100644 --- a/Localization/ISO3166Trait.php +++ b/Localization/ISO3166Trait.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * ISO 3166 regional grouping * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index 740656ff9..dc7da3735 100755 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index acceb297e..949069cf7 100755 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index 6aff9c418..1e6215254 100755 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency decimals ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index 92a1e1ff9..f4e864fc8 100755 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency names ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index e90f95bcb..721142c86 100755 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 221f4926a..0ff088326 100755 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency sub units ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index 6a0b123c1..a3ec62ca7 100755 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Currency symbols ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO4217Trait.php b/Localization/ISO4217Trait.php index 845952619..63c2b6a79 100644 --- a/Localization/ISO4217Trait.php +++ b/Localization/ISO4217Trait.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * ISO 4217 country -> currency trait. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index 14966ef31..e4d1f8319 100755 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Language name ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO639Trait.php b/Localization/ISO639Trait.php index 581c71998..880bd6c82 100644 --- a/Localization/ISO639Trait.php +++ b/Localization/ISO639Trait.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * ISO 639 country -> language trait. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index 09996a09e..f24b04d84 100755 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Language codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index 1321f326d..6396281de 100755 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Language codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index 4835334c6..d7c4a75af 100755 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\EnumArray; * contain all plausible datetime strings. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index 25e9d2261..7dae34578 100755 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Localization class. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/LegalEntityType.php b/Localization/LegalEntityType.php index 9c9b04222..fd32f8bc2 100755 --- a/Localization/LegalEntityType.php +++ b/Localization/LegalEntityType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Legal entity types. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Localization.php b/Localization/Localization.php index a4330f36a..24df23e28 100755 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Utils\Converter\TemperatureType; * Localization class. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Money.php b/Localization/Money.php index d617e9b82..a479deacc 100755 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Money class. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/NullBaseStringL11n.php b/Localization/NullBaseStringL11n.php index 863b7bbb3..d37d9fe01 100755 --- a/Localization/NullBaseStringL11n.php +++ b/Localization/NullBaseStringL11n.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * Null model * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/NullBaseStringL11nType.php b/Localization/NullBaseStringL11nType.php index 4b593b050..77f439549 100644 --- a/Localization/NullBaseStringL11nType.php +++ b/Localization/NullBaseStringL11nType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * Null model * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index cd6239caf..9c089f17e 100755 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Localization; * Localization. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index 113b56c02..2c836e617 100755 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/RegionEnum.php b/Localization/RegionEnum.php index 78e38426d..63e485c16 100644 --- a/Localization/RegionEnum.php +++ b/Localization/RegionEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO list. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoATCharEnum.php b/Localization/Subregion/ISO3166TwoATCharEnum.php index 7d91653a7..96d457a60 100644 --- a/Localization/Subregion/ISO3166TwoATCharEnum.php +++ b/Localization/Subregion/ISO3166TwoATCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoATNameEnum.php b/Localization/Subregion/ISO3166TwoATNameEnum.php index 4c845d16d..2f7192ac5 100644 --- a/Localization/Subregion/ISO3166TwoATNameEnum.php +++ b/Localization/Subregion/ISO3166TwoATNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoBRCharEnum.php b/Localization/Subregion/ISO3166TwoBRCharEnum.php index 53c023399..d79355715 100644 --- a/Localization/Subregion/ISO3166TwoBRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoBRCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoBRNameEnum.php b/Localization/Subregion/ISO3166TwoBRNameEnum.php index be540a047..d6977d22b 100644 --- a/Localization/Subregion/ISO3166TwoBRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoBRNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCACharEnum.php b/Localization/Subregion/ISO3166TwoCACharEnum.php index 51f28ed30..164767921 100644 --- a/Localization/Subregion/ISO3166TwoCACharEnum.php +++ b/Localization/Subregion/ISO3166TwoCACharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCANameEnum.php b/Localization/Subregion/ISO3166TwoCANameEnum.php index b07c9c2b6..2e560f54e 100644 --- a/Localization/Subregion/ISO3166TwoCANameEnum.php +++ b/Localization/Subregion/ISO3166TwoCANameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCHCharEnum.php b/Localization/Subregion/ISO3166TwoCHCharEnum.php index 845daeab9..70e06ad25 100644 --- a/Localization/Subregion/ISO3166TwoCHCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCHCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCHNameEnum.php b/Localization/Subregion/ISO3166TwoCHNameEnum.php index 5a85fa9ff..8918bc755 100644 --- a/Localization/Subregion/ISO3166TwoCHNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCHNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCNCharEnum.php b/Localization/Subregion/ISO3166TwoCNCharEnum.php index 9fc641bca..3a59a385d 100644 --- a/Localization/Subregion/ISO3166TwoCNCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCNCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCNNameEnum.php b/Localization/Subregion/ISO3166TwoCNNameEnum.php index e7d24e73d..4687d90d5 100644 --- a/Localization/Subregion/ISO3166TwoCNNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCNNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCZCharEnum.php b/Localization/Subregion/ISO3166TwoCZCharEnum.php index 6bbf4b3e7..9a4be13d6 100644 --- a/Localization/Subregion/ISO3166TwoCZCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCZCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoCZNameEnum.php b/Localization/Subregion/ISO3166TwoCZNameEnum.php index d8bb480ce..86c292659 100644 --- a/Localization/Subregion/ISO3166TwoCZNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCZNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoDECharEnum.php b/Localization/Subregion/ISO3166TwoDECharEnum.php index e57530233..022c655f4 100644 --- a/Localization/Subregion/ISO3166TwoDECharEnum.php +++ b/Localization/Subregion/ISO3166TwoDECharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoDENameEnum.php b/Localization/Subregion/ISO3166TwoDENameEnum.php index 3abcdf475..70533b1f6 100644 --- a/Localization/Subregion/ISO3166TwoDENameEnum.php +++ b/Localization/Subregion/ISO3166TwoDENameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoDKCharEnum.php b/Localization/Subregion/ISO3166TwoDKCharEnum.php index 7f6c34ce8..02dfcda54 100644 --- a/Localization/Subregion/ISO3166TwoDKCharEnum.php +++ b/Localization/Subregion/ISO3166TwoDKCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoDKNameEnum.php b/Localization/Subregion/ISO3166TwoDKNameEnum.php index f9c2b2fd1..81270532d 100644 --- a/Localization/Subregion/ISO3166TwoDKNameEnum.php +++ b/Localization/Subregion/ISO3166TwoDKNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoFRCharEnum.php b/Localization/Subregion/ISO3166TwoFRCharEnum.php index dee1afd2f..8aedac28d 100644 --- a/Localization/Subregion/ISO3166TwoFRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoFRCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoFRNameEnum.php b/Localization/Subregion/ISO3166TwoFRNameEnum.php index a559372a1..fe9b571c2 100644 --- a/Localization/Subregion/ISO3166TwoFRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoFRNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoGBCharEnum.php b/Localization/Subregion/ISO3166TwoGBCharEnum.php index e847b6289..671101f1f 100644 --- a/Localization/Subregion/ISO3166TwoGBCharEnum.php +++ b/Localization/Subregion/ISO3166TwoGBCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoGBNameEnum.php b/Localization/Subregion/ISO3166TwoGBNameEnum.php index a78fa0fe5..d566976ca 100644 --- a/Localization/Subregion/ISO3166TwoGBNameEnum.php +++ b/Localization/Subregion/ISO3166TwoGBNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoINCharEnum.php b/Localization/Subregion/ISO3166TwoINCharEnum.php index aae077d52..a5f1f4e4c 100644 --- a/Localization/Subregion/ISO3166TwoINCharEnum.php +++ b/Localization/Subregion/ISO3166TwoINCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoINNameEnum.php b/Localization/Subregion/ISO3166TwoINNameEnum.php index aaae355fa..07267e921 100644 --- a/Localization/Subregion/ISO3166TwoINNameEnum.php +++ b/Localization/Subregion/ISO3166TwoINNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoITCharEnum.php b/Localization/Subregion/ISO3166TwoITCharEnum.php index e8062e29d..b641def3e 100644 --- a/Localization/Subregion/ISO3166TwoITCharEnum.php +++ b/Localization/Subregion/ISO3166TwoITCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoITNameEnum.php b/Localization/Subregion/ISO3166TwoITNameEnum.php index bee81ee4d..1f9ee3bf3 100644 --- a/Localization/Subregion/ISO3166TwoITNameEnum.php +++ b/Localization/Subregion/ISO3166TwoITNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoJPCharEnum.php b/Localization/Subregion/ISO3166TwoJPCharEnum.php index 9ef3c2680..12bde808a 100644 --- a/Localization/Subregion/ISO3166TwoJPCharEnum.php +++ b/Localization/Subregion/ISO3166TwoJPCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoJPNameEnum.php b/Localization/Subregion/ISO3166TwoJPNameEnum.php index 106709c92..ebba43285 100644 --- a/Localization/Subregion/ISO3166TwoJPNameEnum.php +++ b/Localization/Subregion/ISO3166TwoJPNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoNLCharEnum.php b/Localization/Subregion/ISO3166TwoNLCharEnum.php index 795603ef7..5a013f77e 100644 --- a/Localization/Subregion/ISO3166TwoNLCharEnum.php +++ b/Localization/Subregion/ISO3166TwoNLCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoNLNameEnum.php b/Localization/Subregion/ISO3166TwoNLNameEnum.php index 7832a0531..897791bb3 100644 --- a/Localization/Subregion/ISO3166TwoNLNameEnum.php +++ b/Localization/Subregion/ISO3166TwoNLNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoNOCharEnum.php b/Localization/Subregion/ISO3166TwoNOCharEnum.php index c97a6f84f..d884741d2 100644 --- a/Localization/Subregion/ISO3166TwoNOCharEnum.php +++ b/Localization/Subregion/ISO3166TwoNOCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoNONameEnum.php b/Localization/Subregion/ISO3166TwoNONameEnum.php index 349f81784..0bd159964 100644 --- a/Localization/Subregion/ISO3166TwoNONameEnum.php +++ b/Localization/Subregion/ISO3166TwoNONameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoPLCharEnum.php b/Localization/Subregion/ISO3166TwoPLCharEnum.php index e95f4c4ee..747b2f87f 100644 --- a/Localization/Subregion/ISO3166TwoPLCharEnum.php +++ b/Localization/Subregion/ISO3166TwoPLCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoPLNameEnum.php b/Localization/Subregion/ISO3166TwoPLNameEnum.php index 41d4f7e75..552a17361 100644 --- a/Localization/Subregion/ISO3166TwoPLNameEnum.php +++ b/Localization/Subregion/ISO3166TwoPLNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoSECharEnum.php b/Localization/Subregion/ISO3166TwoSECharEnum.php index 0c2d3cfab..1f5c649de 100644 --- a/Localization/Subregion/ISO3166TwoSECharEnum.php +++ b/Localization/Subregion/ISO3166TwoSECharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoSENameEnum.php b/Localization/Subregion/ISO3166TwoSENameEnum.php index 477ec1ae2..58736db8b 100644 --- a/Localization/Subregion/ISO3166TwoSENameEnum.php +++ b/Localization/Subregion/ISO3166TwoSENameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoTRCharEnum.php b/Localization/Subregion/ISO3166TwoTRCharEnum.php index d994b0733..66ae0e994 100644 --- a/Localization/Subregion/ISO3166TwoTRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoTRCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoTRNameEnum.php b/Localization/Subregion/ISO3166TwoTRNameEnum.php index a4b056cd4..16923aa3f 100644 --- a/Localization/Subregion/ISO3166TwoTRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoTRNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoUSCharEnum.php b/Localization/Subregion/ISO3166TwoUSCharEnum.php index 4a2670e15..0ceb7c561 100644 --- a/Localization/Subregion/ISO3166TwoUSCharEnum.php +++ b/Localization/Subregion/ISO3166TwoUSCharEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/Subregion/ISO3166TwoUSNameEnum.php b/Localization/Subregion/ISO3166TwoUSNameEnum.php index 442914077..20f593bdd 100644 --- a/Localization/Subregion/ISO3166TwoUSNameEnum.php +++ b/Localization/Subregion/ISO3166TwoUSNameEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Country codes ISO 3166-2 list. * * @package phpOMS\Localization\Subregion - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 993a673cc..517f171a9 100755 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -6,7 +6,7 @@ * * @package phpOMS\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\EnumArray; * PHP Time zones. * * @package phpOMS\Localization - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Log/FileLogger.php b/Log/FileLogger.php index 6a566ea59..5d887aa9d 100755 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -6,7 +6,7 @@ * * @package phpOMS\Log * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\File\Local\File; * Logging class. * * @package phpOMS\Log - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Log/LogLevel.php b/Log/LogLevel.php index 10804e1df..ac977e65a 100755 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -6,7 +6,7 @@ * * @package phpOMS\Log * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Log level enum. * * @package phpOMS\Log - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index c667d8057..7ad2bb0c7 100755 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Log * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Log; * Logging interface. * * @package phpOMS\Log - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Exception/ZeroDivisionException.php b/Math/Exception/ZeroDivisionException.php index e1645cda8..0b92e382e 100755 --- a/Math/Exception/ZeroDivisionException.php +++ b/Math/Exception/ZeroDivisionException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Exception; * Zero division exception. * * @package phpOMS\Math\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Functions/Algebra.php b/Math/Functions/Algebra.php index 5d3cf52d6..d28828b16 100644 --- a/Math/Functions/Algebra.php +++ b/Math/Functions/Algebra.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Algebra functions * * @package phpOMS\Math\Functions - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php index cdd893721..acbef87a0 100755 --- a/Math/Functions/Beta.php +++ b/Math/Functions/Beta.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Functions; * Beta function * * @package phpOMS\Math\Functions - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php index 41a39fc9d..e4c6d062b 100755 --- a/Math/Functions/Fibonacci.php +++ b/Math/Functions/Fibonacci.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Number\Numbers; * Well known functions class. * * @package phpOMS\Math\Functions - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index f29fa2d0d..90d2c7f0f 100755 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Functions; * Well known functions and helpers class. * * @package phpOMS\Math\Functions - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php index bfb48d6aa..0a53ebf49 100755 --- a/Math/Functions/Gamma.php +++ b/Math/Functions/Gamma.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Functions; * Gamma function * * @package phpOMS\Math\Functions - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/ConvexHull/GrahamScan.php b/Math/Geometry/ConvexHull/GrahamScan.php index 5c68c3341..fe08f7adf 100644 --- a/Math/Geometry/ConvexHull/GrahamScan.php +++ b/Math/Geometry/ConvexHull/GrahamScan.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\ConvexHull * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\ConvexHull; * Andrew's monotone chain convex hull algorithm class. * * @package phpOMS\Math\Geometry\ConvexHull - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index b73c2351d..6c213f570 100755 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\ConvexHull * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\ConvexHull; * Andrew's monotone chain convex hull algorithm class. * * @package phpOMS\Math\Geometry\ConvexHull - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index e9f75107a..38ecaec32 100755 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Circle shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index 38841d9f9..35b6bf3c3 100755 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; * Shape interface. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 744238315..a046da142 100755 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Ellipse shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index 51c20129c..2493096bc 100755 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Polygon class. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index 0508bceb4..4a2217fca 100755 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -6,7 +6,7 @@ * * @package TBD * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Quadrilateral shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index 71a91aece..e48bb32d3 100755 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Rectangle shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index cae080dfe..c03f3a160 100755 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Trapezoid shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index 3308aa30d..1ab00f763 100755 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * Triangle shape. * * @package phpOMS\Math\Geometry\Shape\D2 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index efd56535a..e805e74d0 100755 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Cone shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index f711ca0d7..e13d53ef0 100755 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Cuboid shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index bfa9b2355..60427c470 100755 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Cylinder shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index 8d8d61152..4aefcfa4b 100755 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; * Shape interface. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index 60bb1eebc..93e47e25a 100755 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Geometry\Shape\D2\Polygon; * Prism shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index aabd3451d..41a65d1ab 100755 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Rectangular pyramid shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index 90e18f8da..5dd244e5d 100755 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Sphere shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index 8b28716b0..60e084a71 100755 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * Tetraedron shape. * * @package phpOMS\Math\Geometry\Shape\D3 - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 6fc812929..3f3121f78 100755 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Geometry\Shape * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Geometry\Shape; * Shape interface. * * @package phpOMS\Math\Geometry\Shape - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index 789efdec3..313f9fef9 100755 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -7,7 +7,7 @@ * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * A is symmetric, positive definite then A = L*L' * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index b136f1b2f..dc28da2fa 100755 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -7,7 +7,7 @@ * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Math\Geometry\Shape\D2\Triangle; * A not symmetric then (potentially) A = V*D*inverse(V) * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index d8751696e..d380c9869 100755 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Matrix\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Matrix\Exception; * Zero devision exception. * * @package phpOMS\Math\Matrix\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index 2257c0c74..a6773a5ca 100755 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Matrix; * Identity Matrix * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index f4a0f80de..0429597a0 100755 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -7,7 +7,7 @@ * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * A(piv,:) = L*U * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 6aa930267..25b746706 100755 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Matrix class * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index ddcf4e09b..acea6747f 100755 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -7,7 +7,7 @@ * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * For every matrix A = Q*R * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 9c6f06aad..f35a4bed6 100755 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Matrix; * Vector class * * @package phpOMS\Math\Matrix - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index e6c76a9b4..043bf8f1f 100755 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Complex number class. * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index fff19e851..a3658a28f 100755 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Integer class * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index a26840eec..68eaa743f 100755 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Natura number class * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index 3e64aaf9e..6243ee954 100755 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Number type enum. * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index 5a4bba289..73fd3cba4 100755 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Numbers class. * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index b7b35c42d..063277e12 100755 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Basic operation interface. * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 54fe37c1d..249ebf38b 100755 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Number; * Well known functions class. * * @package phpOMS\Math\Number - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php index a0a714bd9..05e7a006b 100755 --- a/Math/Numerics/Integration.php +++ b/Math/Numerics/Integration.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Numerics; * Numerical integration. * * @package phpOMS\Math\Numerics - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 72852c164..ab7cde27c 100755 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Vector; * Cubic spline interpolation. * * @package phpOMS\Math\Numerics\Interpolation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Interpolation/DerivativeType.php b/Math/Numerics/Interpolation/DerivativeType.php index cc069a158..09d1e1344 100755 --- a/Math/Numerics/Interpolation/DerivativeType.php +++ b/Math/Numerics/Interpolation/DerivativeType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Derivative type enum. * * @package phpOMS\Math\Numerics\Interpolation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Interpolation/InterpolationInterface.php b/Math/Numerics/Interpolation/InterpolationInterface.php index 01f42402f..2f52c1079 100755 --- a/Math/Numerics/Interpolation/InterpolationInterface.php +++ b/Math/Numerics/Interpolation/InterpolationInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Numerics\Interpolation; * Interpolation interface. * * @package phpOMS\Math\Numerics\Interpolation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Interpolation/LagrangeInterpolation.php b/Math/Numerics/Interpolation/LagrangeInterpolation.php index 2ef7ba13c..e3ed36cf0 100755 --- a/Math/Numerics/Interpolation/LagrangeInterpolation.php +++ b/Math/Numerics/Interpolation/LagrangeInterpolation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Numerics\Interpolation; * Lagrange spline interpolation. * * @package phpOMS\Math\Numerics\Interpolation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index 447ecf933..2728da36b 100755 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Vector; * Linear spline interpolation. * * @package phpOMS\Math\Numerics\Interpolation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Optimization/Simplex.php b/Math/Optimization/Simplex.php index 2efb08a78..65d661824 100644 --- a/Math/Optimization/Simplex.php +++ b/Math/Optimization/Simplex.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Optimization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -42,7 +42,7 @@ namespace phpOMS\Math\Optimization; * * @package phpOMS\Math\Optimization * @license Copyright (c) 2015 Petar Veličković - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @link https://github.com/PetarV-/Algorithms/blob/master/Mathematical%20Algorithms/Simplex%20Algorithm.cpp * @since 1.0.0 diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index 15f50c61f..1eb231109 100755 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Parser * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Parser; * Basic math function evaluation. * * @package phpOMS\Math\Parser - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Solver/Root/Bisection.php b/Math/Solver/Root/Bisection.php index 4be5faf10..e814501de 100644 --- a/Math/Solver/Root/Bisection.php +++ b/Math/Solver/Root/Bisection.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Solver\Root; * Find the root of a function. * * @package phpOMS\Math\Solver\Root - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Solver/Root/Illinois.php b/Math/Solver/Root/Illinois.php index 2796f79ee..1adef498f 100644 --- a/Math/Solver/Root/Illinois.php +++ b/Math/Solver/Root/Illinois.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Solver\Root; * Find the root of a function. * * @package phpOMS\Math\Solver\Root - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Solver/Root/RegulaFalsi.php b/Math/Solver/Root/RegulaFalsi.php index ac43bc779..d86139f02 100644 --- a/Math/Solver/Root/RegulaFalsi.php +++ b/Math/Solver/Root/RegulaFalsi.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Solver\Root; * Find the root of a function. * * @package phpOMS\Math\Solver\Root - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index 9cf0c04c3..abe9ae63a 100755 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Average class. * * @package phpOMS\Math\Statistic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index b426eb805..1b048bfc3 100755 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Statistic; * Basic statistic functions. * * @package phpOMS\Math\Statistic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 15f307c47..5f1364f96 100755 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Statistic; * Correlation. * * @package phpOMS\Math\Statistic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/ARIMA/ARIMA.php b/Math/Statistic/Forecast/ARIMA/ARIMA.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/ARIMA/ARIMA.php +++ b/Math/Statistic/Forecast/ARIMA/ARIMA.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/ARIMA/SARIMA.php b/Math/Statistic/Forecast/ARIMA/SARIMA.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/ARIMA/SARIMA.php +++ b/Math/Statistic/Forecast/ARIMA/SARIMA.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/ARIMA/SARIMAX.php b/Math/Statistic/Forecast/ARIMA/SARIMAX.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/ARIMA/SARIMAX.php +++ b/Math/Statistic/Forecast/ARIMA/SARIMAX.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php b/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php +++ b/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/DynamicLinearModels.php b/Math/Statistic/Forecast/DynamicLinearModels.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/DynamicLinearModels.php +++ b/Math/Statistic/Forecast/DynamicLinearModels.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 559e2d3c5..971a96cdc 100755 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\ArrayUtils; * Basic forecast functions. * * @package phpOMS\Math\Statistic\Forecast - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/ExponentialSmoothing.php b/Math/Statistic/Forecast/ExponentialSmoothing.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/ExponentialSmoothing.php +++ b/Math/Statistic/Forecast/ExponentialSmoothing.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index c55782c06..fe497619e 100755 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Statistic\Forecast; * General forecasts helper class. * * @package phpOMS\Math\Statistic\Forecast - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/GradientBoostingMachines.php b/Math/Statistic/Forecast/GradientBoostingMachines.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/GradientBoostingMachines.php +++ b/Math/Statistic/Forecast/GradientBoostingMachines.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php b/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php +++ b/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/Prophet.php b/Math/Statistic/Forecast/Prophet.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/Prophet.php +++ b/Math/Statistic/Forecast/Prophet.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index eb708f0ff..4829c95d7 100755 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Statistic\Forecast\Regression; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index e421ec6b8..83bf5258f 100755 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index 0bd4bf34b..930a93e6d 100755 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index 91946f238..568b3296c 100755 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index fb9e60f05..7c8ed57ac 100755 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -6,7 +6,7 @@ * * @package TBD * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Matrix; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php index 0998b192b..90a06c32b 100755 --- a/Math/Statistic/Forecast/Regression/PolynomialRegression.php +++ b/Math/Statistic/Forecast/Regression/PolynomialRegression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average; * Regression class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index 218172576..b066c0497 100755 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average; * Regression abstract class. * * @package phpOMS\Math\Statistic\Forecast\Regression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Statistic/Forecast/SeasonalTrendDecomposition.php b/Math/Statistic/Forecast/SeasonalTrendDecomposition.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/SeasonalTrendDecomposition.php +++ b/Math/Statistic/Forecast/SeasonalTrendDecomposition.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/Forecast/VectorAutoregression.php b/Math/Statistic/Forecast/VectorAutoregression.php index aa1d71765..e5ff6e3ba 100755 --- a/Math/Statistic/Forecast/VectorAutoregression.php +++ b/Math/Statistic/Forecast/VectorAutoregression.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index 9109531cf..4fe305578 100755 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Measure of dispersion. * * @package phpOMS\Math\Statistic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 56121aafd..12658039f 100755 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Bernulli distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 92a304fad..00cd6e714 100755 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Functions; * Beta distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index 1dff4445d..7a3cb777e 100755 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Functions; * Binomial distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index ba0ce5150..a1dd043eb 100755 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Cauchy distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index ca015bd0b..454cc29f8 100755 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Math\Functions\Gamma; * Test if two variables are similarly distributed (goodness fit, test dependency of variables) * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index a6b0d390c..e725fb624 100755 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Exponential distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index 0196fd279..c3161875c 100755 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Beta; * F distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 47503b24a..b76c46feb 100755 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Gamma; * Gamma distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index df96ff874..624556be2 100755 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Geometric distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index 4f66b6aef..f91945c8f 100755 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Functions; * Hypergeometric distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index 7bd9f60f4..f7cfc3065 100755 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Laplace distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index a63b378ab..3d572182f 100755 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Beta; * Log distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index 5f04236b5..ab91a4a2b 100755 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Functions; * Log-normal distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 84019c63a..324c69c50 100755 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Logistic distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index c519ec169..35284b696 100755 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Functions; * Normal distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 658166e59..55a4ba903 100755 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Pareto distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index 8b54578af..49d8c972b 100755 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Gamma; * Well known functions class. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 69560b7df..c004b29db 100755 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Test the similarity of two means * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 1667b0ef2..da5baeb27 100755 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Uniform (continuous) distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 1d222a3bb..b4d85646a 100755 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * Uniform (discrete) distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index fa9407903..1e0d58d27 100755 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Functions\Gamma; * Weibull distribution. * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php index daab66b19..c92068cfb 100755 --- a/Math/Stochastic/Distribution/ZTesting.php +++ b/Math/Stochastic/Distribution/ZTesting.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; * Test if the mean is the same as the population mean * * @package phpOMS\Math\Stochastic\Distribution - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php index 5b2b46393..cb201c5dc 100755 --- a/Math/Stochastic/NaiveBayesClassifier.php +++ b/Math/Stochastic/NaiveBayesClassifier.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Stochastic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; * Naive bayes matching. * * @package phpOMS\Math\Stochastic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Topology/Kernel2D.php b/Math/Topology/Kernel2D.php index 2a8f2e7fc..d1e955c51 100644 --- a/Math/Topology/Kernel2D.php +++ b/Math/Topology/Kernel2D.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Math\Topology; * The bandwidth in the following functions is equivalent with 2 * sigma. * * @package phpOMS\Math\Topology - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Topology/KernelsND.php b/Math/Topology/KernelsND.php index 54268a9d9..5db8714d6 100644 --- a/Math/Topology/KernelsND.php +++ b/Math/Topology/KernelsND.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Matrix; * Kernels. * * @package phpOMS\Math\Topology - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php index f43873f1f..2481e089e 100755 --- a/Math/Topology/Metrics2D.php +++ b/Math/Topology/Metrics2D.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Metrics. * * @package phpOMS\Math\Topology - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php index d892711a9..58fef18ba 100755 --- a/Math/Topology/MetricsND.php +++ b/Math/Topology/MetricsND.php @@ -6,7 +6,7 @@ * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * Metrics. * * @package phpOMS\Math\Topology - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Cli/CliHeader.php b/Message/Cli/CliHeader.php index de2d56eb1..cce753498 100755 --- a/Message/Cli/CliHeader.php +++ b/Message/Cli/CliHeader.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Message\HeaderAbstract; * Response class. * * @package phpOMS\Message\Cli - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Cli/CliRequest.php b/Message/Cli/CliRequest.php index 5371ba9ac..785cf97bd 100755 --- a/Message/Cli/CliRequest.php +++ b/Message/Cli/CliRequest.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Utils\ArrayUtils; * Request class. * * @package phpOMS\Message\Cli - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Cli/CliResponse.php b/Message/Cli/CliResponse.php index 3d2c90082..2f928aa02 100755 --- a/Message/Cli/CliResponse.php +++ b/Message/Cli/CliResponse.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\Views\View; * Response class. * * @package phpOMS\Message\Cli - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index 41c451f86..19513380e 100755 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Localization\Localization; * Response class. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index 5ac6008a8..3cf6f698c 100755 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Browser types can be used for statistics or in order to deliver browser specific content. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php index 9b46345cf..bca55382f 100755 --- a/Message/Http/HttpHeader.php +++ b/Message/Http/HttpHeader.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\MimeType; * Response class. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php index a0fa0a53c..9d92c91a3 100755 --- a/Message/Http/HttpRequest.php +++ b/Message/Http/HttpRequest.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\Uri\HttpUri; * Request class. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php index 2213b63b9..c06c7559a 100755 --- a/Message/Http/HttpResponse.php +++ b/Message/Http/HttpResponse.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ use phpOMS\Views\View; * @property \phpOMS\Message\Http\HttpHeader $header Http header * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/ImpressionStat.php b/Message/Http/ImpressionStat.php index 284d58b17..0743bb2cc 100644 --- a/Message/Http/ImpressionStat.php +++ b/Message/Http/ImpressionStat.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Statistic * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO639x1Enum; * Request statistic class. * * @package phpOMS\Message\Statistic - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 9ce0db64b..a44f880ec 100755 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * OS Types which could be useful in order to create statistics or deliver OS specific content. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index 8bfd2b511..1149c3fda 100755 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Request method enum. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index a968af4d0..303222bfa 100755 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Request status enum. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index ff1573fcb..a0f79fb40 100755 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Request status enum. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index e9e0f4418..0594c962b 100755 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\System\MimeType; * Rest request class. * * @package phpOMS\Message\Http - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/DispositionType.php b/Message/Mail/DispositionType.php index b23110531..d5fc4d196 100755 --- a/Message/Mail/DispositionType.php +++ b/Message/Mail/DispositionType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Disposition enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/DsnNotificationType.php b/Message/Mail/DsnNotificationType.php index 7a7941711..2fc9954a9 100755 --- a/Message/Mail/DsnNotificationType.php +++ b/Message/Mail/DsnNotificationType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Dsn notification types enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index a58a65641..63b965d09 100755 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @@ -30,7 +30,7 @@ use phpOMS\Validation\Network\Email as EmailValidator; * Mail class. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/EncodingType.php b/Message/Mail/EncodingType.php index 740da96c4..1de5d01ff 100755 --- a/Message/Mail/EncodingType.php +++ b/Message/Mail/EncodingType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Encoding enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/EncryptionType.php b/Message/Mail/EncryptionType.php index 783e2ac59..8023cff62 100755 --- a/Message/Mail/EncryptionType.php +++ b/Message/Mail/EncryptionType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Encryption enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/HeaderContext.php b/Message/Mail/HeaderContext.php index 97a8644ff..9ca54b461 100755 --- a/Message/Mail/HeaderContext.php +++ b/Message/Mail/HeaderContext.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Submit enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/ICALMethodType.php b/Message/Mail/ICALMethodType.php index 2f2725299..da5d27309 100755 --- a/Message/Mail/ICALMethodType.php +++ b/Message/Mail/ICALMethodType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Calendar message types enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 3ebc36d35..40c525d5c 100755 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Message\Mail; * Imap mail class. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Mail/MailBoxInterface.php b/Message/Mail/MailBoxInterface.php index 954e9dd98..110009de0 100755 --- a/Message/Mail/MailBoxInterface.php +++ b/Message/Mail/MailBoxInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Message\Mail; * Message interface. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index e0233f71e..4b0d83a93 100755 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Message\Mail; * Imap mail class. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Message/Mail/SMTPAuthType.php b/Message/Mail/SMTPAuthType.php index 8745799ce..4dc78e9fe 100755 --- a/Message/Mail/SMTPAuthType.php +++ b/Message/Mail/SMTPAuthType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * SMTP auth types enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/SmtpTransactionPattern.php b/Message/Mail/SmtpTransactionPattern.php index 0982f2687..19c41ae27 100755 --- a/Message/Mail/SmtpTransactionPattern.php +++ b/Message/Mail/SmtpTransactionPattern.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Transaction types enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Mail/SubmitType.php b/Message/Mail/SubmitType.php index c031b2e8d..c8c62c92e 100755 --- a/Message/Mail/SubmitType.php +++ b/Message/Mail/SubmitType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Submit enum. * * @package phpOMS\Message\Mail - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index 2324d1fe8..901432255 100755 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Message; * Message interface. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/NotificationLevel.php b/Message/NotificationLevel.php index 7a27d0238..5ed0c6938 100755 --- a/Message/NotificationLevel.php +++ b/Message/NotificationLevel.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Notification level enum. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index 795d2fea6..cfda857ba 100755 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Uri\UriInterface; * Request class. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index cc052e307..931929c41 100755 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Localization\ISO639x1Enum; * Response abstract class. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php index 438528e5e..dbf8079b9 100755 --- a/Message/Socket/PacketManager.php +++ b/Message/Socket/PacketManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Router\SocketRouter; * Parsing/serializing arrays to and from php file * * @package phpOMS\Message\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Socket/PacketType.php b/Message/Socket/PacketType.php index af3ad2a4e..cffbc57e3 100755 --- a/Message/Socket/PacketType.php +++ b/Message/Socket/PacketType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Packet type enum. * * @package phpOMS\Message\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php index 56f5868c3..101f70e26 100755 --- a/Message/Socket/SocketHeader.php +++ b/Message/Socket/SocketHeader.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Message\HeaderAbstract; * Parsing/serializing arrays to and from php file * * @package phpOMS\Message\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Socket/SocketRequest.php b/Message/Socket/SocketRequest.php index 0eaa663c4..08f7af60c 100755 --- a/Message/Socket/SocketRequest.php +++ b/Message/Socket/SocketRequest.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Router\RouteVerb; * Request class. * * @package phpOMS\Message\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php index ba212724d..329f244a0 100755 --- a/Message/Socket/SocketResponse.php +++ b/Message/Socket/SocketResponse.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Views\View; * Response class. * * @package phpOMS\Message\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index 31e20de68..30c503875 100755 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\StreamInterface; * Upload interface. * * @package phpOMS\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Html/FormElementGenerator.php b/Model/Html/FormElementGenerator.php index 32320df5b..bcc208d20 100755 --- a/Model/Html/FormElementGenerator.php +++ b/Model/Html/FormElementGenerator.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\SmartDateTime; * Form element generator class. * * @package phpOMS\Model\Html - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Html/Head.php b/Model/Html/Head.php index ac5691e12..b3822e11e 100755 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum; * Responsible for handling everything that's going on in the * * @package phpOMS\Model\Html - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index 953574f30..1a0281e5a 100755 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Views\ViewAbstract; * Meta class. * * @package phpOMS\Model\Html - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php index a20299cc2..986f5fa03 100755 --- a/Model/Message/Dom.php +++ b/Model/Message/Dom.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\SerializableInterface; * Dom class. * * @package phpOMS\Model\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Message/DomAction.php b/Model/Message/DomAction.php index 4afad6dde..9372771da 100755 --- a/Model/Message/DomAction.php +++ b/Model/Message/DomAction.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * DomAction class. * * @package phpOMS\Model\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Message/DynamicList.php b/Model/Message/DynamicList.php index c3e122caf..9b924b8d1 100755 --- a/Model/Message/DynamicList.php +++ b/Model/Message/DynamicList.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php index 61f53a6e0..49ef6fc43 100755 --- a/Model/Message/FormValidation.php +++ b/Model/Message/FormValidation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\SerializableInterface; * FormValidation class. * * @package phpOMS\Model\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php index ad416115f..ede39eba3 100755 --- a/Model/Message/Notify.php +++ b/Model/Message/Notify.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Message\NotificationLevel; * Notify class. * * @package phpOMS\Model\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php index 7ae254f80..fcf7ad606 100755 --- a/Model/Message/Redirect.php +++ b/Model/Message/Redirect.php @@ -6,7 +6,7 @@ * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\SerializableInterface; * Redirect class. * * @package phpOMS\Model\Message - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/CliInterface.php b/Module/CliInterface.php index abc456af5..18f10be8f 100755 --- a/Module/CliInterface.php +++ b/Module/CliInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module; * Cli module interface. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index 92411106f..11e37e5c9 100755 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module\Exception; * Zero division exception. * * @package phpOMS\Module\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index 025fa4e3a..523688072 100755 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module\Exception; * Zero devision exception. * * @package phpOMS\Module\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 43b41c3fe..7d3fba34f 100755 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Installer abstract class. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index aa1143c30..00b36d9b0 100755 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Utils\StringUtils; * @method __call(string $name, array $arguments) * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php index 9ef490c55..9371d7e39 100755 --- a/Module/ModuleInfo.php +++ b/Module/ModuleInfo.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\ArrayUtils; * Handling the info files for modules * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 525edccd6..df184e3b0 100755 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Module\Exception\InvalidModuleException; * General module functionality such as listings and initialization. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php index 765cdce08..0622bc870 100755 --- a/Module/ModuleStatus.php +++ b/Module/ModuleStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Module status enum. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/NullModule.php b/Module/NullModule.php index 506a521d1..1d35eeb1a 100755 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module; * Mull module class. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/PackageManager.php b/Module/PackageManager.php index cc09148ed..7f6d1b26d 100755 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -29,7 +29,7 @@ use phpOMS\Utils\StringUtils; * The package manager is responsible for handling installation and update packages for modules, frameworks and resources. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index 392b52e98..73cf344f8 100755 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module; * Socket module interface. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php index e7e3f1764..5a58e2fbf 100755 --- a/Module/StatusAbstract.php +++ b/Module/StatusAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -29,7 +29,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; * This abstraction can be used by modules in order to manipulate their basic status/state. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php index 45509d05a..8b7016a62 100755 --- a/Module/UninstallerAbstract.php +++ b/Module/UninstallerAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder; * Uninstaller abstract class. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php index de745e837..1ada3ca8d 100755 --- a/Module/UpdaterAbstract.php +++ b/Module/UpdaterAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * Updater abstract class. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Module/WebInterface.php b/Module/WebInterface.php index 12197f225..aefbc509a 100755 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Module * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Module; * Web module interface. * * @package phpOMS\Module - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Preloader.php b/Preloader.php index f21425edc..8362d3f46 100755 --- a/Preloader.php +++ b/Preloader.php @@ -6,7 +6,7 @@ * * @package phpOMS * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS; * Preloader class. * * @package phpOMS - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/README.md b/README.md index 3a772e7d4..be3a3903f 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ With Karaka you have one partner who can provide all the tools and software solu ## Requirements -* PHP 8.2 -* PHP extension: php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear +* PHP 8.3 +* PHP extension: php8.3-dev php8.3-cli php8.3-common php8.3-intl php8.3-mysql php8.3-pgsql php8.3-xdebug php8.3-opcache php8.3-pdo php8.3-sqlite php8.3-mbstring php8.3-curl php8.3-imap php8.3-bcmath php8.3-zip php8.3-dom php8.3-xml php8.3-phar php8.3-gd php-pear * apache2 (recommended) or nginx * mysql-server (recommended) or postgresql postgresql-contrib * Tools: tesseract-ocr, pdftotext, pdftoppm diff --git a/Router/RouteStatus.php b/Router/RouteStatus.php index 7d2a1802d..ca822aff6 100755 --- a/Router/RouteStatus.php +++ b/Router/RouteStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Router * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Route Status * * @package phpOMS\Router - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index 214acbc35..eed8c3e59 100755 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -6,7 +6,7 @@ * * @package phpOMS\Router * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Route verb enum. * * @package phpOMS\Router - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Router/RouterInterface.php b/Router/RouterInterface.php index c3e11852a..63c76a937 100755 --- a/Router/RouterInterface.php +++ b/Router/RouterInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Account\Account; * Router interface. * * @package phpOMS\Router - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php index 5e364f394..e033430ea 100755 --- a/Router/SocketRouter.php +++ b/Router/SocketRouter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Router * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Account\Account; * Router class for socket routes. * * @package phpOMS\Router - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Router/WebRouter.php b/Router/WebRouter.php index dcdd033de..62bad74ed 100755 --- a/Router/WebRouter.php +++ b/Router/WebRouter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Router * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Account\Account; * Router class for web routes. * * @package phpOMS\Router - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Security/EncryptionHelper.php b/Security/EncryptionHelper.php index 2f8fa2fe7..4f3ef0bcb 100755 --- a/Security/EncryptionHelper.php +++ b/Security/EncryptionHelper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Security * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Security; * Php encryption wrapper class. * * @package phpOMS\Security - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Security/Guard.php b/Security/Guard.php index c78854ca7..9beef1330 100755 --- a/Security/Guard.php +++ b/Security/Guard.php @@ -6,7 +6,7 @@ * * @package phpOMS\Security * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\File\FileUtils; * This can be used to guard against certain vulnerabilities * * @package phpOMS\Security - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Security/PhpCode.php b/Security/PhpCode.php index 238f3e83d..186c6ed17 100755 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Security * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ namespace phpOMS\Security; * Additionally, this can also be used in order verify that the source code is not altered compared to some expected source code. * * @package phpOMS\Security - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index e1eca6d95..2ace8ae67 100755 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Socket\SocketAbstract; * Client socket class. * * @package phpOMS\Socket\Client - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index 6e2986d53..f809d6799 100755 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Account\Account; * Client socket class. * * @package phpOMS\Socket\Client - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index ff61af0e0..431fbb58e 100755 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Socket\Client; * Client socket class. * * @package phpOMS\Socket\Client - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index b050a06a5..2020f19d6 100755 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Socket\Client\NullClientConnection; * Client manager class. * * @package phpOMS\Socket\Server - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index d1c6d2edf..19cc43c1f 100755 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Socket\SocketAbstract; * Server class. * * @package phpOMS\Socket\Server - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index e75d09f69..97c6097c7 100755 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Socket; * Socket class. * * @package phpOMS\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index 5cec80de3..7537d9ab2 100755 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Socket * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Socket; * Socket class. * * @package phpOMS\Socket - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index 8112269e5..c9d51ce15 100755 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Address class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index 241acb77f..182010894 100755 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Address type enum. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index 77a715381..bb3390d77 100755 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Stdlib\Base; * Replacing the SplEnum class and providing basic enum. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index c82337a7f..7781493aa 100755 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Stdlib\Base; * Replacing the SplEnum class and providing basic enum. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index d5e088bbc..f34233608 100755 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Stdlib\Base\Exception; * Performing operations on the file system * * @package phpOMS\Stdlib\Base\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index e239c107d..0da21fcb3 100755 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Stdlib\Base\Exception; * Performing operations on the file system * * @package phpOMS\Stdlib\Base\Exception - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php index d4180a74b..f8f8442a2 100755 --- a/Stdlib/Base/FloatInt.php +++ b/Stdlib/Base/FloatInt.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\SerializableInterface; * FloatInt class. * * @package phpOMS\Stdlib - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php index 5185655b0..bee427726 100755 --- a/Stdlib/Base/Heap.php +++ b/Stdlib/Base/Heap.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Heap class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php index 0976586ed..c95d6dc1f 100755 --- a/Stdlib/Base/HeapItemInterface.php +++ b/Stdlib/Base/HeapItemInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Item interface * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php index ea9e2d074..cffb42223 100755 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Validation\Finance\IbanEnum; * Iban class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index dd7aa42ee..33343b429 100755 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO3166TwoEnum; * Location class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/NullAddress.php b/Stdlib/Base/NullAddress.php index 3b372d395..f2dc77354 100644 --- a/Stdlib/Base/NullAddress.php +++ b/Stdlib/Base/NullAddress.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Address class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index be3d542ec..29489224c 100755 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Location class. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index 74bc45bcf..ad06eb96f 100755 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Base; * Phone type enum. * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index 5570014cc..779e1cf71 100755 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Math\Functions\Functions; * Providing smarter datetimes * * @package phpOMS\Stdlib\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index 0ff3e1600..f59b011c4 100755 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Graph; * Edge class. * * @package phpOMS\Stdlib\Graph - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index 3de2fc564..3f5486514 100755 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Graph; * Graph class. * * @package phpOMS\Stdlib\Graph - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index e51226898..ccead8916 100755 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Graph; * Node class. * * @package phpOMS\Stdlib\Graph - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index 9b0c91515..c39faa437 100755 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * These keys specify how the multi map works. * * @package phpOMS\Stdlib\Map - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index d8b2e77f8..c19d6475c 100755 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Utils\Permutation; * Multimap utils. * * @package phpOMS\Stdlib\Map - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index 48d6a10d2..ca8a36298 100755 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Specifies if keys in the map can be ordered in any way or need to match the exact order. * * @package phpOMS\Stdlib\Map - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index 94e53e033..4b58955a7 100755 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Defines the different priorities in which elements from the queue can be extracted. * * @package phpOMS\Stdlib\Queue - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index 2e731e9c3..d9595b4e7 100755 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; * Priority queue class. * * @package phpOMS\Stdlib\Queue - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Tree/BinarySearchTree.php b/Stdlib/Tree/BinarySearchTree.php index 42b6d9cc1..e907ff22b 100644 --- a/Stdlib/Tree/BinarySearchTree.php +++ b/Stdlib/Tree/BinarySearchTree.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Tree * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app * @link https://github.com/PetarV-/Algorithms/blob/master/Data%20Structures/Binary%20Search%20Tree.cpp @@ -19,7 +19,7 @@ namespace phpOMS\Stdlib\Tree; * Binary search tree. * * @package phpOMS\Stdlib\Tree - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Stdlib/Tree/Node.php b/Stdlib/Tree/Node.php index 83a605dcb..1593af17a 100644 --- a/Stdlib/Tree/Node.php +++ b/Stdlib/Tree/Node.php @@ -6,7 +6,7 @@ * * @package phpOMS\Stdlib\Tree * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Stdlib\Tree; * Tree node class. * * @package phpOMS\Stdlib\Tree - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/CharsetType.php b/System/CharsetType.php index a339f276d..b6824e4b3 100755 --- a/System/CharsetType.php +++ b/System/CharsetType.php @@ -6,7 +6,7 @@ * * @package phpOMS\System * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Charset enum. * * @package phpOMS\System - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index 2bf5c98a1..c498859fb 100755 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\System\File; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index 6afddbe7f..8502ff64e 100755 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Defines how the content manipulation should be handled. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index 009431e16..ebedc7c47 100755 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\System\File; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index 1d3e39d4a..8139418fd 100755 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Defines what kind of category a file belongs to. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index f032f0ad8..12875f53f 100755 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\System\File; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index 041012285..1ea9a9e48 100755 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System\File; * Path exception class. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 946e041e1..8f2672582 100755 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ use phpOMS\Utils\StringUtils; * Performing operations on the file system * * @package phpOMS\System\File\Ftp - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index 049eb67a3..9f25e9f57 100755 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -30,7 +30,7 @@ use phpOMS\Uri\HttpUri; * All static implementations require a path/uri in the following form: ftp://user:pass@domain.com/path/subpath... * * @package phpOMS\System\File\Ftp - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php index 3d393bedd..ed0d2d68c 100755 --- a/System/File/Ftp/FileAbstract.php +++ b/System/File/Ftp/FileAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Uri\HttpUri; * Performing operations on the file system * * @package phpOMS\System\File\Ftp - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Ftp/FtpContainerInterface.php b/System/File/Ftp/FtpContainerInterface.php index e692c777d..ea9d57c3f 100755 --- a/System/File/Ftp/FtpContainerInterface.php +++ b/System/File/Ftp/FtpContainerInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\File\ContainerInterface; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index 3b2fa2704..b4b24eff3 100755 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\System\File\StorageAbstract; * Performing operations on the file system * * @package phpOMS\System\File\Ftp - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 5284692c5..32519b20e 100755 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Utils\StringUtils; * Performing operations on the file system * * @package phpOMS\System\File\Local - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Local/File.php b/System/File/Local/File.php index 391c53d67..e7c1aa5c9 100755 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\System\File\PathException; * Performing operations on the file system * * @package phpOMS\System\File\Local - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index 79bc07e42..3cef6a3a4 100755 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\File\PathException; * Performing operations on the file system * * @package phpOMS\System\File\Local - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Local/LocalContainerInterface.php b/System/File/Local/LocalContainerInterface.php index 0dbce7edb..7239d97f1 100755 --- a/System/File/Local/LocalContainerInterface.php +++ b/System/File/Local/LocalContainerInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\File\ContainerInterface; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index dda555b50..2d4baa28a 100755 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\System\File\StorageAbstract; * Performing operations on the file system * * @package phpOMS\System\File\Local - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/PathException.php b/System/File/PathException.php index dc8ecd783..5bbb0b270 100755 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System\File; * Path exception class. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index bec04debd..b614e46a8 100755 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System\File; * Permission exception class. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/SearchUtils.php b/System/File/SearchUtils.php index d1574577a..5d55b22a1 100644 --- a/System/File/SearchUtils.php +++ b/System/File/SearchUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System\File; * Path exception class. * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/Storage.php b/System/File/Storage.php index c4859c5b0..ea89534bd 100755 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Autoloader; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index 4a1dd1e38..705fd879e 100755 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\File * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\System\File; * Performing operations on the file system * * @package phpOMS\System\File - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/MimeType.php b/System/MimeType.php index 2a9501993..69504a70e 100755 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -6,7 +6,7 @@ * * @package phpOMS\System * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * Common mime types which can be helpful for responses where a specific mime needs to be set. * * @package phpOMS\System - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index 346abfc2d..989575bde 100755 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -6,7 +6,7 @@ * * @package phpOMS\System * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System; * Operating system class. * * @package phpOMS\System - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php index 5cbccf2ca..d877c0ce9 100755 --- a/System/Search/StringSearch.php +++ b/System/Search/StringSearch.php @@ -6,7 +6,7 @@ * * @package phpOMS\System\Search * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System\Search; * Basic string search algorithms. * * @package phpOMS\System\Search - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/SystemType.php b/System/SystemType.php index f0e04e434..490192b2c 100755 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -6,7 +6,7 @@ * * @package phpOMS\System * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Operating system type enum. * * @package phpOMS\System - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/System/SystemUtils.php b/System/SystemUtils.php index de1c8be2d..67d47e512 100755 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\System * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\System; * System utils * * @package phpOMS\System - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/UnhandledHandler.php b/UnhandledHandler.php index e9c1c3ad0..fea7ff46b 100755 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -6,7 +6,7 @@ * * @package phpOMS * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Log\FileLogger; * Default exception and error handler. * * @package phpOMS - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Uri/Argument.php b/Uri/Argument.php index baf63bc92..175de14ab 100755 --- a/Uri/Argument.php +++ b/Uri/Argument.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Uri; * Considers arguments used in ca CLI as uri * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php index 62b66d3d7..3e1411e35 100755 --- a/Uri/HttpUri.php +++ b/Uri/HttpUri.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Utils\StringUtils; * Uri used for http requests (incoming & outgoing) * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index 330a4bc32..8edbf4519 100755 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Uri; * Uri exception. * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 6050faabc..7c3154049 100755 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Uri; * Used in order to create a uri * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 9d98d7553..0b22c6d51 100755 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ namespace phpOMS\Uri; * @property string $path Path * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index e08cf7c4b..909fee0d2 100755 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -6,7 +6,7 @@ * * @package phpOMS\Uri * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Uri scheme. * * @package phpOMS\Uri - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index ad96e3139..63276535d 100755 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils; * Array utils. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index bb2597b8f..272190a00 100755 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Aztec class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Barcode/BarAbstract.php b/Utils/Barcode/BarAbstract.php index 13a085411..d41e17c9d 100755 --- a/Utils/Barcode/BarAbstract.php +++ b/Utils/Barcode/BarAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 128 abstract class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index a18fb1bc2..f252b2f9c 100755 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 128a class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index ea7373e4a..c542f6958 100755 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 128b class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index 81362b02d..61ac1bd89 100755 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 128c class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index ffefad6a3..6ac4d6087 100755 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 25 class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index 6244e0e13..a5687c0f0 100755 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Code 39 class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/CodeAbstract.php b/Utils/Barcode/CodeAbstract.php index 4a2ff6e0a..5e49a7961 100755 --- a/Utils/Barcode/CodeAbstract.php +++ b/Utils/Barcode/CodeAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; * Code class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index 4bf08399b..ac6ee5e2c 100755 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Barcode; * Codebar class. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index 27f0077f8..3a31a2055 100755 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Orientation type enum. * * @package phpOMS\Utils\Barcode - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index 51b408517..33973f6ef 100755 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils; * Color class for color operations. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index 0ace96138..e22382599 100755 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Compression; * Compression Interface * * @package phpOMS\Utils\Compression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index c3e49ca8f..b36b01aeb 100755 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Compression; * LZW compression class * * @package phpOMS\Utils\Compression - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index cbfdd4dd4..57f78f18b 100755 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Angle type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index 05ecd7a14..7c3d0daa7 100755 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Area type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 874012dd5..14766ce73 100755 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Uri\HttpUri; * Currency converter. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index 29bcf4cbd..6b0f4bc22 100755 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Energy/Power type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 21a84fb55..7c44e28c8 100755 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Converter; * File converter. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index 40293b36b..4222c1b13 100755 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * File size type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index 94e73341e..dcafe8cbc 100755 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Converter; * Ip converter. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index 2ecea4709..ac4781ba1 100755 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Length type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index 231e159ec..2749552e4 100755 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Converter; * Measurement converter. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index b269d3619..4c967b737 100755 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Converter; * Numeric converter. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index 134c53746..ce41b63f6 100755 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Pressure type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 6ecc62fef..ae3586718 100755 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Speed type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index 3dd68c339..77d8fc527 100755 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Temperature type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index 1404318f0..5b1daa6d0 100755 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Time type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index b3634c7e5..414b5ee2a 100755 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Volume type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index 768799c9c..2dde49d54 100755 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Weight type enum. * * @package phpOMS\Utils\Converter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/Base64Url.php b/Utils/Encoding/Base64Url.php index a8dd4b554..9ba1ca79c 100644 --- a/Utils/Encoding/Base64Url.php +++ b/Utils/Encoding/Base64Url.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding; * Base64Url encoding class * * @package phpOMS\Utils\Encoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index ed9c5a3a2..162c9bee2 100755 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding; * Gray encoding class * * @package phpOMS\Utils\Encoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index 3b12dfcce..be0107f6c 100755 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding; * Encoding Interface * * @package phpOMS\Utils\Encoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index 70c9ca3f9..1363f95e7 100755 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding; * Gray encoding class * * @package phpOMS\Utils\Encoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 4675abee6..7416a5670 100755 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding\Huffman; * Gray encoding class * * @package phpOMS\Utils\Encoding\Huffman - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index 349ab833a..8ad341a2a 100755 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding\Huffman; * Gray encoding class * * @package phpOMS\Utils\Encoding\Huffman - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index 28f5b0025..43c89c1a7 100755 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Encoding; * XOR encoding class * * @package phpOMS\Utils\Encoding - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Formatter/HtmlFormatter.php b/Utils/Formatter/HtmlFormatter.php index 4edfdc026..3f4a16f19 100644 --- a/Utils/Formatter/HtmlFormatter.php +++ b/Utils/Formatter/HtmlFormatter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Formatter * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Formatter; * Html code formatter * * @package phpOMS\Utils\Formatter - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index e64244145..923da2fb4 100755 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Git; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index cd7a8a2e6..34dfe914a 100755 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Git; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index 908517105..04ed70f59 100755 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Git; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index 9eccb992c..3cd6aaf01 100755 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\System\File\PathException; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Utils/Git/NullCommit.php b/Utils/Git/NullCommit.php index 4615623a5..030f19c5d 100755 --- a/Utils/Git/NullCommit.php +++ b/Utils/Git/NullCommit.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Git; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index c7e0e06da..3709b1cda 100755 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Utils\StringUtils; * Repository class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index 31312d12d..09f091886 100755 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Git; * Gray encoding class * * @package phpOMS\Utils\Git - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Csv/CsvDatabaseMapper.php b/Utils/IO/Csv/CsvDatabaseMapper.php index c74666072..b2c472b5a 100644 --- a/Utils/IO/Csv/CsvDatabaseMapper.php +++ b/Utils/IO/Csv/CsvDatabaseMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\IO\IODatabaseMapper; * Csv database mapper. * * @package phpOMS\Utils\IO\Csv - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index 777d35d2e..dfcfa573f 100755 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Csv; * Cvs interface. * * @package phpOMS\Utils\IO\Csv - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 41bc76a28..4862664ee 100755 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Csv; * Csv settings. * * @package phpOMS\Utils\IO\Csv - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index e622eed44..574aa94aa 100755 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Utils\IO\Spreadsheet\SpreadsheetInterface; * Exchange interface. * * @package phpOMS\Utils\IO - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index 1a4b14144..c0db573f5 100755 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO; * IO database mapper. * * @package phpOMS\Utils\IO - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 44d70deb1..ff6746c57 100755 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Json; * Json decoding exception class. * * @package phpOMS\Utils\IO\Json - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index 89a501313..8e3f55135 100755 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Json; * Cvs interface. * * @package phpOMS\Utils\IO\Json - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index 45623dcc7..bef9de824 100755 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Pdf * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Pdf; * Pdf interface. * * @package phpOMS\Utils\IO\Pdf - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php index a34cc0d1e..e98ff8c38 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php +++ b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -24,7 +24,7 @@ use phpOMS\Utils\StringUtils; * Spreadsheet database mapper. * * @package phpOMS\Utils\IO\Spreadsheet - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Spreadsheet/SpreadsheetInterface.php b/Utils/IO/Spreadsheet/SpreadsheetInterface.php index ae4c77478..147dc14eb 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetInterface.php +++ b/Utils/IO/Spreadsheet/SpreadsheetInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Spreadsheet; * Spreadsheet interface. * * @package phpOMS\Utils\IO\Spreadsheet - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index 0bd302fbe..6e4594491 100755 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\IO\Zip; * Archive interface * * @package phpOMS\Utils\IO\Zip - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index 4bd21a39d..cf0737c51 100755 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Utils\IO\Zip; * Providing basic zip support * * @package phpOMS\Utils\IO\Zip - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index d3489a93f..93abedb6d 100755 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -28,7 +28,7 @@ use phpOMS\System\File\Local\Directory; * bug? https://bugs.php.net/bug.php?id=75101 * * @package phpOMS\Utils\IO\Zip - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index 3f77e5cf9..7fba36637 100755 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\File\Local\File; * Providing basic zip support * * @package phpOMS\Utils\IO\Zip - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index d805a46cb..d424f3ae6 100755 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\System\File\Local\Directory; * Providing basic zip support * * @package phpOMS\Utils\IO\Zip - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 0cf00f179..a1618f3ee 100755 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Utils; * This class provides static helper functionalities for images. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php index a1bfd2217..c78ad4211 100755 --- a/Utils/MbStringUtils.php +++ b/Utils/MbStringUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\System\CharsetType; * This class provides static helper functionalities for strings. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php index b6b785f6e..015e7b195 100755 --- a/Utils/NumericUtils.php +++ b/Utils/NumericUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils; * Array utils. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Calendar/ICalParser.php b/Utils/Parser/Calendar/ICalParser.php index 6519ac371..893ad1f9f 100755 --- a/Utils/Parser/Calendar/ICalParser.php +++ b/Utils/Parser/Calendar/ICalParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Calendar * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Parser\Calendar; * iCal parser. * * @package phpOMS\Utils\Parser\Calendar - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Document/DocumentParser.php b/Utils/Parser/Document/DocumentParser.php index 5e60d1cf6..7077ddb3b 100755 --- a/Utils/Parser/Document/DocumentParser.php +++ b/Utils/Parser/Document/DocumentParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Document * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use PhpOffice\PhpWord\Writer\HTML; * Document parser class. * * @package phpOMS\Utils\Parser\Document - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Document/DocumentWriter.php b/Utils/Parser/Document/DocumentWriter.php index 5e1957d0e..0e6640e1c 100755 --- a/Utils/Parser/Document/DocumentWriter.php +++ b/Utils/Parser/Document/DocumentWriter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Document * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use PhpOffice\PhpWord\Writer\WriterInterface; * Save word document * * @package phpOMS\Utils\Parser\Document - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Html/HtmlParser.php b/Utils/Parser/Html/HtmlParser.php index 55deb9c20..bed6f10c7 100644 --- a/Utils/Parser/Html/HtmlParser.php +++ b/Utils/Parser/Html/HtmlParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Html * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Parser\Html; * Html parser class. * * @package phpOMS\Utils\Parser\Html - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Markdown/License.txt b/Utils/Parser/Markdown/License.txt index 2122767d2..25d63d0b1 100755 --- a/Utils/Parser/Markdown/License.txt +++ b/Utils/Parser/Markdown/License.txt @@ -24,4 +24,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. LIMITATIONS: THIS NEW EXPANDED VERSION IS COPYRIGHTED BY Jingga e. K. AND Dennis Eichhorn WITH -THE LICENSE OMS License 2.0 \ No newline at end of file +THE LICENSE OMS License 2.2 \ No newline at end of file diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index dd18e747d..3be15d8e6 100755 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -8,7 +8,7 @@ * @copyright Original & extra license Emanuil Rusev, erusev.com (MIT) * @copyright Extended license Benjamin Hoegh (MIT) * @copyright Extreme license doowzs (MIT) - * @license This version: OMS License 2.0 + * @license This version: OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -25,7 +25,7 @@ use phpOMS\Uri\UriFactory; * @copyright Original & extra license Emanuil Rusev, erusev.com (MIT) * @copyright Extended license Benjamin Hoegh (MIT) * @copyright Extreme license doowzs (MIT) - * @license This version: OMS License 2.0 + * @license This version: OMS License 2.2 * @link https://jingga.app * @see https://github.com/erusev/parsedown * @see https://github.com/erusev/parsedown-extra diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php index 4ac957653..e02450ab9 100755 --- a/Utils/Parser/Pdf/PdfParser.php +++ b/Utils/Parser/Pdf/PdfParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Pdf * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Utils\StringUtils; * Pdf parser class. * * @package phpOMS\Utils\Parser\Pdf - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index dd5a09250..4e491993f 100755 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Php * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Contract\SerializableInterface; * Parsing/serializing arrays to and from php file * * @package phpOMS\Utils\Parser\Php - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Presentation/PresentationParser.php b/Utils/Parser/Presentation/PresentationParser.php index 7bfbcf0df..07b48bce5 100755 --- a/Utils/Parser/Presentation/PresentationParser.php +++ b/Utils/Parser/Presentation/PresentationParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Presentation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use PhpOffice\PhpPresentation\IOFactory; * Presentation parser class. * * @package phpOMS\Utils\Parser\Presentation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Presentation/PresentationWriter.php b/Utils/Parser/Presentation/PresentationWriter.php index c114a8506..2cb9e5e5e 100755 --- a/Utils/Parser/Presentation/PresentationWriter.php +++ b/Utils/Parser/Presentation/PresentationWriter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Presentation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -35,7 +35,7 @@ use PhpOffice\PhpPresentation\Style\Bullet; * Presentation parser class. * * @package phpOMS\Utils\Parser\Presentation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Spreadsheet/SpreadsheetParser.php b/Utils/Parser/Spreadsheet/SpreadsheetParser.php index 61bfa78e7..d4a98d25b 100755 --- a/Utils/Parser/Spreadsheet/SpreadsheetParser.php +++ b/Utils/Parser/Spreadsheet/SpreadsheetParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Spreadsheet * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use PhpOffice\PhpSpreadsheet\Worksheet\PageSetup; * Spreadsheet parser class. * * @package phpOMS\Utils\Parser\Spreadsheet - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Spreadsheet/SpreadsheetWriter.php b/Utils/Parser/Spreadsheet/SpreadsheetWriter.php index 428126223..bf32ea4be 100755 --- a/Utils/Parser/Spreadsheet/SpreadsheetWriter.php +++ b/Utils/Parser/Spreadsheet/SpreadsheetWriter.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Spreadsheet * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use PhpOffice\PhpSpreadsheet\Writer\Pdf; * Spreadsheet writer * * @package phpOMS\Utils\Parser\Spreadsheet - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Parser/Xml/XmlParser.php b/Utils/Parser/Xml/XmlParser.php index 4ae4aa0d0..2a6be1df6 100644 --- a/Utils/Parser/Xml/XmlParser.php +++ b/Utils/Parser/Xml/XmlParser.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\Parser\Xml * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\Parser\Xml; * Xml parser class. * * @package phpOMS\Utils\Parser\Xml - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/Permutation.php b/Utils/Permutation.php index 1ba4211d6..d7cb1b138 100755 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils; * String utils. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 69bc70969..4f821a777 100755 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Array randomizer class * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 7c7b495d7..729c1e66a 100755 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * DateTime generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index 2f86b31fa..c23e0efba 100755 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Distribution type enum. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index aea5b38e8..ef7f84839 100755 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Email generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index f4578b4fc..2a25aa7c0 100755 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * File generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index a48e96b3d..e56db46a9 100755 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Linear congruential generator class * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index 0397f5c72..3c768d51a 100755 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Name generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/Number.php b/Utils/RnG/Number.php index 84a6e78c7..5fc041ae9 100644 --- a/Utils/RnG/Number.php +++ b/Utils/RnG/Number.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Number generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index a97dec580..3cfc5a64a 100755 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Phone generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index f297c26b8..cdb39aa1c 100755 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * String generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index c338c3cfc..143496f5f 100755 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * Text generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/RnG/UUID.php b/Utils/RnG/UUID.php index 968574c16..10ccac940 100755 --- a/Utils/RnG/UUID.php +++ b/Utils/RnG/UUID.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\RnG; * UUID generator. * * @package phpOMS\Utils\RnG - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index 2e8c09528..1e772315d 100755 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Utils; * This class helps to compare two strings * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index aaea37ca3..58bf471ec 100755 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Contract\SerializableInterface; * This class provides static helper functionalities for strings. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index 47b558e3a..40ab3c0e7 100755 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\System\SystemUtils; * Cron class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index 2ed27b7fb..5719ae97c 100755 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\TaskSchedule; * CronJob class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index 7d9b26796..5a6f20d88 100755 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\SerializableInterface; * Interval class for tasks. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php index ca25083a6..0951f39d0 100755 --- a/Utils/TaskSchedule/NullCronJob.php +++ b/Utils/TaskSchedule/NullCronJob.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\TaskSchedule; * CronJob class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php index 6b7805130..059706410 100755 --- a/Utils/TaskSchedule/NullSchedule.php +++ b/Utils/TaskSchedule/NullSchedule.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\TaskSchedule; * CronJob class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index c698eb270..0ea6313f6 100755 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\Base\DateTime; * Schedule class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index b18185466..99b5327dc 100755 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\System\File\PathException; * Scheduler abstract. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index 0e9f8091c..b3f592828 100755 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\SystemType; * Scheduler factory. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 2005aa75e..184efef60 100755 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\TaskSchedule; * Abstract task class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index af011a40e..81bb92f92 100755 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\System\SystemType; * Task factory. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index dc5542108..e993dabdf 100755 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Utils\TaskSchedule; * Task scheduler class. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php index b847cf7e6..7239393f5 100755 --- a/Utils/TaskSchedule/TaskStatus.php +++ b/Utils/TaskSchedule/TaskStatus.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Job status enum. * * @package phpOMS\Utils\TaskSchedule - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 49e420335..c49a041f4 100755 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -6,7 +6,7 @@ * * @package phpOMS\Utils * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Utils; * Only for testing purposes. MUST NOT be used for other purposes. * * @package phpOMS\Utils - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index 310408959..41f53b30c 100755 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate date. * * @package phpOMS\Validation\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php index f030ae719..e238e66d8 100755 --- a/Validation/Base/Json.php +++ b/Validation/Base/Json.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate json. * * @package phpOMS\Validation\Base - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index 1c538b2e1..1e1328fe0 100755 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate BIC * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 667d36fb6..dbce7dfd5 100755 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Credit card validation * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/EUVat.php b/Validation/Finance/EUVat.php index 13a986a78..0bccb10cc 100644 --- a/Validation/Finance/EUVat.php +++ b/Validation/Finance/EUVat.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -22,7 +22,7 @@ use phpOMS\Validation\ValidatorAbstract; * For a proper VAT validation use existing APIs. * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index 640efb2de..c7d7b3aeb 100755 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Iban validation. * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index a7cc92e25..3e9f9d138 100755 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Iban layout definition. * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index b3c6a8f56..e7f9f200a 100755 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Iban error type enum. * * @package phpOMS\Validation\Finance - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 4a27bd24f..2c5471007 100755 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate email. * * @package phpOMS\Validation\Network - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index e0231b565..5a76ce741 100755 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate hostname. * * @package phpOMS\Validation\Network - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index 90f1fa4f5..cedbec747 100755 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; * Validate IP. * * @package phpOMS\Validation\Network - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/Validator.php b/Validation/Validator.php index 079460a59..41415d9f5 100755 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Utils\StringUtils; * Validator class. * * @package phpOMS\Validation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index 8cb8f48cb..f702c0b0d 100755 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Validation; * Validator abstract. * * @package phpOMS\Validation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 662f9379f..252670fce 100755 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -6,7 +6,7 @@ * * @package phpOMS\Validation * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Validation; * Validator interface. * * @package phpOMS\Validation - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Version/Version.php b/Version/Version.php index 649d91dd7..f5a0db75b 100755 --- a/Version/Version.php +++ b/Version/Version.php @@ -6,7 +6,7 @@ * * @package phpOMS\Version * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\Version; * Responsible for handling versions * * @package phpOMS\Version - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Views/NullView.php b/Views/NullView.php index 0ba87faab..114a2e46e 100755 --- a/Views/NullView.php +++ b/Views/NullView.php @@ -6,7 +6,7 @@ * * @package phpOMS\Views * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Views; * Null View * * @package phpOMS\Views - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Views/PaginationView.php b/Views/PaginationView.php index 30f08d456..cfc5c4fe9 100755 --- a/Views/PaginationView.php +++ b/Views/PaginationView.php @@ -6,7 +6,7 @@ * * @package phpOMS\Views * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\Views; * Pagination view. * * @package phpOMS\Views - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Views/View.php b/Views/View.php index b0cb57f38..3abf62e28 100755 --- a/Views/View.php +++ b/Views/View.php @@ -6,7 +6,7 @@ * * @package phpOMS\Views * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -27,7 +27,7 @@ use phpOMS\Stdlib\Base\FloatInt; * Basic view which can be used as basis for specific implementations. * * @package phpOMS\Views - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 71557bfe7..362f3efe6 100755 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -6,7 +6,7 @@ * * @package phpOMS\Views * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Contract\RenderableInterface; * View Abstract. * * @package phpOMS\Views - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/preload.php b/preload.php index 310a843d8..f2ee3e2bf 100755 --- a/preload.php +++ b/preload.php @@ -6,7 +6,7 @@ * * @package Jingga * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index 5abcd260e..310f032fb 100755 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index 6a115f895..65d6a385c 100755 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index 501068ec6..5fc2574a3 100755 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index d7467f4c6..2501c6e1d 100755 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index b6bcb43cf..4bc8e7332 100755 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index 018fb493a..1c9e4819c 100755 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php index 56b662d36..5a20a8ac4 100755 --- a/tests/Account/NullAccountTest.php +++ b/tests/Account/NullAccountTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php index a3aa0bc7f..51e2baceb 100755 --- a/tests/Account/NullGroupTest.php +++ b/tests/Account/NullGroupTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index 5c7db6d17..18601a567 100755 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index 7a3db6dea..238a051f6 100755 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php index 5ff7f429d..743404678 100755 --- a/tests/Ai/Ocr/BasicOcrTest.php +++ b/tests/Ai/Ocr/BasicOcrTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php index d10cfd4ec..f83c6706d 100755 --- a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php +++ b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php index bb11c441d..dd1d351cd 100755 --- a/tests/Algorithm/Clustering/KmeansTest.php +++ b/tests/Algorithm/Clustering/KmeansTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php index 456eb745e..a277def98 100755 --- a/tests/Algorithm/Clustering/PointTest.php +++ b/tests/Algorithm/Clustering/PointTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php index a21d418ce..2f56995a9 100755 --- a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php +++ b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Frequency/AprioriTest.php b/tests/Algorithm/Frequency/AprioriTest.php index e13134624..73024788c 100644 --- a/tests/Algorithm/Frequency/AprioriTest.php +++ b/tests/Algorithm/Frequency/AprioriTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Graph/DependencyResolverTest.php b/tests/Algorithm/Graph/DependencyResolverTest.php index 88704f842..537b66968 100644 --- a/tests/Algorithm/Graph/DependencyResolverTest.php +++ b/tests/Algorithm/Graph/DependencyResolverTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Graph/MarkovChainTest.php b/tests/Algorithm/Graph/MarkovChainTest.php index a207a2a9a..d09392851 100644 --- a/tests/Algorithm/Graph/MarkovChainTest.php +++ b/tests/Algorithm/Graph/MarkovChainTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php index 8c60abc99..7f899c57d 100755 --- a/tests/Algorithm/JobScheduling/JobTest.php +++ b/tests/Algorithm/JobScheduling/JobTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php index adcc24f7c..31a337764 100755 --- a/tests/Algorithm/JobScheduling/WeightedTest.php +++ b/tests/Algorithm/JobScheduling/WeightedTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php index b9785bc73..8eb37ccce 100755 --- a/tests/Algorithm/Knapsack/BackpackTest.php +++ b/tests/Algorithm/Knapsack/BackpackTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php index d17d4ad15..a06a09d27 100755 --- a/tests/Algorithm/Knapsack/BoundedTest.php +++ b/tests/Algorithm/Knapsack/BoundedTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php index 99f1fd977..1144d3571 100755 --- a/tests/Algorithm/Knapsack/ContinuousTest.php +++ b/tests/Algorithm/Knapsack/ContinuousTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php index f2811c61b..7f9f4a510 100755 --- a/tests/Algorithm/Knapsack/ItemTest.php +++ b/tests/Algorithm/Knapsack/ItemTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 797be448b..5098ab59d 100755 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php index ebfc13f22..78ebf4945 100755 --- a/tests/Algorithm/PathFinding/AStarNodeTest.php +++ b/tests/Algorithm/PathFinding/AStarNodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php index 3862028fc..8962f9f38 100755 --- a/tests/Algorithm/PathFinding/AStarTest.php +++ b/tests/Algorithm/PathFinding/AStarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index 054f6a792..c254453e3 100755 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php index 75de9a787..eb526fe68 100755 --- a/tests/Algorithm/PathFinding/HeuristicTest.php +++ b/tests/Algorithm/PathFinding/HeuristicTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php index c963564d5..b0453a28c 100755 --- a/tests/Algorithm/PathFinding/JumpPointNodeTest.php +++ b/tests/Algorithm/PathFinding/JumpPointNodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php index 305b5e5ef..10ddb3556 100755 --- a/tests/Algorithm/PathFinding/JumpPointSearchTest.php +++ b/tests/Algorithm/PathFinding/JumpPointSearchTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index 29d5f9ee2..524acf192 100755 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index d7d6bc8c9..84b3545b0 100755 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Rating/EloTest.php b/tests/Algorithm/Rating/EloTest.php index ee75c498b..7c26d7232 100644 --- a/tests/Algorithm/Rating/EloTest.php +++ b/tests/Algorithm/Rating/EloTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Rating/Glicko1Test.php b/tests/Algorithm/Rating/Glicko1Test.php index 1e2b8bcda..b4c528168 100644 --- a/tests/Algorithm/Rating/Glicko1Test.php +++ b/tests/Algorithm/Rating/Glicko1Test.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Rating/Glicko2Test.php b/tests/Algorithm/Rating/Glicko2Test.php index faf11697c..9763aa8c8 100644 --- a/tests/Algorithm/Rating/Glicko2Test.php +++ b/tests/Algorithm/Rating/Glicko2Test.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php index 03b827d22..36515ca94 100755 --- a/tests/Algorithm/Sort/BitonicSortTest.php +++ b/tests/Algorithm/Sort/BitonicSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php index b00fad3db..507aa4867 100755 --- a/tests/Algorithm/Sort/BubbleSortTest.php +++ b/tests/Algorithm/Sort/BubbleSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php index 934b29f68..95b80fe0d 100755 --- a/tests/Algorithm/Sort/BucketSortTest.php +++ b/tests/Algorithm/Sort/BucketSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php index 5857f27ea..723c9e327 100755 --- a/tests/Algorithm/Sort/CocktailShakerSortTest.php +++ b/tests/Algorithm/Sort/CocktailShakerSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php index 47e30d998..378f11b55 100755 --- a/tests/Algorithm/Sort/CombSortTest.php +++ b/tests/Algorithm/Sort/CombSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php index f8edf7f68..69eb05105 100755 --- a/tests/Algorithm/Sort/CycleSortTest.php +++ b/tests/Algorithm/Sort/CycleSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php index ad93c304a..74a639992 100755 --- a/tests/Algorithm/Sort/GnomeSortTest.php +++ b/tests/Algorithm/Sort/GnomeSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php index 24864ac17..bdffc1117 100755 --- a/tests/Algorithm/Sort/HeapSortTest.php +++ b/tests/Algorithm/Sort/HeapSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php index db5e78c4f..e5ad05cea 100755 --- a/tests/Algorithm/Sort/InsertionSortTest.php +++ b/tests/Algorithm/Sort/InsertionSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php index 3af1549e4..d89b73a02 100755 --- a/tests/Algorithm/Sort/IntroSortTest.php +++ b/tests/Algorithm/Sort/IntroSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php index 7689c39de..50cc743d2 100755 --- a/tests/Algorithm/Sort/MergeSortTest.php +++ b/tests/Algorithm/Sort/MergeSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php index 926894dce..8af52429e 100755 --- a/tests/Algorithm/Sort/NumericElement.php +++ b/tests/Algorithm/Sort/NumericElement.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php index d40aef6e2..abee2a8dc 100755 --- a/tests/Algorithm/Sort/OddEvenSortTest.php +++ b/tests/Algorithm/Sort/OddEvenSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php index ea5ee36f5..73c836d71 100755 --- a/tests/Algorithm/Sort/PancakeSortTest.php +++ b/tests/Algorithm/Sort/PancakeSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php index f328be7d6..d003d897a 100755 --- a/tests/Algorithm/Sort/QuickSortTest.php +++ b/tests/Algorithm/Sort/QuickSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php index 04961a766..a1215eb0d 100755 --- a/tests/Algorithm/Sort/SelectionSortTest.php +++ b/tests/Algorithm/Sort/SelectionSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php index 8bc8b113b..5c37c06e8 100755 --- a/tests/Algorithm/Sort/ShellSortTest.php +++ b/tests/Algorithm/Sort/ShellSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php index 017e60e5d..3730e6eb3 100755 --- a/tests/Algorithm/Sort/StoogeSortTest.php +++ b/tests/Algorithm/Sort/StoogeSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php index 2e35932a2..11b9f0171 100755 --- a/tests/Algorithm/Sort/TimSortTest.php +++ b/tests/Algorithm/Sort/TimSortTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Api/EUVAT/EUVATBffOnlineTest.php b/tests/Api/EUVAT/EUVATBffOnlineTest.php index e5cd26e1f..e1d24490d 100755 --- a/tests/Api/EUVAT/EUVATBffOnlineTest.php +++ b/tests/Api/EUVAT/EUVATBffOnlineTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Api/EUVAT/EUVATViesTest.php b/tests/Api/EUVAT/EUVATViesTest.php index 9fac55978..5024bb119 100755 --- a/tests/Api/EUVAT/EUVATViesTest.php +++ b/tests/Api/EUVAT/EUVATViesTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Api/Geocoding/NominatimTest.php b/tests/Api/Geocoding/NominatimTest.php index 3922a4bcc..cbd98c589 100644 --- a/tests/Api/Geocoding/NominatimTest.php +++ b/tests/Api/Geocoding/NominatimTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php index 7b45a6b43..9ba0df483 100755 --- a/tests/Application/ApplicationAbstractTest.php +++ b/tests/Application/ApplicationAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php index f82fdc042..12b34d386 100755 --- a/tests/Application/ApplicationInfoTest.php +++ b/tests/Application/ApplicationInfoTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php index 4c5f7dde3..adbdce9c1 100755 --- a/tests/Application/ApplicationManagerTest.php +++ b/tests/Application/ApplicationManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php index 005eb44fe..092606417 100755 --- a/tests/Application/InstallerAbstractTest.php +++ b/tests/Application/InstallerAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php index 4629bf423..05a04cc69 100755 --- a/tests/Application/StatusAbstractTest.php +++ b/tests/Application/StatusAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/Testapp/Admin/Install/Application/Hooks.php b/tests/Application/Testapp/Admin/Install/Application/Hooks.php index 1d9e61973..92b427b9e 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Hooks.php +++ b/tests/Application/Testapp/Admin/Install/Application/Hooks.php @@ -6,7 +6,7 @@ * * @package \phpOMS\tess\Application\Apps\Testapp * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/Testapp/Admin/Install/Application/Routes.php b/tests/Application/Testapp/Admin/Install/Application/Routes.php index cacc83c0d..630b62db6 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Routes.php +++ b/tests/Application/Testapp/Admin/Install/Application/Routes.php @@ -6,7 +6,7 @@ * * @package Modules * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php index 33d588e82..cfe72e359 100755 --- a/tests/Application/Testapp/Admin/Installer.php +++ b/tests/Application/Testapp/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\InstallerAbstract; * Installer class. * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Application/Testapp/Admin/Status.php b/tests/Application/Testapp/Admin/Status.php index 11010ce43..893b5105b 100755 --- a/tests/Application/Testapp/Admin/Status.php +++ b/tests/Application/Testapp/Admin/Status.php @@ -6,7 +6,7 @@ * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\StatusAbstract; * Status class. * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Application/Testapp/Admin/Uninstaller.php b/tests/Application/Testapp/Admin/Uninstaller.php index 44b529c05..6efee8c72 100755 --- a/tests/Application/Testapp/Admin/Uninstaller.php +++ b/tests/Application/Testapp/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\UninstallerAbstract; * Uninstaller class. * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Application/Testapp/Controller/Controller.php b/tests/Application/Testapp/Controller/Controller.php index f51865f01..c921896c1 100755 --- a/tests/Application/Testapp/Controller/Controller.php +++ b/tests/Application/Testapp/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Web\Backend * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\ModuleAbstract; * Home class. * * @package Web\Backend - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php index ca6af09c0..90053a259 100755 --- a/tests/Application/UninstallerAbstractTest.php +++ b/tests/Application/UninstallerAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 2877771e4..a36e2b5da 100755 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index 06a29a588..8b1c3a493 100755 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index 4d6b8881b..c6a763e00 100755 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index a83910355..0ca9a73ea 100755 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index 3dc744e13..43ca2e37e 100755 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 5314f980f..e8715f580 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace phpOMS\tests; * Autoloader class. * * @package tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 9cc62191d..9353539d8 100755 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 1775553e0..120421fde 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,7 +6,7 @@ * * @package phpOMS\tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 56bd2ff09..3b922847f 100755 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index c6ba29845..4e4bfc795 100755 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/ForensicsTest.php b/tests/Business/Finance/ForensicsTest.php index 4cf5b5aa7..f0c44f57a 100644 --- a/tests/Business/Finance/ForensicsTest.php +++ b/tests/Business/Finance/ForensicsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index dd4c97974..e5b53bc88 100755 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index f7d0e637f..81462f6eb 100755 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index 73a7dd0d4..0ebd17e2b 100755 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php index aec0912b8..740027b59 100755 --- a/tests/Business/Marketing/CustomerValueTest.php +++ b/tests/Business/Marketing/CustomerValueTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index 16e405df4..03f6ecd17 100755 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index 86417ebf1..2516e125e 100755 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php index bb7d8f39c..4d6a913d9 100755 --- a/tests/Business/Marketing/PageRankTest.php +++ b/tests/Business/Marketing/PageRankTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index f58de83cc..aca57a5f6 100755 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php b/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php index 8de377c01..3b6e31b7a 100644 --- a/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php +++ b/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Recommendation/MemoryCFTest.php b/tests/Business/Recommendation/MemoryCFTest.php index 2fb3940f9..89ee0b2e2 100644 --- a/tests/Business/Recommendation/MemoryCFTest.php +++ b/tests/Business/Recommendation/MemoryCFTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Recommendation/ModelCFTest.php b/tests/Business/Recommendation/ModelCFTest.php index 2d38d4fc1..355cd8f79 100644 --- a/tests/Business/Recommendation/ModelCFTest.php +++ b/tests/Business/Recommendation/ModelCFTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index a0c03d583..75d931889 100755 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 88ace7297..64867386e 100755 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index 0fea66bc9..aeaa6ba6c 100755 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index 49bcbd818..4fa730f18 100755 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index f42d5361c..4f17dcc9b 100755 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index a28ea7f6c..dcdd6ec8a 100755 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index 6059acd0e..879193f42 100755 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php index 32b29a988..3e5ad7d86 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php index 8e06e373c..ece7f1f0f 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index cec5d13d4..78ba37c48 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php index 0b9d943d7..00b377341 100755 --- a/tests/DataStorage/Cache/Connection/MemCachedTest.php +++ b/tests/DataStorage/Cache/Connection/MemCachedTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php index 1ed2d6132..dfb677c27 100755 --- a/tests/DataStorage/Cache/Connection/NullCacheTest.php +++ b/tests/DataStorage/Cache/Connection/NullCacheTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php index a64aac39a..dd04862f2 100755 --- a/tests/DataStorage/Cache/Connection/RedisCacheTest.php +++ b/tests/DataStorage/Cache/Connection/RedisCacheTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php index ad09830b4..0bb1d01c3 100755 --- a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index e2cdc5562..cb01abbd1 100755 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index c700d80e2..074732f98 100755 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index 17eee5832..b31ce118e 100755 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php index af50e5ec9..119740d00 100755 --- a/tests/DataStorage/Database/Connection/NullConnectionTest.php +++ b/tests/DataStorage/Database/Connection/NullConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index 4a2600369..e0f425d1f 100755 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index 5f90ad047..186b22fc2 100755 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index 99af5a83f..8ca4e3a13 100755 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index 9dddefc75..e0f3fe3bd 100755 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index 8c92c3101..af250d1b2 100755 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index b349c5ed4..dc9499bca 100755 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index 2cf24625b..c567750ad 100755 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index 081dcfdad..9cd95b4fe 100755 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index a3aa76e77..43698e039 100755 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index c76b8f420..363f1f9b0 100755 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index 663b35747..e02471878 100755 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index c69c828ed..98c62005d 100755 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index ae71a9f21..2af69b5ab 100755 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index a4be1e469..6dcdc7e9b 100755 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index 4917d77d7..ed2418629 100755 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index 3887fcd9d..e1636c364 100755 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php index 091f1e96e..146a7e8d9 100755 --- a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index 91aacd8a9..125a774fa 100755 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index de959588e..b8ff11296 100755 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index 0ae5c3697..11634b778 100755 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index cd8f540ef..28ec1dd84 100755 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index b88208fa3..001f4f95e 100755 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index 77b3ecac9..1a6e1f18f 100755 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index 2b26c08ba..d02cba2a6 100755 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php index de916c5e4..eb9ac413d 100755 --- a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index e2ad6555d..5b7e762c7 100755 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index 1e506144e..fbe0c9082 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index 76c369976..7fdca6efd 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index aa1b15721..75c6e3177 100755 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php index e7b8f0bc8..05a39fdf8 100755 --- a/tests/DataStorage/Database/SchemaMapperTest.php +++ b/tests/DataStorage/Database/SchemaMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/BaseModel.php b/tests/DataStorage/Database/TestModel/BaseModel.php index 893fcf71e..869bc84c2 100755 --- a/tests/DataStorage/Database/TestModel/BaseModel.php +++ b/tests/DataStorage/Database/TestModel/BaseModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php index 0718fba1b..f8f4fb4e7 100755 --- a/tests/DataStorage/Database/TestModel/BaseModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BaseModelMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/BelongsToModel.php b/tests/DataStorage/Database/TestModel/BelongsToModel.php index fb078c97c..2ab8c879f 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php index fe29e987c..c0100ca65 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php index d2ee3cb67..4b5067adf 100644 --- a/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/Conditional.php b/tests/DataStorage/Database/TestModel/Conditional.php index ae8088bbd..880c020a4 100755 --- a/tests/DataStorage/Database/TestModel/Conditional.php +++ b/tests/DataStorage/Database/TestModel/Conditional.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ConditionalMapper.php b/tests/DataStorage/Database/TestModel/ConditionalMapper.php index ad54ea951..bb18c7cd7 100755 --- a/tests/DataStorage/Database/TestModel/ConditionalMapper.php +++ b/tests/DataStorage/Database/TestModel/ConditionalMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Tag\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * Tag mapper class. * * @package Modules\Tag\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php index 39603d844..63e842b70 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php index 877bd7733..a08d6f3b8 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php index fd414cd4a..0b6685ea9 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php index 906a7fd83..067ea4734 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php index 3e377d54e..14f6c967d 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php index 4a33a6b01..f7e5ba3af 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/NullBaseModel.php b/tests/DataStorage/Database/TestModel/NullBaseModel.php index f40e89306..eaab3a00e 100755 --- a/tests/DataStorage/Database/TestModel/NullBaseModel.php +++ b/tests/DataStorage/Database/TestModel/NullBaseModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php index 0e3e74c99..476f58a04 100755 --- a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php index add914e5a..b168f8887 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php index 6792e6411..7c7be68ab 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php index 5fd847421..8f42438e1 100755 --- a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModel.php b/tests/DataStorage/Database/TestModel/OwnsOneModel.php index d168976f3..f62b10c27 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModel.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php index 8dea68eda..b0ce48059 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php index abcf4a8d9..967842155 100644 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index 9410246c7..5c8977e50 100755 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index 98a8b844a..d21c55dde 100755 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index 2ccd322e8..345396e29 100755 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Dispatcher/TestController.php b/tests/Dispatcher/TestController.php index 508151205..b02921dc6 100755 --- a/tests/Dispatcher/TestController.php +++ b/tests/Dispatcher/TestController.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index 72b5755b7..b90fc4a21 100755 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 1de468d2e..557fdee76 100755 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php index 5c9e972a1..35c4c79a2 100755 --- a/tests/Image/KernelTest.php +++ b/tests/Image/KernelTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php index 3dd9b8d06..baf9969f1 100755 --- a/tests/Image/SkewTest.php +++ b/tests/Image/SkewTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php index 769a7c79a..ddb4921a5 100755 --- a/tests/Image/ThresholdingTest.php +++ b/tests/Image/ThresholdingTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index f9a83cf22..e4d0d2243 100755 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index cc1ba7d3b..af452ad45 100755 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index ddc3555e2..0efe98f4b 100755 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 5db5ee208..41124fa4c 100755 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index d9b2cd357..2b97af828 100755 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index 18d88f415..3494f755c 100755 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index d093ca67f..9d6995576 100755 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index 62f497e29..c5d739fe0 100755 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index a8ccd8c69..eb9ea55ea 100755 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index 5487a7da9..38d3b0e37 100755 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index 0aeac3d99..0b5e964ae 100755 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index 7314d5454..4d381c433 100755 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index 11bc8d134..50ea809a5 100755 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index 2f1cb8198..c9085c8f6 100755 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index e2dc4ecf8..a92a3b60a 100755 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index 10bb312d2..e9f4e8e7d 100755 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index 10a24b971..29f9a50a6 100755 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index 8868d1755..90ea3f7b0 100755 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index 5bb3482bd..7adc507c0 100755 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index 0c8e1974a..cb742d310 100755 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index 7a3384613..3590397e7 100755 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index 691fe8699..bfaae3617 100755 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index 5d3b01340..deabeb38d 100755 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index 04e06085f..598a999c5 100755 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index f20986b0f..376ba0f5e 100755 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/LanguageDetection/LanguageTest.php b/tests/Localization/LanguageDetection/LanguageTest.php index ac4f70874..ec9046a50 100644 --- a/tests/Localization/LanguageDetection/LanguageTest.php +++ b/tests/Localization/LanguageDetection/LanguageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index c7f0257b3..84d6f404d 100755 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index 5bc9a9b19..196a9dced 100755 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index 7b125ab23..8c3ad9cb1 100755 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index 6a9d5df6b..e28f7fcfb 100755 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index 510e18ae1..7bbc587a2 100755 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index d68aa5a5e..0394ac322 100755 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Exception/ZeroDivisionExceptionTest.php b/tests/Math/Exception/ZeroDivisionExceptionTest.php index 0ca64517a..0c3fcc1f0 100644 --- a/tests/Math/Exception/ZeroDivisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDivisionExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Functions/AlgebraTest.php b/tests/Math/Functions/AlgebraTest.php index 1038626bc..63696afe5 100644 --- a/tests/Math/Functions/AlgebraTest.php +++ b/tests/Math/Functions/AlgebraTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php index 0342b7f92..c464424cd 100755 --- a/tests/Math/Functions/BetaTest.php +++ b/tests/Math/Functions/BetaTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php index b91b7dc10..60c051fb6 100755 --- a/tests/Math/Functions/FibonacciTest.php +++ b/tests/Math/Functions/FibonacciTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index 42737b74a..d19e5b075 100755 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index 192c06413..fd106bee4 100755 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/ConvexHull/GrahamScanTest.php b/tests/Math/Geometry/ConvexHull/GrahamScanTest.php index 5d938f0b3..880907d9f 100644 --- a/tests/Math/Geometry/ConvexHull/GrahamScanTest.php +++ b/tests/Math/Geometry/ConvexHull/GrahamScanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index d7878f638..06967551c 100755 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index f1ed29788..fcb08ea9e 100755 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 3de784d7b..22fce1ec4 100755 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index 6a71ee738..97ba1abb8 100755 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index 885b6e2c0..ba68baf6c 100755 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index 1f32858ad..043ed4037 100755 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index a56fca9df..8e54c0250 100755 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index ad2789e14..3c441bace 100755 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index 77e51531d..a801bdf53 100755 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index 8d1798919..5467caaca 100755 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index 424cf6c96..35e56ddca 100755 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index 3518bd93e..f26bb4c2b 100755 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index ac9efb1da..50ed17384 100755 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index 9805e0b0a..0cdaad17b 100755 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index e16999cf0..f661da904 100755 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index ad808a7f5..e739e8169 100755 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php index bb823c9c6..65ce24175 100755 --- a/tests/Math/Matrix/EigenvalueDecompositionTest.php +++ b/tests/Math/Matrix/EigenvalueDecompositionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index 7f3d07349..2b617fb53 100755 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index e8f42a9b4..a4b25b70f 100755 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index 72a2423c7..2cbe21ee7 100755 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index 5b5c1ff72..7014ce8ba 100755 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index dc47b85fb..4ef7c1dab 100755 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index 9f2c55c00..73c177dec 100755 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index 0e632ff41..e05d50830 100755 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index e878642aa..158dfde7f 100755 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index 802ff98d5..dbbd77df1 100755 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index 58ab0825f..4b5cf2631 100755 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index 72cfaade4..d3c4199ef 100755 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index c0996da7b..29836ea26 100755 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index 9de82189f..df82c0919 100755 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -7,7 +7,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index 5dcefc216..234266b19 100755 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php index 614d7554d..cae5512f8 100755 --- a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index 45b76ac51..55c9f0480 100755 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Optimization/SimplexTest.php b/tests/Math/Optimization/SimplexTest.php index 3f4c44a42..1e2d4882d 100644 --- a/tests/Math/Optimization/SimplexTest.php +++ b/tests/Math/Optimization/SimplexTest.php @@ -7,7 +7,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index 8115538f2..32ac1ef29 100755 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Solver/Root/BisectionTest.php b/tests/Math/Solver/Root/BisectionTest.php index 26b702b85..5f9fe8ead 100644 --- a/tests/Math/Solver/Root/BisectionTest.php +++ b/tests/Math/Solver/Root/BisectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Solver/Root/IllinoisTest.php b/tests/Math/Solver/Root/IllinoisTest.php index 6a132b2aa..7ee73c16f 100644 --- a/tests/Math/Solver/Root/IllinoisTest.php +++ b/tests/Math/Solver/Root/IllinoisTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Solver/Root/RegulaFalsiTest.php b/tests/Math/Solver/Root/RegulaFalsiTest.php index 395436396..6af442a66 100644 --- a/tests/Math/Solver/Root/RegulaFalsiTest.php +++ b/tests/Math/Solver/Root/RegulaFalsiTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index fdafb2961..5d6d40af6 100755 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 620303ab8..736df5da1 100755 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index b063f0959..224784294 100755 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index ad6601dcd..56a579d35 100755 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php index 5bfce9250..8f0d43984 100755 --- a/tests/Math/Statistic/Forecast/ForecastsTest.php +++ b/tests/Math/Statistic/Forecast/ForecastsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index eee644404..bb569adce 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index 2bd4bc794..73e5411da 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index 31521cbb8..8571808d4 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index acaf39ea4..5c8b8863e 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php index 4f341677d..8435bf5a8 100755 --- a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index 5af75c2cc..c95147065 100755 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index 151abc005..9b587a7d2 100755 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index 5872c0838..6622ac899 100755 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index 23d169b76..fcefa2d8d 100755 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index 1fb66ce13..d44424246 100755 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index df9e6c565..f37f55b7e 100755 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index a7cf9c147..b104baad2 100755 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index 995612e72..d71af7fd2 100755 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index a7bcea679..b9432bb84 100755 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index cc6b43bb0..11d85be37 100755 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index c84920593..4d16d9572 100755 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index d7427b1ee..78e855b5b 100755 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index 7ad193d60..1f5f9ef2b 100755 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index a9e537b65..67aa8d9c5 100755 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index d7fc916d8..9ac1584ea 100755 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index 97f0183fd..ac7e9b5ed 100755 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index 40f20fe46..ceb78f468 100755 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index 45a25c4b1..5b669534c 100755 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index 60038dfc0..fdb75ab93 100755 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index ea4412a0f..95f7c7837 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index f97fb3343..3a3e8732c 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index c4fbd375a..a010ceb4c 100755 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/Distribution/ZTestingTest.php b/tests/Math/Stochastic/Distribution/ZTestingTest.php index e25472853..7c3ec2e26 100644 --- a/tests/Math/Stochastic/Distribution/ZTestingTest.php +++ b/tests/Math/Stochastic/Distribution/ZTestingTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php index 73fde9b0a..b957ea920 100755 --- a/tests/Math/Stochastic/NaiveBayesClassifierTest.php +++ b/tests/Math/Stochastic/NaiveBayesClassifierTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Topology/Kernel2DTest.php b/tests/Math/Topology/Kernel2DTest.php index 4358063bb..b1557a3ac 100644 --- a/tests/Math/Topology/Kernel2DTest.php +++ b/tests/Math/Topology/Kernel2DTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php index baaa7d8f4..91584433d 100755 --- a/tests/Math/Topology/Metrics2DTest.php +++ b/tests/Math/Topology/Metrics2DTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php index 0b6bb4cdb..dbc868302 100755 --- a/tests/Math/Topology/MetricsNDTest.php +++ b/tests/Math/Topology/MetricsNDTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Cli/CliHeaderTest.php b/tests/Message/Cli/CliHeaderTest.php index b80ad2cce..c332a7be8 100755 --- a/tests/Message/Cli/CliHeaderTest.php +++ b/tests/Message/Cli/CliHeaderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Cli/CliRequestTest.php b/tests/Message/Cli/CliRequestTest.php index 0be20c8fe..c9ef2c07e 100755 --- a/tests/Message/Cli/CliRequestTest.php +++ b/tests/Message/Cli/CliRequestTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Cli/CliResponseTest.php b/tests/Message/Cli/CliResponseTest.php index 2a9b8a146..745781a66 100755 --- a/tests/Message/Cli/CliResponseTest.php +++ b/tests/Message/Cli/CliResponseTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index 30e715133..32612533f 100755 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index 1d7eb1f3f..b412b6d97 100755 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php index 4376b4339..3ea4a7e3c 100755 --- a/tests/Message/Http/HttpHeaderTest.php +++ b/tests/Message/Http/HttpHeaderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php index 9e44ced71..154953b0b 100755 --- a/tests/Message/Http/HttpRequestTest.php +++ b/tests/Message/Http/HttpRequestTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php index 516aec8a3..132626d67 100755 --- a/tests/Message/Http/HttpResponseTest.php +++ b/tests/Message/Http/HttpResponseTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index c7af172c7..f1705f354 100755 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index 0879346d6..8f18d603d 100755 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index dbfebcaa1..87810b982 100755 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index f2530dda6..3e06274ec 100755 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index 6d1f552c9..ee5e43275 100755 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php index 8f7b1b77c..ab3e49ee8 100755 --- a/tests/Message/Mail/EmailTest.php +++ b/tests/Message/Mail/EmailTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php index a3b286415..ef3f009cd 100755 --- a/tests/Message/Mail/ImapTest.php +++ b/tests/Message/Mail/ImapTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php index 85b3343b2..eaf248c11 100755 --- a/tests/Message/Mail/MailHandlerMailTrait.php +++ b/tests/Message/Mail/MailHandlerMailTrait.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php index 95d78ba9b..6b191451c 100755 --- a/tests/Message/Mail/MailHandlerSendmailTrait.php +++ b/tests/Message/Mail/MailHandlerSendmailTrait.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php index 44581ea4f..dcd14555f 100755 --- a/tests/Message/Mail/MailHandlerSmtpTrait.php +++ b/tests/Message/Mail/MailHandlerSmtpTrait.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php index 4e6cc8594..bf79fd6db 100755 --- a/tests/Message/Mail/MailHandlerTest.php +++ b/tests/Message/Mail/MailHandlerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php index 39635eadd..332b97902 100755 --- a/tests/Message/Mail/Pop3Test.php +++ b/tests/Message/Mail/Pop3Test.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php index eaa8caca7..2b0dafbfc 100755 --- a/tests/Message/RequestAbstractTest.php +++ b/tests/Message/RequestAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index ba1db7b84..05550d3c9 100755 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php index 86ac4dfcd..4b4599a20 100755 --- a/tests/Message/Socket/HeaderTest.php +++ b/tests/Message/Socket/HeaderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php index c65898193..d13fcc180 100755 --- a/tests/Message/Socket/PacketManagerTest.php +++ b/tests/Message/Socket/PacketManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php index 2ea1baf59..c6c582b7a 100755 --- a/tests/Message/Socket/PacketTypeTest.php +++ b/tests/Message/Socket/PacketTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index d5e2f7468..4cd7a9b83 100755 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index 7ecb8a27c..2dc4996a8 100755 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php index 04d71661f..d6f2e5569 100755 --- a/tests/Model/Html/FormElementGeneratorTest.php +++ b/tests/Model/Html/FormElementGeneratorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index 302a6dff5..a721d6093 100755 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index 2ccc0765d..565b8298c 100755 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index ffc676d7a..0048046d2 100755 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index f124ef258..9694c6d66 100755 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright 2013 Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index 4b5a644f0..3ded8bb94 100755 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright 2013 Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index 69a90c5fc..e5342e86b 100755 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright 2013 Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index 7e9d0302b..089dd8710 100755 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright 2013 Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index 445072cc4..b68228112 100755 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index e2276272f..92953fc50 100755 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php index aa314db94..ce115e8ca 100755 --- a/tests/Module/InstallerAbstractTest.php +++ b/tests/Module/InstallerAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index a23848002..715365484 100755 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php index 2f7d332f6..edfb1fd94 100755 --- a/tests/Module/ModuleInfoTest.php +++ b/tests/Module/ModuleInfoTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index 5fe63c0f4..07eaa6bca 100755 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php index cea05c950..33cc475b5 100755 --- a/tests/Module/NullModuleTest.php +++ b/tests/Module/NullModuleTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index e8006bdda..f40dbf82c 100755 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php index e19ce1c4d..ace5542dc 100755 --- a/tests/Module/StatusAbstractTest.php +++ b/tests/Module/StatusAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php index 437d00a68..d139b7007 100755 --- a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php +++ b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Module/Testmodule/Admin/Installer.php b/tests/Module/Testmodule/Admin/Installer.php index e49f2f076..69242bbae 100755 --- a/tests/Module/Testmodule/Admin/Installer.php +++ b/tests/Module/Testmodule/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\InstallerAbstract; * Installer class. * * @package tests - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php index 6221bd52d..4ab83a071 100755 --- a/tests/Module/UninstallerAbstractTest.php +++ b/tests/Module/UninstallerAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Preload0.php b/tests/Preload0.php index 025d0695c..5f2c049f7 100755 --- a/tests/Preload0.php +++ b/tests/Preload0.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests; * Preload class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/PreloadTest/Preload1.php b/tests/PreloadTest/Preload1.php index f4c2c8715..b18abf1cb 100755 --- a/tests/PreloadTest/Preload1.php +++ b/tests/PreloadTest/Preload1.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests\PreloadTest; * Preload class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/PreloadTest/Sub/Preload2.php b/tests/PreloadTest/Sub/Preload2.php index 90f2e5a26..e9e3d72e1 100755 --- a/tests/PreloadTest/Sub/Preload2.php +++ b/tests/PreloadTest/Sub/Preload2.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests\PreloadTest\Sub; * Preload class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/PreloadTest/Sub/Preload3.php b/tests/PreloadTest/Sub/Preload3.php index 9bb86e06a..7e377a62c 100755 --- a/tests/PreloadTest/Sub/Preload3.php +++ b/tests/PreloadTest/Sub/Preload3.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests\PreloadTest\Sub; * Preload class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php index 280c9d19f..883c32302 100755 --- a/tests/PreloaderTest.php +++ b/tests/PreloaderTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index 3762dab49..682dce31b 100755 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php index 5946668be..51984ed42 100755 --- a/tests/Router/SocketRouterTest.php +++ b/tests/Router/SocketRouterTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php index 569a47686..936bc6586 100755 --- a/tests/Router/WebRouterTest.php +++ b/tests/Router/WebRouterTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Security/EncryptionHelperTest.php b/tests/Security/EncryptionHelperTest.php index abc61a84e..158e00064 100644 --- a/tests/Security/EncryptionHelperTest.php +++ b/tests/Security/EncryptionHelperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Security/GuardTest.php b/tests/Security/GuardTest.php index e92db3364..f5007657e 100644 --- a/tests/Security/GuardTest.php +++ b/tests/Security/GuardTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 2d5d394c5..44a5ea725 100755 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index e6ae08e05..05f05a8cf 100755 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index 1994baba0..d9ee3270a 100755 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Client/ClientTestHelper.php b/tests/Socket/Client/ClientTestHelper.php index 40e163407..8f3c0f2d2 100755 --- a/tests/Socket/Client/ClientTestHelper.php +++ b/tests/Socket/Client/ClientTestHelper.php @@ -6,7 +6,7 @@ * * @package test * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php index f0ee6e43b..572f2d0a4 100755 --- a/tests/Socket/Client/NullClientConnectionTest.php +++ b/tests/Socket/Client/NullClientConnectionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index a157d2f89..ae6e634ac 100755 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index b85a52c4c..20feb927e 100755 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Socket/Server/ServerTestHelper.php b/tests/Socket/Server/ServerTestHelper.php index 713746080..4426a2c2b 100755 --- a/tests/Socket/Server/ServerTestHelper.php +++ b/tests/Socket/Server/ServerTestHelper.php @@ -6,7 +6,7 @@ * * @package test * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index 34308009a..e904f1be0 100755 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 6505d564d..d6e4a533d 100755 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/EnumArrayDemo.php b/tests/Stdlib/Base/EnumArrayDemo.php index 8c87888c8..88bc68a33 100755 --- a/tests/Stdlib/Base/EnumArrayDemo.php +++ b/tests/Stdlib/Base/EnumArrayDemo.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index f952bc60e..9f40bb381 100755 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php index 96266b677..124624011 100755 --- a/tests/Stdlib/Base/EnumDemo.php +++ b/tests/Stdlib/Base/EnumDemo.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index dbabffb5b..8b231b0e6 100755 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index 8b4b2b045..e7285991c 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index 1090a5555..51154f4fe 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/HeapItem.php b/tests/Stdlib/Base/HeapItem.php index 9f92a54e3..7189b9296 100755 --- a/tests/Stdlib/Base/HeapItem.php +++ b/tests/Stdlib/Base/HeapItem.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php index dace97921..f6b34b246 100755 --- a/tests/Stdlib/Base/HeapTest.php +++ b/tests/Stdlib/Base/HeapTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index 13767a43a..2090b91bc 100755 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index e7d0a77f9..5a794e9be 100755 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php index 99e314ed7..1765539c9 100755 --- a/tests/Stdlib/Base/NullLocationTest.php +++ b/tests/Stdlib/Base/NullLocationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index c616bf65b..74b0b11ac 100755 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index c97b86cb4..7a0349c3b 100755 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index b808b8526..e710700c1 100755 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index ba097279a..08f629025 100755 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index 0162d2801..79e248369 100755 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index 987b000eb..c04640684 100755 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index 9aa2c5f1e..eeed09035 100755 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index 7147d92cf..daf211587 100755 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index 91463ad73..fe09de61a 100755 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index 92f4a8170..d8f1e36bc 100755 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Stdlib/Tree/BinarySearchTreeTest.php b/tests/Stdlib/Tree/BinarySearchTreeTest.php index 79b2445c7..2fb258672 100644 --- a/tests/Stdlib/Tree/BinarySearchTreeTest.php +++ b/tests/Stdlib/Tree/BinarySearchTreeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php index 65d45628f..9e4c9aff8 100755 --- a/tests/System/CharsetTypeTest.php +++ b/tests/System/CharsetTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index 473f593f0..dc0237fda 100755 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index 8b7932739..ad429403a 100755 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index 9bc0a1b55..ff2c20be7 100755 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index 96639a1d8..45fb761f6 100755 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index e562b3b9e..82b777a19 100755 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index 4e0de874a..c245d9617 100755 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index 4e8d631bb..3741df967 100755 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index 137edb5e9..0a9867982 100755 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index 854fc18fe..2f032c23f 100755 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index 5292bc580..47fc0ff11 100755 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index 32a9fb5fb..f582cbf04 100755 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index 322dab188..b680a76c6 100755 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 1d3f9fe74..3c98847c7 100755 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index f8a7228be..68f89fb5d 100755 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php index 65b59a28a..30eb86d14 100755 --- a/tests/System/Search/StringSearchTest.php +++ b/tests/System/Search/StringSearchTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index f11337502..36b9bc5b7 100755 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index 846662cce..735b2fcf5 100755 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/TestLoad.php b/tests/TestLoad.php index 6a1be9f78..20deb787c 100755 --- a/tests/TestLoad.php +++ b/tests/TestLoad.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests; * Autoloader class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/TestLoad2.php b/tests/TestLoad2.php index 85e44da13..7d5f3644a 100755 --- a/tests/TestLoad2.php +++ b/tests/TestLoad2.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace tests; * Autoloader class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/TestLoad3.php b/tests/TestLoad3.php index 98c108846..6dd4cf32d 100755 --- a/tests/TestLoad3.php +++ b/tests/TestLoad3.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests; * Autoloader class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/TestLoad4.php b/tests/TestLoad4.php index 932b5b859..3cc19e649 100755 --- a/tests/TestLoad4.php +++ b/tests/TestLoad4.php @@ -6,7 +6,7 @@ * * @package Tests\PHPUnit * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace phpOMS\tests; * Autoloader class. * * @package Tests\PHPUnit - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index 7abefdbb1..4a6edef88 100755 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php index cbfb6ff42..62e572419 100755 --- a/tests/Uri/HttpUriTest.php +++ b/tests/Uri/HttpUriTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index aef7b22a6..7792dfb58 100755 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index 1e7ee6e0a..bb5f6d395 100755 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index 0c0ffa38d..6ba7b2116 100755 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index eb7338f99..e7c03cfe5 100755 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index f9e3191f7..18492a40a 100755 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/BarAbstractTest.php b/tests/Utils/Barcode/BarAbstractTest.php index c71ba6d45..84ffe7c12 100755 --- a/tests/Utils/Barcode/BarAbstractTest.php +++ b/tests/Utils/Barcode/BarAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index 7a865ac8a..e4b7b7e7c 100755 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index a7c32797e..2c36d322f 100755 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index a93284856..d845ee4e6 100755 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index 923f86302..a1b7a889b 100755 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index 597745f75..773f30c2e 100755 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index 1a1713c76..0996406d0 100755 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index 50432a492..a43da0058 100755 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index 1f7730ff4..db77c8397 100755 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 54f5de240..31cbbbecd 100755 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index 91c35d87c..511247d47 100755 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index d89f4ee38..b5a99f295 100755 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index 761afbecc..3d9591369 100755 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index db6ae9822..3e2cb15aa 100755 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index e118eee5d..c5ad58880 100755 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index 222d62351..f985e76f9 100755 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index 0bdc3cf15..7b2c8cad7 100755 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index d84e4d958..fd3a7ac32 100755 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index 2ae1733b1..388f20af5 100755 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index 9df88a87b..cc52305dd 100755 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index 3d9639ed7..d79f1c5f7 100755 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index da0e71fba..9e976ff04 100755 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index 56734a196..57fa2ba14 100755 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index 56947d849..bf627c701 100755 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index 7bbb5f167..af1db179a 100755 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index e3645cc2e..f90843379 100755 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index 20e848e46..c08358347 100755 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 991036991..107f270c5 100755 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index e00813f14..b7a6f3188 100755 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index 9d88fa75a..775208881 100755 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index abcc5d100..54330e8ec 100755 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index c2002fbc9..d7e0da668 100755 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index fa9e8b5a7..dfd04de3a 100755 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index ac9474305..7f80107c6 100755 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index f418e2579..58b3fceed 100755 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index fdbb0dfb8..98697f2d1 100755 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index f08e53147..be2869285 100755 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 049792c86..e679b3d83 100755 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index d19a4d09b..5f043e936 100755 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index 8a5a3238f..e449436ba 100755 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index 478c7df6a..49baf3df5 100755 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index 7f36ad81a..b4831567b 100755 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index 3adee6336..f60e2da73 100755 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index 94acf480c..aae98e3b6 100755 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php index cc925f178..87998f3d4 100755 --- a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php +++ b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index 85ca8f938..cd7cb352e 100755 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index a461b540f..3392a75cd 100755 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index a92b0ff3c..a897fc144 100755 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index e7160577f..683ecf47e 100755 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index 4af6e9d5e..f3ac4f99b 100755 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php index c4582eced..b2006ca8d 100755 --- a/tests/Utils/MbStringUtilsTest.php +++ b/tests/Utils/MbStringUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php index 30c7ee5ea..f23d0ff61 100755 --- a/tests/Utils/NumericUtilsTest.php +++ b/tests/Utils/NumericUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index 324396b46..ef2afeb5e 100755 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Calendar/ICalParserTest.php b/tests/Utils/Parser/Calendar/ICalParserTest.php index 2ddbcbbdb..359a1c8f7 100644 --- a/tests/Utils/Parser/Calendar/ICalParserTest.php +++ b/tests/Utils/Parser/Calendar/ICalParserTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Document/DocumentWriterTest.php b/tests/Utils/Parser/Document/DocumentWriterTest.php index ba6f584a3..8263c2eac 100644 --- a/tests/Utils/Parser/Document/DocumentWriterTest.php +++ b/tests/Utils/Parser/Document/DocumentWriterTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index 4f3f0c3ec..9fa1fb118 100755 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index a6b5e8c55..57a82a9e2 100755 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Presentation/PresentationWriterTest.php b/tests/Utils/Parser/Presentation/PresentationWriterTest.php index f44e0f556..1d33c5d29 100644 --- a/tests/Utils/Parser/Presentation/PresentationWriterTest.php +++ b/tests/Utils/Parser/Presentation/PresentationWriterTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php b/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php index 3238fc12f..b5e85bfbb 100644 --- a/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php +++ b/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index 5bd93d5c7..9f727eb06 100755 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index 18b97ea11..6b3daa31c 100755 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index 5a2673f60..404efaeec 100755 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index 9ef9e7f9b..c1ea84528 100755 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index 7b080722d..c9bef11b9 100755 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index 6efb9a7d8..78a0c95d3 100755 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index b774b0b92..62644dbd4 100755 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index 24efa337a..09715b9eb 100755 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index dbcefcda9..04062c608 100755 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index 13a366035..cc4d8ca94 100755 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index 7dd7088e4..86f164a70 100755 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index 858c9660a..18a30a801 100755 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index e29f2e65f..dbe3c9bd2 100755 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index 4952964bc..eafde7fb2 100755 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index 50601cf06..1629ba34e 100755 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index 3712960ef..3fce42f58 100755 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index 122c1b590..9b1cec506 100755 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index e1db51cac..e1d032f46 100755 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index dedc070c9..cc009addb 100755 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index 1d34202d2..b8c919fcc 100755 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index 7c2f39ac5..a72d8f8b4 100755 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TestUtilsClass.php b/tests/Utils/TestUtilsClass.php index b0cf10bfa..9ba390ec6 100755 --- a/tests/Utils/TestUtilsClass.php +++ b/tests/Utils/TestUtilsClass.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index 19bf52d6d..6db4130d8 100755 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index fc1c59166..186c89fa0 100755 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php index 6c2808269..7a11c6d52 100755 --- a/tests/Validation/Base/JsonTest.php +++ b/tests/Validation/Base/JsonTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index 39167aa65..7f97b49be 100755 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index ee9d60475..c217b4213 100755 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index 62e6b6c71..4757e913d 100755 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index 0f3579bc6..e9932412d 100755 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index eee6783e3..4523594b1 100755 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index 217300948..7b54d44f1 100755 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index 51b0e0391..76bb705ba 100755 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index 7895924b6..5c8c11a49 100755 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index 25b1e7f86..860d0993e 100755 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index 98e976e3e..0f85e898d 100755 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index 60d4db96a..9dd452e4b 100755 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 478759e7b..9942bf49e 100755 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Views/testArray.tpl.php b/tests/Views/testArray.tpl.php index f44d39f51..cc9f2cb43 100755 --- a/tests/Views/testArray.tpl.php +++ b/tests/Views/testArray.tpl.php @@ -6,7 +6,7 @@ * * @package Template * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php index cf322e699..46d52e73e 100755 --- a/tests/Views/testReturnTemplate.tpl.php +++ b/tests/Views/testReturnTemplate.tpl.php @@ -6,7 +6,7 @@ * * @package Template * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */