diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index e1af307c..f506ed16 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -17,7 +17,7 @@ ->setRules([ '@PSR2' => true, '@Symfony' => true, - 'header_comment' => ['header' => 'Copyright Humbly Arrogant Software Limited 2020-2023. + 'header_comment' => ['header' => 'Copyright Humbly Arrogant Software Limited 2020-2024 Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. diff --git a/src/Parthenon/AbTesting/Calculation/Calculate.php b/src/Parthenon/AbTesting/Calculation/Calculate.php index 6692aaf1..f8b0e9b5 100644 --- a/src/Parthenon/AbTesting/Calculation/Calculate.php +++ b/src/Parthenon/AbTesting/Calculation/Calculate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculator.php b/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculator.php index eaccbaa8..86346ce9 100644 --- a/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculator.php +++ b/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorInterface.php b/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorInterface.php index 18499d1a..ead64cd6 100644 --- a/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorInterface.php +++ b/src/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Command/CleanUpCommand.php b/src/Parthenon/AbTesting/Command/CleanUpCommand.php index 7a26384c..5025595d 100644 --- a/src/Parthenon/AbTesting/Command/CleanUpCommand.php +++ b/src/Parthenon/AbTesting/Command/CleanUpCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Command/GenerateDecisionCacheCommand.php b/src/Parthenon/AbTesting/Command/GenerateDecisionCacheCommand.php index 9ee9d72c..bb1ea804 100644 --- a/src/Parthenon/AbTesting/Command/GenerateDecisionCacheCommand.php +++ b/src/Parthenon/AbTesting/Command/GenerateDecisionCacheCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Command/GenerateReportCommand.php b/src/Parthenon/AbTesting/Command/GenerateReportCommand.php index c6b02a58..9a614b9d 100644 --- a/src/Parthenon/AbTesting/Command/GenerateReportCommand.php +++ b/src/Parthenon/AbTesting/Command/GenerateReportCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Command/GenerateStatsCommand.php b/src/Parthenon/AbTesting/Command/GenerateStatsCommand.php index a07b8bc7..ecdc6531 100644 --- a/src/Parthenon/AbTesting/Command/GenerateStatsCommand.php +++ b/src/Parthenon/AbTesting/Command/GenerateStatsCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Compiler/AbTestingCompilerPass.php b/src/Parthenon/AbTesting/Compiler/AbTestingCompilerPass.php index 58442740..8cd086c0 100644 --- a/src/Parthenon/AbTesting/Compiler/AbTestingCompilerPass.php +++ b/src/Parthenon/AbTesting/Compiler/AbTestingCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Controller/AbController.php b/src/Parthenon/AbTesting/Controller/AbController.php index 25f1a4f8..0603b3e0 100644 --- a/src/Parthenon/AbTesting/Controller/AbController.php +++ b/src/Parthenon/AbTesting/Controller/AbController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGenerator.php b/src/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGenerator.php index ab42d744..d458304e 100644 --- a/src/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGenerator.php +++ b/src/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/ChoiceDecider/DeciderManager.php b/src/Parthenon/AbTesting/Decider/ChoiceDecider/DeciderManager.php index 15df8d46..f9bc8c20 100644 --- a/src/Parthenon/AbTesting/Decider/ChoiceDecider/DeciderManager.php +++ b/src/Parthenon/AbTesting/Decider/ChoiceDecider/DeciderManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoice.php b/src/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoice.php index 910deea6..5dca3742 100644 --- a/src/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoice.php +++ b/src/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoice.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/ChoiceDeciderInterface.php b/src/Parthenon/AbTesting/Decider/ChoiceDeciderInterface.php index 23e49e14..b6ee1bbc 100644 --- a/src/Parthenon/AbTesting/Decider/ChoiceDeciderInterface.php +++ b/src/Parthenon/AbTesting/Decider/ChoiceDeciderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/EnabledDecider/DecidedManagerInterface.php b/src/Parthenon/AbTesting/Decider/EnabledDecider/DecidedManagerInterface.php index dac5fafb..7de8fcd2 100644 --- a/src/Parthenon/AbTesting/Decider/EnabledDecider/DecidedManagerInterface.php +++ b/src/Parthenon/AbTesting/Decider/EnabledDecider/DecidedManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManager.php b/src/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManager.php index dca988ae..f9290be2 100644 --- a/src/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManager.php +++ b/src/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDecider.php b/src/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDecider.php index 63dca258..cb1bc757 100644 --- a/src/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDecider.php +++ b/src/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDecider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Decider/EnabledDeciderInterface.php b/src/Parthenon/AbTesting/Decider/EnabledDeciderInterface.php index e54e51ae..91758e7d 100644 --- a/src/Parthenon/AbTesting/Decider/EnabledDeciderInterface.php +++ b/src/Parthenon/AbTesting/Decider/EnabledDeciderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Entity/Experiment.php b/src/Parthenon/AbTesting/Entity/Experiment.php index d9747586..06156216 100644 --- a/src/Parthenon/AbTesting/Entity/Experiment.php +++ b/src/Parthenon/AbTesting/Entity/Experiment.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Entity/Variant.php b/src/Parthenon/AbTesting/Entity/Variant.php index 77f3de36..90531f0f 100644 --- a/src/Parthenon/AbTesting/Entity/Variant.php +++ b/src/Parthenon/AbTesting/Entity/Variant.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Entity/VariantStats.php b/src/Parthenon/AbTesting/Entity/VariantStats.php index 1b9188fe..5a25f2be 100644 --- a/src/Parthenon/AbTesting/Entity/VariantStats.php +++ b/src/Parthenon/AbTesting/Entity/VariantStats.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Events/SessionCreator.php b/src/Parthenon/AbTesting/Events/SessionCreator.php index 814220fa..7289ff9a 100644 --- a/src/Parthenon/AbTesting/Events/SessionCreator.php +++ b/src/Parthenon/AbTesting/Events/SessionCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Events/UserResultsLogging.php b/src/Parthenon/AbTesting/Events/UserResultsLogging.php index 60170ece..ab1e1b0e 100644 --- a/src/Parthenon/AbTesting/Events/UserResultsLogging.php +++ b/src/Parthenon/AbTesting/Events/UserResultsLogging.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Exception/NoHandlerSetException.php b/src/Parthenon/AbTesting/Exception/NoHandlerSetException.php index 2ae99d6f..15fae3a8 100644 --- a/src/Parthenon/AbTesting/Exception/NoHandlerSetException.php +++ b/src/Parthenon/AbTesting/Exception/NoHandlerSetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/Decider.php b/src/Parthenon/AbTesting/Experiment/Decider.php index d3b5f847..8e5fe7e7 100644 --- a/src/Parthenon/AbTesting/Experiment/Decider.php +++ b/src/Parthenon/AbTesting/Experiment/Decider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/DeciderInterface.php b/src/Parthenon/AbTesting/Experiment/DeciderInterface.php index 90ca9af8..f49fb4d2 100644 --- a/src/Parthenon/AbTesting/Experiment/DeciderInterface.php +++ b/src/Parthenon/AbTesting/Experiment/DeciderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/OptimizelyDecider.php b/src/Parthenon/AbTesting/Experiment/OptimizelyDecider.php index 091cd4af..ca1af7f5 100644 --- a/src/Parthenon/AbTesting/Experiment/OptimizelyDecider.php +++ b/src/Parthenon/AbTesting/Experiment/OptimizelyDecider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/OptimizelyResultLogger.php b/src/Parthenon/AbTesting/Experiment/OptimizelyResultLogger.php index 74f2da7b..f9c47656 100644 --- a/src/Parthenon/AbTesting/Experiment/OptimizelyResultLogger.php +++ b/src/Parthenon/AbTesting/Experiment/OptimizelyResultLogger.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/ResultLogger.php b/src/Parthenon/AbTesting/Experiment/ResultLogger.php index d18f19b0..1f7ce675 100644 --- a/src/Parthenon/AbTesting/Experiment/ResultLogger.php +++ b/src/Parthenon/AbTesting/Experiment/ResultLogger.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Experiment/ResultLoggerInterface.php b/src/Parthenon/AbTesting/Experiment/ResultLoggerInterface.php index 226d32cb..e214244a 100644 --- a/src/Parthenon/AbTesting/Experiment/ResultLoggerInterface.php +++ b/src/Parthenon/AbTesting/Experiment/ResultLoggerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Form/Type/ExperimentType.php b/src/Parthenon/AbTesting/Form/Type/ExperimentType.php index 4c20f0f4..979a925b 100644 --- a/src/Parthenon/AbTesting/Form/Type/ExperimentType.php +++ b/src/Parthenon/AbTesting/Form/Type/ExperimentType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Form/Type/VariantType.php b/src/Parthenon/AbTesting/Form/Type/VariantType.php index cad8fd5c..0dd88b9c 100644 --- a/src/Parthenon/AbTesting/Form/Type/VariantType.php +++ b/src/Parthenon/AbTesting/Form/Type/VariantType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Report/CleanUpSessions.php b/src/Parthenon/AbTesting/Report/CleanUpSessions.php index 6d59c6bf..022abab5 100644 --- a/src/Parthenon/AbTesting/Report/CleanUpSessions.php +++ b/src/Parthenon/AbTesting/Report/CleanUpSessions.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Report/GenerationHandlerInterface.php b/src/Parthenon/AbTesting/Report/GenerationHandlerInterface.php index 993cd595..38180358 100644 --- a/src/Parthenon/AbTesting/Report/GenerationHandlerInterface.php +++ b/src/Parthenon/AbTesting/Report/GenerationHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Report/Generator.php b/src/Parthenon/AbTesting/Report/Generator.php index df06cfb9..fd6fc28e 100644 --- a/src/Parthenon/AbTesting/Report/Generator.php +++ b/src/Parthenon/AbTesting/Report/Generator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Report/PdfGenerator.php b/src/Parthenon/AbTesting/Report/PdfGenerator.php index c342cde1..74a5ea4e 100644 --- a/src/Parthenon/AbTesting/Report/PdfGenerator.php +++ b/src/Parthenon/AbTesting/Report/PdfGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Report/PdfGeneratorInterface.php b/src/Parthenon/AbTesting/Report/PdfGeneratorInterface.php index f5f7c831..cbe0050d 100644 --- a/src/Parthenon/AbTesting/Report/PdfGeneratorInterface.php +++ b/src/Parthenon/AbTesting/Report/PdfGeneratorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/ExperimentLogRepositoryInterface.php b/src/Parthenon/AbTesting/Repository/ExperimentLogRepositoryInterface.php index afc9abe3..86087731 100644 --- a/src/Parthenon/AbTesting/Repository/ExperimentLogRepositoryInterface.php +++ b/src/Parthenon/AbTesting/Repository/ExperimentLogRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/ExperimentRepository.php b/src/Parthenon/AbTesting/Repository/ExperimentRepository.php index 8bb593c3..bd436e2a 100644 --- a/src/Parthenon/AbTesting/Repository/ExperimentRepository.php +++ b/src/Parthenon/AbTesting/Repository/ExperimentRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/ExperimentRepositoryInterface.php b/src/Parthenon/AbTesting/Repository/ExperimentRepositoryInterface.php index c6ec2fd0..4417a353 100644 --- a/src/Parthenon/AbTesting/Repository/ExperimentRepositoryInterface.php +++ b/src/Parthenon/AbTesting/Repository/ExperimentRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/ResultLogRepositoryInterface.php b/src/Parthenon/AbTesting/Repository/ResultLogRepositoryInterface.php index bb7b8d08..2a6caf5a 100644 --- a/src/Parthenon/AbTesting/Repository/ResultLogRepositoryInterface.php +++ b/src/Parthenon/AbTesting/Repository/ResultLogRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/SessionRepositoryInterface.php b/src/Parthenon/AbTesting/Repository/SessionRepositoryInterface.php index e878bad0..6abae7c8 100644 --- a/src/Parthenon/AbTesting/Repository/SessionRepositoryInterface.php +++ b/src/Parthenon/AbTesting/Repository/SessionRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/StatsRepositoryInterface.php b/src/Parthenon/AbTesting/Repository/StatsRepositoryInterface.php index c4d992e6..5402d6c1 100644 --- a/src/Parthenon/AbTesting/Repository/StatsRepositoryInterface.php +++ b/src/Parthenon/AbTesting/Repository/StatsRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/Timescale/ExperimentLogRepository.php b/src/Parthenon/AbTesting/Repository/Timescale/ExperimentLogRepository.php index 9f02c5c9..287052f1 100644 --- a/src/Parthenon/AbTesting/Repository/Timescale/ExperimentLogRepository.php +++ b/src/Parthenon/AbTesting/Repository/Timescale/ExperimentLogRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/Timescale/ResultLogRepository.php b/src/Parthenon/AbTesting/Repository/Timescale/ResultLogRepository.php index 348442ba..27f0869e 100644 --- a/src/Parthenon/AbTesting/Repository/Timescale/ResultLogRepository.php +++ b/src/Parthenon/AbTesting/Repository/Timescale/ResultLogRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/Timescale/SessionRepository.php b/src/Parthenon/AbTesting/Repository/Timescale/SessionRepository.php index dd9c4882..db77dde9 100644 --- a/src/Parthenon/AbTesting/Repository/Timescale/SessionRepository.php +++ b/src/Parthenon/AbTesting/Repository/Timescale/SessionRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Repository/Timescale/StatsRepository.php b/src/Parthenon/AbTesting/Repository/Timescale/StatsRepository.php index 162f4f56..ff8d011e 100644 --- a/src/Parthenon/AbTesting/Repository/Timescale/StatsRepository.php +++ b/src/Parthenon/AbTesting/Repository/Timescale/StatsRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/AbTesting/Twig/AbExtension.php b/src/Parthenon/AbTesting/Twig/AbExtension.php index a0160df3..4d1df22b 100644 --- a/src/Parthenon/AbTesting/Twig/AbExtension.php +++ b/src/Parthenon/AbTesting/Twig/AbExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/AbstractDashboardSection.php b/src/Parthenon/Athena/AbstractDashboardSection.php index d1dcd67a..afcc1963 100644 --- a/src/Parthenon/Athena/AbstractDashboardSection.php +++ b/src/Parthenon/Athena/AbstractDashboardSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/AbstractSection.php b/src/Parthenon/Athena/AbstractSection.php index d127ba49..cde83dac 100644 --- a/src/Parthenon/Athena/AbstractSection.php +++ b/src/Parthenon/Athena/AbstractSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/AccessRightsManagerInterface.php b/src/Parthenon/Athena/AccessRightsManagerInterface.php index a750bdb3..5ab5ff02 100644 --- a/src/Parthenon/Athena/AccessRightsManagerInterface.php +++ b/src/Parthenon/Athena/AccessRightsManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Button.php b/src/Parthenon/Athena/Button.php index f37df9c0..5d4575bf 100644 --- a/src/Parthenon/Athena/Button.php +++ b/src/Parthenon/Athena/Button.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Command/GenerateEntitySectionCommand.php b/src/Parthenon/Athena/Command/GenerateEntitySectionCommand.php index a20fd47b..4a8d5ad7 100644 --- a/src/Parthenon/Athena/Command/GenerateEntitySectionCommand.php +++ b/src/Parthenon/Athena/Command/GenerateEntitySectionCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Compiler/AthenaCompilerPass.php b/src/Parthenon/Athena/Compiler/AthenaCompilerPass.php index 6a3e8cea..5fe83bab 100644 --- a/src/Parthenon/Athena/Compiler/AthenaCompilerPass.php +++ b/src/Parthenon/Athena/Compiler/AthenaCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Controller/AthenaController.php b/src/Parthenon/Athena/Controller/AthenaController.php index e2711d0b..093aae41 100644 --- a/src/Parthenon/Athena/Controller/AthenaController.php +++ b/src/Parthenon/Athena/Controller/AthenaController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Controller/AthenaControllerInterface.php b/src/Parthenon/Athena/Controller/AthenaControllerInterface.php index ddb20671..ab6e2de4 100644 --- a/src/Parthenon/Athena/Controller/AthenaControllerInterface.php +++ b/src/Parthenon/Athena/Controller/AthenaControllerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Controller/ExportController.php b/src/Parthenon/Athena/Controller/ExportController.php index c35b012b..2c9fadb9 100644 --- a/src/Parthenon/Athena/Controller/ExportController.php +++ b/src/Parthenon/Athena/Controller/ExportController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Controller/NotificationController.php b/src/Parthenon/Athena/Controller/NotificationController.php index e6ff0a16..aaf1869a 100644 --- a/src/Parthenon/Athena/Controller/NotificationController.php +++ b/src/Parthenon/Athena/Controller/NotificationController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Crud/CrudController.php b/src/Parthenon/Athena/Crud/CrudController.php index f11bea6a..425e9db2 100644 --- a/src/Parthenon/Athena/Crud/CrudController.php +++ b/src/Parthenon/Athena/Crud/CrudController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/DashboardSectionInterface.php b/src/Parthenon/Athena/DashboardSectionInterface.php index 6525e8ed..3c92a6c9 100644 --- a/src/Parthenon/Athena/DashboardSectionInterface.php +++ b/src/Parthenon/Athena/DashboardSectionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/DashboardSectionManager.php b/src/Parthenon/Athena/DashboardSectionManager.php index 2c45922b..03130d39 100644 --- a/src/Parthenon/Athena/DashboardSectionManager.php +++ b/src/Parthenon/Athena/DashboardSectionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/DefaultAccessRights.php b/src/Parthenon/Athena/DefaultAccessRights.php index bb7c4095..c73314bc 100644 --- a/src/Parthenon/Athena/DefaultAccessRights.php +++ b/src/Parthenon/Athena/DefaultAccessRights.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Edit/Field.php b/src/Parthenon/Athena/Edit/Field.php index 81d160ee..c9fdc689 100644 --- a/src/Parthenon/Athena/Edit/Field.php +++ b/src/Parthenon/Athena/Edit/Field.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Edit/FormBuilder.php b/src/Parthenon/Athena/Edit/FormBuilder.php index 9af52c2a..27c19f3d 100644 --- a/src/Parthenon/Athena/Edit/FormBuilder.php +++ b/src/Parthenon/Athena/Edit/FormBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Edit/Section.php b/src/Parthenon/Athena/Edit/Section.php index 4b5ad039..776bdeed 100644 --- a/src/Parthenon/Athena/Edit/Section.php +++ b/src/Parthenon/Athena/Edit/Section.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Entity/CrudEntityInterface.php b/src/Parthenon/Athena/Entity/CrudEntityInterface.php index d1c1e05b..e6a00d53 100644 --- a/src/Parthenon/Athena/Entity/CrudEntityInterface.php +++ b/src/Parthenon/Athena/Entity/CrudEntityInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Entity/DeletableInterface.php b/src/Parthenon/Athena/Entity/DeletableInterface.php index 8f1cfdb4..4d57bece 100644 --- a/src/Parthenon/Athena/Entity/DeletableInterface.php +++ b/src/Parthenon/Athena/Entity/DeletableInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Entity/Link.php b/src/Parthenon/Athena/Entity/Link.php index 9fe95913..a1de6e33 100644 --- a/src/Parthenon/Athena/Entity/Link.php +++ b/src/Parthenon/Athena/Entity/Link.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Entity/Notification.php b/src/Parthenon/Athena/Entity/Notification.php index 571b0866..f4232149 100644 --- a/src/Parthenon/Athena/Entity/Notification.php +++ b/src/Parthenon/Athena/Entity/Notification.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/EntityForm.php b/src/Parthenon/Athena/EntityForm.php index 32ed7141..c48d2b9f 100644 --- a/src/Parthenon/Athena/EntityForm.php +++ b/src/Parthenon/Athena/EntityForm.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/InvalidFilterException.php b/src/Parthenon/Athena/Exception/InvalidFilterException.php index 810cccef..947d78cd 100644 --- a/src/Parthenon/Athena/Exception/InvalidFilterException.php +++ b/src/Parthenon/Athena/Exception/InvalidFilterException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/InvalidFormTypeException.php b/src/Parthenon/Athena/Exception/InvalidFormTypeException.php index 1ee1892b..5754f13e 100644 --- a/src/Parthenon/Athena/Exception/InvalidFormTypeException.php +++ b/src/Parthenon/Athena/Exception/InvalidFormTypeException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/InvalidSortKeyException.php b/src/Parthenon/Athena/Exception/InvalidSortKeyException.php index 33db9e1b..8a75d28b 100644 --- a/src/Parthenon/Athena/Exception/InvalidSortKeyException.php +++ b/src/Parthenon/Athena/Exception/InvalidSortKeyException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/InvalidViewTypeException.php b/src/Parthenon/Athena/Exception/InvalidViewTypeException.php index 651b3e62..27f576cd 100644 --- a/src/Parthenon/Athena/Exception/InvalidViewTypeException.php +++ b/src/Parthenon/Athena/Exception/InvalidViewTypeException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/NoSectionFoundException.php b/src/Parthenon/Athena/Exception/NoSectionFoundException.php index 69a84272..9c0dac2f 100644 --- a/src/Parthenon/Athena/Exception/NoSectionFoundException.php +++ b/src/Parthenon/Athena/Exception/NoSectionFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/NoSectionOpenException.php b/src/Parthenon/Athena/Exception/NoSectionOpenException.php index 85ade98c..990dc5aa 100644 --- a/src/Parthenon/Athena/Exception/NoSectionOpenException.php +++ b/src/Parthenon/Athena/Exception/NoSectionOpenException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Exception/SectionAlreadyOpenException.php b/src/Parthenon/Athena/Exception/SectionAlreadyOpenException.php index 7f654f8a..dcba6d87 100644 --- a/src/Parthenon/Athena/Exception/SectionAlreadyOpenException.php +++ b/src/Parthenon/Athena/Exception/SectionAlreadyOpenException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/AthenaResponseConverter.php b/src/Parthenon/Athena/Export/AthenaResponseConverter.php index eda2123a..6545e9f4 100644 --- a/src/Parthenon/Athena/Export/AthenaResponseConverter.php +++ b/src/Parthenon/Athena/Export/AthenaResponseConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/BuiltNormaliser.php b/src/Parthenon/Athena/Export/BuiltNormaliser.php index 8db4debf..dad2c5de 100644 --- a/src/Parthenon/Athena/Export/BuiltNormaliser.php +++ b/src/Parthenon/Athena/Export/BuiltNormaliser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/DefaultDataProvider.php b/src/Parthenon/Athena/Export/DefaultDataProvider.php index 6e113649..0925755f 100644 --- a/src/Parthenon/Athena/Export/DefaultDataProvider.php +++ b/src/Parthenon/Athena/Export/DefaultDataProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/DefaultNormaliser.php b/src/Parthenon/Athena/Export/DefaultNormaliser.php index cdc37c04..5f7d9448 100644 --- a/src/Parthenon/Athena/Export/DefaultNormaliser.php +++ b/src/Parthenon/Athena/Export/DefaultNormaliser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/NormalisedField.php b/src/Parthenon/Athena/Export/NormalisedField.php index 76e985ed..373d5adf 100644 --- a/src/Parthenon/Athena/Export/NormalisedField.php +++ b/src/Parthenon/Athena/Export/NormalisedField.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/NormaliserBuilder.php b/src/Parthenon/Athena/Export/NormaliserBuilder.php index dbeda7f6..d0d06dfc 100644 --- a/src/Parthenon/Athena/Export/NormaliserBuilder.php +++ b/src/Parthenon/Athena/Export/NormaliserBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/NormaliserBuilderInterface.php b/src/Parthenon/Athena/Export/NormaliserBuilderInterface.php index 240bf61f..83d5da84 100644 --- a/src/Parthenon/Athena/Export/NormaliserBuilderInterface.php +++ b/src/Parthenon/Athena/Export/NormaliserBuilderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/NormaliserFactory.php b/src/Parthenon/Athena/Export/NormaliserFactory.php index 55611f4f..f3db6596 100644 --- a/src/Parthenon/Athena/Export/NormaliserFactory.php +++ b/src/Parthenon/Athena/Export/NormaliserFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Export/NormaliserFactoryInterface.php b/src/Parthenon/Athena/Export/NormaliserFactoryInterface.php index 705bebb6..5e3adde0 100644 --- a/src/Parthenon/Athena/Export/NormaliserFactoryInterface.php +++ b/src/Parthenon/Athena/Export/NormaliserFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Field.php b/src/Parthenon/Athena/Field.php index c79fe1ed..fa841fbe 100644 --- a/src/Parthenon/Athena/Field.php +++ b/src/Parthenon/Athena/Field.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/BoolFilter.php b/src/Parthenon/Athena/Filters/BoolFilter.php index 411d5e82..96387524 100644 --- a/src/Parthenon/Athena/Filters/BoolFilter.php +++ b/src/Parthenon/Athena/Filters/BoolFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/ChoicesFilterInterface.php b/src/Parthenon/Athena/Filters/ChoicesFilterInterface.php index 2f8a2cd9..5d8d146d 100644 --- a/src/Parthenon/Athena/Filters/ChoicesFilterInterface.php +++ b/src/Parthenon/Athena/Filters/ChoicesFilterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/ContainsFilter.php b/src/Parthenon/Athena/Filters/ContainsFilter.php index 4159eb9c..3b2252d2 100644 --- a/src/Parthenon/Athena/Filters/ContainsFilter.php +++ b/src/Parthenon/Athena/Filters/ContainsFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/DoctrineFilterInterface.php b/src/Parthenon/Athena/Filters/DoctrineFilterInterface.php index 3f057745..0cf42574 100644 --- a/src/Parthenon/Athena/Filters/DoctrineFilterInterface.php +++ b/src/Parthenon/Athena/Filters/DoctrineFilterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/ExactChoiceFilter.php b/src/Parthenon/Athena/Filters/ExactChoiceFilter.php index 986e689d..aebd4553 100644 --- a/src/Parthenon/Athena/Filters/ExactChoiceFilter.php +++ b/src/Parthenon/Athena/Filters/ExactChoiceFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/FilterConfig.php b/src/Parthenon/Athena/Filters/FilterConfig.php index 394a6e64..9751cacd 100644 --- a/src/Parthenon/Athena/Filters/FilterConfig.php +++ b/src/Parthenon/Athena/Filters/FilterConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/FilterInterface.php b/src/Parthenon/Athena/Filters/FilterInterface.php index 95c6320d..798e9d74 100644 --- a/src/Parthenon/Athena/Filters/FilterInterface.php +++ b/src/Parthenon/Athena/Filters/FilterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/FilterManager.php b/src/Parthenon/Athena/Filters/FilterManager.php index 535e4e9a..d78347cc 100644 --- a/src/Parthenon/Athena/Filters/FilterManager.php +++ b/src/Parthenon/Athena/Filters/FilterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/GreaterThanFilter.php b/src/Parthenon/Athena/Filters/GreaterThanFilter.php index ac739854..e09575a5 100644 --- a/src/Parthenon/Athena/Filters/GreaterThanFilter.php +++ b/src/Parthenon/Athena/Filters/GreaterThanFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/GreaterThanOrEqualFilter.php b/src/Parthenon/Athena/Filters/GreaterThanOrEqualFilter.php index 062395b0..7df89e18 100644 --- a/src/Parthenon/Athena/Filters/GreaterThanOrEqualFilter.php +++ b/src/Parthenon/Athena/Filters/GreaterThanOrEqualFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/JsonContainsFilter.php b/src/Parthenon/Athena/Filters/JsonContainsFilter.php index e40fcc5d..375fe8d5 100644 --- a/src/Parthenon/Athena/Filters/JsonContainsFilter.php +++ b/src/Parthenon/Athena/Filters/JsonContainsFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/LessThanFilter.php b/src/Parthenon/Athena/Filters/LessThanFilter.php index e4aa61ab..631ac9ca 100644 --- a/src/Parthenon/Athena/Filters/LessThanFilter.php +++ b/src/Parthenon/Athena/Filters/LessThanFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/LessThanOrEqualFilter.php b/src/Parthenon/Athena/Filters/LessThanOrEqualFilter.php index c2142e61..e3936707 100644 --- a/src/Parthenon/Athena/Filters/LessThanOrEqualFilter.php +++ b/src/Parthenon/Athena/Filters/LessThanOrEqualFilter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/ListFilters.php b/src/Parthenon/Athena/Filters/ListFilters.php index f3cc9b56..72a6a052 100644 --- a/src/Parthenon/Athena/Filters/ListFilters.php +++ b/src/Parthenon/Athena/Filters/ListFilters.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/ListFiltersInterface.php b/src/Parthenon/Athena/Filters/ListFiltersInterface.php index e870e951..c1e4ab9f 100644 --- a/src/Parthenon/Athena/Filters/ListFiltersInterface.php +++ b/src/Parthenon/Athena/Filters/ListFiltersInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/OdmFilterInterface.php b/src/Parthenon/Athena/Filters/OdmFilterInterface.php index ef3df1de..456a401c 100644 --- a/src/Parthenon/Athena/Filters/OdmFilterInterface.php +++ b/src/Parthenon/Athena/Filters/OdmFilterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Filters/QueryBuilderTrait.php b/src/Parthenon/Athena/Filters/QueryBuilderTrait.php index a5c4dbdb..94e7e0b9 100644 --- a/src/Parthenon/Athena/Filters/QueryBuilderTrait.php +++ b/src/Parthenon/Athena/Filters/QueryBuilderTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Form/Type/AthenaType.php b/src/Parthenon/Athena/Form/Type/AthenaType.php index 0d1911ac..342a2c25 100644 --- a/src/Parthenon/Athena/Form/Type/AthenaType.php +++ b/src/Parthenon/Athena/Form/Type/AthenaType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ListView.php b/src/Parthenon/Athena/ListView.php index 719b973d..e07f46d5 100644 --- a/src/Parthenon/Athena/ListView.php +++ b/src/Parthenon/Athena/ListView.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ListViewInterface.php b/src/Parthenon/Athena/ListViewInterface.php index 549e2318..50ad2ab9 100644 --- a/src/Parthenon/Athena/ListViewInterface.php +++ b/src/Parthenon/Athena/ListViewInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Notifier.php b/src/Parthenon/Athena/Notifier.php index 3cad10f5..8d64aa2f 100644 --- a/src/Parthenon/Athena/Notifier.php +++ b/src/Parthenon/Athena/Notifier.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/NotifierInterface.php b/src/Parthenon/Athena/NotifierInterface.php index bdb971cd..850223e7 100644 --- a/src/Parthenon/Athena/NotifierInterface.php +++ b/src/Parthenon/Athena/NotifierInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Read/Section.php b/src/Parthenon/Athena/Read/Section.php index 66e06e1e..fb55e1b1 100644 --- a/src/Parthenon/Athena/Read/Section.php +++ b/src/Parthenon/Athena/Read/Section.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ReadView.php b/src/Parthenon/Athena/ReadView.php index 14becf8c..5fc7b2b5 100644 --- a/src/Parthenon/Athena/ReadView.php +++ b/src/Parthenon/Athena/ReadView.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/CrudRepositoryInterface.php b/src/Parthenon/Athena/Repository/CrudRepositoryInterface.php index e908e3aa..9d909f15 100644 --- a/src/Parthenon/Athena/Repository/CrudRepositoryInterface.php +++ b/src/Parthenon/Athena/Repository/CrudRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/DoctrineCrudRepository.php b/src/Parthenon/Athena/Repository/DoctrineCrudRepository.php index 81b4db2d..9a51df79 100644 --- a/src/Parthenon/Athena/Repository/DoctrineCrudRepository.php +++ b/src/Parthenon/Athena/Repository/DoctrineCrudRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/Dummy/NotificationRepository.php b/src/Parthenon/Athena/Repository/Dummy/NotificationRepository.php index 4c10c9f5..37b1dd00 100644 --- a/src/Parthenon/Athena/Repository/Dummy/NotificationRepository.php +++ b/src/Parthenon/Athena/Repository/Dummy/NotificationRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/NotificationOdmRepository.php b/src/Parthenon/Athena/Repository/NotificationOdmRepository.php index 9445c084..7c5abcf3 100644 --- a/src/Parthenon/Athena/Repository/NotificationOdmRepository.php +++ b/src/Parthenon/Athena/Repository/NotificationOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/NotificationRepository.php b/src/Parthenon/Athena/Repository/NotificationRepository.php index 88d44f21..8205468c 100644 --- a/src/Parthenon/Athena/Repository/NotificationRepository.php +++ b/src/Parthenon/Athena/Repository/NotificationRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/NotificationRepositoryInterface.php b/src/Parthenon/Athena/Repository/NotificationRepositoryInterface.php index e15664ce..6441950e 100644 --- a/src/Parthenon/Athena/Repository/NotificationRepositoryInterface.php +++ b/src/Parthenon/Athena/Repository/NotificationRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Repository/OdmCrudRepository.php b/src/Parthenon/Athena/Repository/OdmCrudRepository.php index 8bf117a2..a528a214 100644 --- a/src/Parthenon/Athena/Repository/OdmCrudRepository.php +++ b/src/Parthenon/Athena/Repository/OdmCrudRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ResultSet.php b/src/Parthenon/Athena/ResultSet.php index d7e60817..c2e930cc 100644 --- a/src/Parthenon/Athena/ResultSet.php +++ b/src/Parthenon/Athena/ResultSet.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Routing/AthenaRouteLoader.php b/src/Parthenon/Athena/Routing/AthenaRouteLoader.php index c8be31f4..713bd765 100644 --- a/src/Parthenon/Athena/Routing/AthenaRouteLoader.php +++ b/src/Parthenon/Athena/Routing/AthenaRouteLoader.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/SectionInterface.php b/src/Parthenon/Athena/SectionInterface.php index 777184ca..d9eaf4f6 100644 --- a/src/Parthenon/Athena/SectionInterface.php +++ b/src/Parthenon/Athena/SectionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/SectionManager.php b/src/Parthenon/Athena/SectionManager.php index 9f068a1e..3b2e40f2 100644 --- a/src/Parthenon/Athena/SectionManager.php +++ b/src/Parthenon/Athena/SectionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/SectionManagerInterface.php b/src/Parthenon/Athena/SectionManagerInterface.php index 3821c037..0d686bdc 100644 --- a/src/Parthenon/Athena/SectionManagerInterface.php +++ b/src/Parthenon/Athena/SectionManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Settings.php b/src/Parthenon/Athena/Settings.php index ce6ebfb6..c5d5d35f 100644 --- a/src/Parthenon/Athena/Settings.php +++ b/src/Parthenon/Athena/Settings.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/Twig/AthenaExtension.php b/src/Parthenon/Athena/Twig/AthenaExtension.php index 79b8fec5..2b8cf151 100644 --- a/src/Parthenon/Athena/Twig/AthenaExtension.php +++ b/src/Parthenon/Athena/Twig/AthenaExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewType/BooleanViewType.php b/src/Parthenon/Athena/ViewType/BooleanViewType.php index 0b9bf190..f8f7c17b 100644 --- a/src/Parthenon/Athena/ViewType/BooleanViewType.php +++ b/src/Parthenon/Athena/ViewType/BooleanViewType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewType/EntityViewType.php b/src/Parthenon/Athena/ViewType/EntityViewType.php index 356b7582..6ca847ec 100644 --- a/src/Parthenon/Athena/ViewType/EntityViewType.php +++ b/src/Parthenon/Athena/ViewType/EntityViewType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewType/TextViewType.php b/src/Parthenon/Athena/ViewType/TextViewType.php index e502315a..34af0bcd 100644 --- a/src/Parthenon/Athena/ViewType/TextViewType.php +++ b/src/Parthenon/Athena/ViewType/TextViewType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewType/ViewTypeInterface.php b/src/Parthenon/Athena/ViewType/ViewTypeInterface.php index 309f90f7..e26cc62f 100644 --- a/src/Parthenon/Athena/ViewType/ViewTypeInterface.php +++ b/src/Parthenon/Athena/ViewType/ViewTypeInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewTypeManager.php b/src/Parthenon/Athena/ViewTypeManager.php index e0d0d295..3b20c64b 100644 --- a/src/Parthenon/Athena/ViewTypeManager.php +++ b/src/Parthenon/Athena/ViewTypeManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Athena/ViewTypeManagerInterface.php b/src/Parthenon/Athena/ViewTypeManagerInterface.php index 5f0bcf81..7d771ee4 100644 --- a/src/Parthenon/Athena/ViewTypeManagerInterface.php +++ b/src/Parthenon/Athena/ViewTypeManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/CustomerTeamSection.php b/src/Parthenon/Billing/Athena/CustomerTeamSection.php index 4eaaf404..2f6f520c 100644 --- a/src/Parthenon/Billing/Athena/CustomerTeamSection.php +++ b/src/Parthenon/Billing/Athena/CustomerTeamSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/CustomerUserSection.php b/src/Parthenon/Billing/Athena/CustomerUserSection.php index e92cf14b..47a88bed 100644 --- a/src/Parthenon/Billing/Athena/CustomerUserSection.php +++ b/src/Parthenon/Billing/Athena/CustomerUserSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/PaymentSection.php b/src/Parthenon/Billing/Athena/PaymentSection.php index 8b183d76..40eff109 100644 --- a/src/Parthenon/Billing/Athena/PaymentSection.php +++ b/src/Parthenon/Billing/Athena/PaymentSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/PriceSection.php b/src/Parthenon/Billing/Athena/PriceSection.php index b28dc156..571afce6 100644 --- a/src/Parthenon/Billing/Athena/PriceSection.php +++ b/src/Parthenon/Billing/Athena/PriceSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/ProductSection.php b/src/Parthenon/Billing/Athena/ProductSection.php index 3b7d5c91..ac30d706 100644 --- a/src/Parthenon/Billing/Athena/ProductSection.php +++ b/src/Parthenon/Billing/Athena/ProductSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/RefundSection.php b/src/Parthenon/Billing/Athena/RefundSection.php index 5ab2948e..70b10c4c 100644 --- a/src/Parthenon/Billing/Athena/RefundSection.php +++ b/src/Parthenon/Billing/Athena/RefundSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/SubscriptionFeatureSection.php b/src/Parthenon/Billing/Athena/SubscriptionFeatureSection.php index b05a71cd..19d473db 100644 --- a/src/Parthenon/Billing/Athena/SubscriptionFeatureSection.php +++ b/src/Parthenon/Billing/Athena/SubscriptionFeatureSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/SubscriptionPlanSection.php b/src/Parthenon/Billing/Athena/SubscriptionPlanSection.php index 8242c3f9..aaf38879 100644 --- a/src/Parthenon/Billing/Athena/SubscriptionPlanSection.php +++ b/src/Parthenon/Billing/Athena/SubscriptionPlanSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Athena/SubscriptionSection.php b/src/Parthenon/Billing/Athena/SubscriptionSection.php index 49fe0502..6ef60846 100644 --- a/src/Parthenon/Billing/Athena/SubscriptionSection.php +++ b/src/Parthenon/Billing/Athena/SubscriptionSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/ChargeBack/ChargeBackSyncer.php b/src/Parthenon/Billing/ChargeBack/ChargeBackSyncer.php index a2f43faa..aa06c945 100644 --- a/src/Parthenon/Billing/ChargeBack/ChargeBackSyncer.php +++ b/src/Parthenon/Billing/ChargeBack/ChargeBackSyncer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/ChargeBack/ChargeBackSyncerInterface.php b/src/Parthenon/Billing/ChargeBack/ChargeBackSyncerInterface.php index 8bdca0f0..0dd6b984 100644 --- a/src/Parthenon/Billing/ChargeBack/ChargeBackSyncerInterface.php +++ b/src/Parthenon/Billing/ChargeBack/ChargeBackSyncerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Command/DailyChargeBackCommand.php b/src/Parthenon/Billing/Command/DailyChargeBackCommand.php index c6c16c1b..946a6a9d 100644 --- a/src/Parthenon/Billing/Command/DailyChargeBackCommand.php +++ b/src/Parthenon/Billing/Command/DailyChargeBackCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Compiler/BillingCompilerPass.php b/src/Parthenon/Billing/Compiler/BillingCompilerPass.php index 97b0eb1f..03f8e39f 100644 --- a/src/Parthenon/Billing/Compiler/BillingCompilerPass.php +++ b/src/Parthenon/Billing/Compiler/BillingCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Config/FrontendConfig.php b/src/Parthenon/Billing/Config/FrontendConfig.php index 5d39dd9a..c4b79df6 100644 --- a/src/Parthenon/Billing/Config/FrontendConfig.php +++ b/src/Parthenon/Billing/Config/FrontendConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Config/WebhookConfig.php b/src/Parthenon/Billing/Config/WebhookConfig.php index 7826d71b..b4c9884f 100644 --- a/src/Parthenon/Billing/Config/WebhookConfig.php +++ b/src/Parthenon/Billing/Config/WebhookConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Controller/AthenaController.php b/src/Parthenon/Billing/Controller/AthenaController.php index 844eb803..f951dcd2 100644 --- a/src/Parthenon/Billing/Controller/AthenaController.php +++ b/src/Parthenon/Billing/Controller/AthenaController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Controller/BillingInformationController.php b/src/Parthenon/Billing/Controller/BillingInformationController.php index 5edaaa3b..479bb92d 100644 --- a/src/Parthenon/Billing/Controller/BillingInformationController.php +++ b/src/Parthenon/Billing/Controller/BillingInformationController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Controller/PaymentDetailsController.php b/src/Parthenon/Billing/Controller/PaymentDetailsController.php index 6624c73d..4c531cd3 100644 --- a/src/Parthenon/Billing/Controller/PaymentDetailsController.php +++ b/src/Parthenon/Billing/Controller/PaymentDetailsController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Controller/PlanController.php b/src/Parthenon/Billing/Controller/PlanController.php index de2a0a3a..dda7b0b3 100644 --- a/src/Parthenon/Billing/Controller/PlanController.php +++ b/src/Parthenon/Billing/Controller/PlanController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Controller/SubscriptionController.php b/src/Parthenon/Billing/Controller/SubscriptionController.php index 3692ef20..51dfab4d 100644 --- a/src/Parthenon/Billing/Controller/SubscriptionController.php +++ b/src/Parthenon/Billing/Controller/SubscriptionController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Customer/CustomerManager.php b/src/Parthenon/Billing/Customer/CustomerManager.php index 1a6c6c5d..968c5986 100644 --- a/src/Parthenon/Billing/Customer/CustomerManager.php +++ b/src/Parthenon/Billing/Customer/CustomerManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Customer/CustomerManagerInterface.php b/src/Parthenon/Billing/Customer/CustomerManagerInterface.php index 0609a077..d675e4f0 100644 --- a/src/Parthenon/Billing/Customer/CustomerManagerInterface.php +++ b/src/Parthenon/Billing/Customer/CustomerManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/CustomerProviderInterface.php b/src/Parthenon/Billing/CustomerProviderInterface.php index 38928054..8a81e485 100644 --- a/src/Parthenon/Billing/CustomerProviderInterface.php +++ b/src/Parthenon/Billing/CustomerProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Dto/StartSubscriptionDto.php b/src/Parthenon/Billing/Dto/StartSubscriptionDto.php index f5a6df76..8201396b 100644 --- a/src/Parthenon/Billing/Dto/StartSubscriptionDto.php +++ b/src/Parthenon/Billing/Dto/StartSubscriptionDto.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/BillingAdminInterface.php b/src/Parthenon/Billing/Entity/BillingAdminInterface.php index 86d4dad6..48274481 100644 --- a/src/Parthenon/Billing/Entity/BillingAdminInterface.php +++ b/src/Parthenon/Billing/Entity/BillingAdminInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/ChargeBack.php b/src/Parthenon/Billing/Entity/ChargeBack.php index 17e9325d..a8400ddd 100644 --- a/src/Parthenon/Billing/Entity/ChargeBack.php +++ b/src/Parthenon/Billing/Entity/ChargeBack.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/CustomerInterface.php b/src/Parthenon/Billing/Entity/CustomerInterface.php index 88b26806..9fdcab33 100644 --- a/src/Parthenon/Billing/Entity/CustomerInterface.php +++ b/src/Parthenon/Billing/Entity/CustomerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/EmbeddedSubscription.php b/src/Parthenon/Billing/Entity/EmbeddedSubscription.php index f7a5ca3f..d2eb639c 100644 --- a/src/Parthenon/Billing/Entity/EmbeddedSubscription.php +++ b/src/Parthenon/Billing/Entity/EmbeddedSubscription.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Payment.php b/src/Parthenon/Billing/Entity/Payment.php index 154b45bf..1ef76251 100644 --- a/src/Parthenon/Billing/Entity/Payment.php +++ b/src/Parthenon/Billing/Entity/Payment.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/PaymentCard.php b/src/Parthenon/Billing/Entity/PaymentCard.php index 45bfd1a4..00f8d8fe 100644 --- a/src/Parthenon/Billing/Entity/PaymentCard.php +++ b/src/Parthenon/Billing/Entity/PaymentCard.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/PaymentInterface.php b/src/Parthenon/Billing/Entity/PaymentInterface.php index 13642bd0..3c280052 100644 --- a/src/Parthenon/Billing/Entity/PaymentInterface.php +++ b/src/Parthenon/Billing/Entity/PaymentInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Price.php b/src/Parthenon/Billing/Entity/Price.php index ac83ae5e..e78e0ca6 100644 --- a/src/Parthenon/Billing/Entity/Price.php +++ b/src/Parthenon/Billing/Entity/Price.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/PriceInterface.php b/src/Parthenon/Billing/Entity/PriceInterface.php index f76fa4e5..aae687af 100644 --- a/src/Parthenon/Billing/Entity/PriceInterface.php +++ b/src/Parthenon/Billing/Entity/PriceInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Product.php b/src/Parthenon/Billing/Entity/Product.php index e38c6cee..63b9b536 100644 --- a/src/Parthenon/Billing/Entity/Product.php +++ b/src/Parthenon/Billing/Entity/Product.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/ProductInterface.php b/src/Parthenon/Billing/Entity/ProductInterface.php index 602c302d..072f8792 100644 --- a/src/Parthenon/Billing/Entity/ProductInterface.php +++ b/src/Parthenon/Billing/Entity/ProductInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Receipt.php b/src/Parthenon/Billing/Entity/Receipt.php index 280d7464..5334759f 100644 --- a/src/Parthenon/Billing/Entity/Receipt.php +++ b/src/Parthenon/Billing/Entity/Receipt.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/ReceiptInterface.php b/src/Parthenon/Billing/Entity/ReceiptInterface.php index 1b57a8c6..b71d296e 100644 --- a/src/Parthenon/Billing/Entity/ReceiptInterface.php +++ b/src/Parthenon/Billing/Entity/ReceiptInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/ReceiptLine.php b/src/Parthenon/Billing/Entity/ReceiptLine.php index 44e5bc67..a7367739 100644 --- a/src/Parthenon/Billing/Entity/ReceiptLine.php +++ b/src/Parthenon/Billing/Entity/ReceiptLine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/ReceiptLineInterface.php b/src/Parthenon/Billing/Entity/ReceiptLineInterface.php index 11dc0c3c..16d7d2e1 100644 --- a/src/Parthenon/Billing/Entity/ReceiptLineInterface.php +++ b/src/Parthenon/Billing/Entity/ReceiptLineInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Refund.php b/src/Parthenon/Billing/Entity/Refund.php index 574d94e1..8828745e 100644 --- a/src/Parthenon/Billing/Entity/Refund.php +++ b/src/Parthenon/Billing/Entity/Refund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/Subscription.php b/src/Parthenon/Billing/Entity/Subscription.php index 9163efcd..6d6a4b62 100644 --- a/src/Parthenon/Billing/Entity/Subscription.php +++ b/src/Parthenon/Billing/Entity/Subscription.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/SubscriptionFeature.php b/src/Parthenon/Billing/Entity/SubscriptionFeature.php index a336a943..819b4896 100644 --- a/src/Parthenon/Billing/Entity/SubscriptionFeature.php +++ b/src/Parthenon/Billing/Entity/SubscriptionFeature.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/SubscriptionInterface.php b/src/Parthenon/Billing/Entity/SubscriptionInterface.php index e74836d0..9c26b169 100644 --- a/src/Parthenon/Billing/Entity/SubscriptionInterface.php +++ b/src/Parthenon/Billing/Entity/SubscriptionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/SubscriptionPlan.php b/src/Parthenon/Billing/Entity/SubscriptionPlan.php index 0fb1b2c8..f80d36b8 100644 --- a/src/Parthenon/Billing/Entity/SubscriptionPlan.php +++ b/src/Parthenon/Billing/Entity/SubscriptionPlan.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/SubscriptionPlanInterface.php b/src/Parthenon/Billing/Entity/SubscriptionPlanInterface.php index 3e8d03e8..2653c607 100644 --- a/src/Parthenon/Billing/Entity/SubscriptionPlanInterface.php +++ b/src/Parthenon/Billing/Entity/SubscriptionPlanInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Entity/SubscriptionPlanLimit.php b/src/Parthenon/Billing/Entity/SubscriptionPlanLimit.php index 3d64f423..70455951 100644 --- a/src/Parthenon/Billing/Entity/SubscriptionPlanLimit.php +++ b/src/Parthenon/Billing/Entity/SubscriptionPlanLimit.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/BillingChangeTiming.php b/src/Parthenon/Billing/Enum/BillingChangeTiming.php index dfd3078c..1534ab6d 100644 --- a/src/Parthenon/Billing/Enum/BillingChangeTiming.php +++ b/src/Parthenon/Billing/Enum/BillingChangeTiming.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/ChargeBackReason.php b/src/Parthenon/Billing/Enum/ChargeBackReason.php index 75274556..23129a52 100644 --- a/src/Parthenon/Billing/Enum/ChargeBackReason.php +++ b/src/Parthenon/Billing/Enum/ChargeBackReason.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/ChargeBackStatus.php b/src/Parthenon/Billing/Enum/ChargeBackStatus.php index 0ddcc6a1..65178498 100644 --- a/src/Parthenon/Billing/Enum/ChargeBackStatus.php +++ b/src/Parthenon/Billing/Enum/ChargeBackStatus.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/PaymentStatus.php b/src/Parthenon/Billing/Enum/PaymentStatus.php index 57f6a3eb..8e2cc56a 100644 --- a/src/Parthenon/Billing/Enum/PaymentStatus.php +++ b/src/Parthenon/Billing/Enum/PaymentStatus.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/RefundStatus.php b/src/Parthenon/Billing/Enum/RefundStatus.php index d7d8d7dc..7cbac188 100644 --- a/src/Parthenon/Billing/Enum/RefundStatus.php +++ b/src/Parthenon/Billing/Enum/RefundStatus.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Enum/SubscriptionStatus.php b/src/Parthenon/Billing/Enum/SubscriptionStatus.php index c3784112..4f34381b 100644 --- a/src/Parthenon/Billing/Enum/SubscriptionStatus.php +++ b/src/Parthenon/Billing/Enum/SubscriptionStatus.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/ChargeBackCreated.php b/src/Parthenon/Billing/Event/ChargeBackCreated.php index 2f9e4676..e1154759 100644 --- a/src/Parthenon/Billing/Event/ChargeBackCreated.php +++ b/src/Parthenon/Billing/Event/ChargeBackCreated.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/ChargeBackUpdated.php b/src/Parthenon/Billing/Event/ChargeBackUpdated.php index ce216123..e2d3404a 100644 --- a/src/Parthenon/Billing/Event/ChargeBackUpdated.php +++ b/src/Parthenon/Billing/Event/ChargeBackUpdated.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/PaymentCardAdded.php b/src/Parthenon/Billing/Event/PaymentCardAdded.php index 5b8fea98..b8140c87 100644 --- a/src/Parthenon/Billing/Event/PaymentCardAdded.php +++ b/src/Parthenon/Billing/Event/PaymentCardAdded.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/PaymentCreated.php b/src/Parthenon/Billing/Event/PaymentCreated.php index 3cd9666f..d2195980 100644 --- a/src/Parthenon/Billing/Event/PaymentCreated.php +++ b/src/Parthenon/Billing/Event/PaymentCreated.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/RefundCreated.php b/src/Parthenon/Billing/Event/RefundCreated.php index f91587a8..26b841f3 100644 --- a/src/Parthenon/Billing/Event/RefundCreated.php +++ b/src/Parthenon/Billing/Event/RefundCreated.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/SubscriptionCancelled.php b/src/Parthenon/Billing/Event/SubscriptionCancelled.php index 6cecc620..f0a2f552 100644 --- a/src/Parthenon/Billing/Event/SubscriptionCancelled.php +++ b/src/Parthenon/Billing/Event/SubscriptionCancelled.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Event/SubscriptionCreated.php b/src/Parthenon/Billing/Event/SubscriptionCreated.php index eee3c23a..0d45e1ec 100644 --- a/src/Parthenon/Billing/Event/SubscriptionCreated.php +++ b/src/Parthenon/Billing/Event/SubscriptionCreated.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/InvalidEventException.php b/src/Parthenon/Billing/Exception/InvalidEventException.php index 2504ebd3..15647eed 100644 --- a/src/Parthenon/Billing/Exception/InvalidEventException.php +++ b/src/Parthenon/Billing/Exception/InvalidEventException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/InvalidSubscriberException.php b/src/Parthenon/Billing/Exception/InvalidSubscriberException.php index 4f947da8..d395f314 100644 --- a/src/Parthenon/Billing/Exception/InvalidSubscriberException.php +++ b/src/Parthenon/Billing/Exception/InvalidSubscriberException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/NoCounterException.php b/src/Parthenon/Billing/Exception/NoCounterException.php index 651f3ebb..0b190dfc 100644 --- a/src/Parthenon/Billing/Exception/NoCounterException.php +++ b/src/Parthenon/Billing/Exception/NoCounterException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/NoCustomerException.php b/src/Parthenon/Billing/Exception/NoCustomerException.php index 2fac63e4..04fd7894 100644 --- a/src/Parthenon/Billing/Exception/NoCustomerException.php +++ b/src/Parthenon/Billing/Exception/NoCustomerException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/NoPlanFoundException.php b/src/Parthenon/Billing/Exception/NoPlanFoundException.php index 98b933f4..5ec78316 100644 --- a/src/Parthenon/Billing/Exception/NoPlanFoundException.php +++ b/src/Parthenon/Billing/Exception/NoPlanFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/NoPlanPriceFoundException.php b/src/Parthenon/Billing/Exception/NoPlanPriceFoundException.php index f190e597..e05945c0 100644 --- a/src/Parthenon/Billing/Exception/NoPlanPriceFoundException.php +++ b/src/Parthenon/Billing/Exception/NoPlanPriceFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/NoSubscriptionException.php b/src/Parthenon/Billing/Exception/NoSubscriptionException.php index ceb4d48d..40582775 100644 --- a/src/Parthenon/Billing/Exception/NoSubscriptionException.php +++ b/src/Parthenon/Billing/Exception/NoSubscriptionException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/RefundLimitExceededException.php b/src/Parthenon/Billing/Exception/RefundLimitExceededException.php index 87e7209a..b0b0346b 100644 --- a/src/Parthenon/Billing/Exception/RefundLimitExceededException.php +++ b/src/Parthenon/Billing/Exception/RefundLimitExceededException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Exception/SubscriptionCreationException.php b/src/Parthenon/Billing/Exception/SubscriptionCreationException.php index 28fcf3d3..63d7e98d 100644 --- a/src/Parthenon/Billing/Exception/SubscriptionCreationException.php +++ b/src/Parthenon/Billing/Exception/SubscriptionCreationException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Factory/EntityFactory.php b/src/Parthenon/Billing/Factory/EntityFactory.php index f9c94ea0..9dcde212 100644 --- a/src/Parthenon/Billing/Factory/EntityFactory.php +++ b/src/Parthenon/Billing/Factory/EntityFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Factory/EntityFactoryInterface.php b/src/Parthenon/Billing/Factory/EntityFactoryInterface.php index 569cbc5d..22ec5bd9 100644 --- a/src/Parthenon/Billing/Factory/EntityFactoryInterface.php +++ b/src/Parthenon/Billing/Factory/EntityFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Factory/PaymentMethodFactory.php b/src/Parthenon/Billing/Factory/PaymentMethodFactory.php index b9b78e26..19a76d52 100644 --- a/src/Parthenon/Billing/Factory/PaymentMethodFactory.php +++ b/src/Parthenon/Billing/Factory/PaymentMethodFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Factory/PaymentMethodFactoryInterface.php b/src/Parthenon/Billing/Factory/PaymentMethodFactoryInterface.php index 90992a9a..78a2bff0 100644 --- a/src/Parthenon/Billing/Factory/PaymentMethodFactoryInterface.php +++ b/src/Parthenon/Billing/Factory/PaymentMethodFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Form/Type/SubscriptionPlanLimitType.php b/src/Parthenon/Billing/Form/Type/SubscriptionPlanLimitType.php index 7c0ec81e..243b993f 100644 --- a/src/Parthenon/Billing/Form/Type/SubscriptionPlanLimitType.php +++ b/src/Parthenon/Billing/Form/Type/SubscriptionPlanLimitType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/AddressTrait.php b/src/Parthenon/Billing/Obol/AddressTrait.php index de8a7b6a..831e9a66 100644 --- a/src/Parthenon/Billing/Obol/AddressTrait.php +++ b/src/Parthenon/Billing/Obol/AddressTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/BillingDetailsFactory.php b/src/Parthenon/Billing/Obol/BillingDetailsFactory.php index 769bea2d..e9137022 100644 --- a/src/Parthenon/Billing/Obol/BillingDetailsFactory.php +++ b/src/Parthenon/Billing/Obol/BillingDetailsFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/BillingDetailsFactoryInterface.php b/src/Parthenon/Billing/Obol/BillingDetailsFactoryInterface.php index 69519f38..04fe5019 100644 --- a/src/Parthenon/Billing/Obol/BillingDetailsFactoryInterface.php +++ b/src/Parthenon/Billing/Obol/BillingDetailsFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/CustomerConverter.php b/src/Parthenon/Billing/Obol/CustomerConverter.php index a1acef20..16265761 100644 --- a/src/Parthenon/Billing/Obol/CustomerConverter.php +++ b/src/Parthenon/Billing/Obol/CustomerConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/CustomerConverterInterface.php b/src/Parthenon/Billing/Obol/CustomerConverterInterface.php index de6bf489..bab250e2 100644 --- a/src/Parthenon/Billing/Obol/CustomerConverterInterface.php +++ b/src/Parthenon/Billing/Obol/CustomerConverterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/PaymentFactory.php b/src/Parthenon/Billing/Obol/PaymentFactory.php index d2a606e7..aba25552 100644 --- a/src/Parthenon/Billing/Obol/PaymentFactory.php +++ b/src/Parthenon/Billing/Obol/PaymentFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/PaymentFactoryInterface.php b/src/Parthenon/Billing/Obol/PaymentFactoryInterface.php index 6b7567c8..f3a19d52 100644 --- a/src/Parthenon/Billing/Obol/PaymentFactoryInterface.php +++ b/src/Parthenon/Billing/Obol/PaymentFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/PriceRegister.php b/src/Parthenon/Billing/Obol/PriceRegister.php index c916f220..1c968f4f 100644 --- a/src/Parthenon/Billing/Obol/PriceRegister.php +++ b/src/Parthenon/Billing/Obol/PriceRegister.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/PriceRegisterInterface.php b/src/Parthenon/Billing/Obol/PriceRegisterInterface.php index b2c0c737..48587e93 100644 --- a/src/Parthenon/Billing/Obol/PriceRegisterInterface.php +++ b/src/Parthenon/Billing/Obol/PriceRegisterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/ProductRegister.php b/src/Parthenon/Billing/Obol/ProductRegister.php index 1fdda2f5..44015c52 100644 --- a/src/Parthenon/Billing/Obol/ProductRegister.php +++ b/src/Parthenon/Billing/Obol/ProductRegister.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/ProductRegisterInterface.php b/src/Parthenon/Billing/Obol/ProductRegisterInterface.php index 3bd0792e..d6aeb07e 100644 --- a/src/Parthenon/Billing/Obol/ProductRegisterInterface.php +++ b/src/Parthenon/Billing/Obol/ProductRegisterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/SubscriptionFactory.php b/src/Parthenon/Billing/Obol/SubscriptionFactory.php index a60e997e..e5ec3ca8 100644 --- a/src/Parthenon/Billing/Obol/SubscriptionFactory.php +++ b/src/Parthenon/Billing/Obol/SubscriptionFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Obol/SubscriptionFactoryInterface.php b/src/Parthenon/Billing/Obol/SubscriptionFactoryInterface.php index ec6b5577..a3b0c7eb 100644 --- a/src/Parthenon/Billing/Obol/SubscriptionFactoryInterface.php +++ b/src/Parthenon/Billing/Obol/SubscriptionFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManager.php b/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManager.php index bfa52e9d..55bd984c 100644 --- a/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManager.php +++ b/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerInterface.php b/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerInterface.php index fde3e6cf..18b98596 100644 --- a/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerInterface.php +++ b/src/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/Deleter.php b/src/Parthenon/Billing/PaymentMethod/Deleter.php index 3a5dbed3..51afe9d8 100644 --- a/src/Parthenon/Billing/PaymentMethod/Deleter.php +++ b/src/Parthenon/Billing/PaymentMethod/Deleter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/DeleterInterface.php b/src/Parthenon/Billing/PaymentMethod/DeleterInterface.php index cfe6cd0c..6417defd 100644 --- a/src/Parthenon/Billing/PaymentMethod/DeleterInterface.php +++ b/src/Parthenon/Billing/PaymentMethod/DeleterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessor.php b/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessor.php index a54fd347..d096187a 100644 --- a/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessor.php +++ b/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessorInterface.php b/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessorInterface.php index ee17aa2b..8e298d2f 100644 --- a/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessorInterface.php +++ b/src/Parthenon/Billing/PaymentMethod/FrontendAddProcessorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/CachedPlanManager.php b/src/Parthenon/Billing/Plan/CachedPlanManager.php index 4ce61a0c..c28dd66c 100644 --- a/src/Parthenon/Billing/Plan/CachedPlanManager.php +++ b/src/Parthenon/Billing/Plan/CachedPlanManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Counter/TeamInviteCounter.php b/src/Parthenon/Billing/Plan/Counter/TeamInviteCounter.php index 27f1da86..09af38a1 100644 --- a/src/Parthenon/Billing/Plan/Counter/TeamInviteCounter.php +++ b/src/Parthenon/Billing/Plan/Counter/TeamInviteCounter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Counter/TeamInviteCounterInterface.php b/src/Parthenon/Billing/Plan/Counter/TeamInviteCounterInterface.php index 762c9685..28684290 100644 --- a/src/Parthenon/Billing/Plan/Counter/TeamInviteCounterInterface.php +++ b/src/Parthenon/Billing/Plan/Counter/TeamInviteCounterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/CounterInterface.php b/src/Parthenon/Billing/Plan/CounterInterface.php index b7c9602c..229c0f8e 100644 --- a/src/Parthenon/Billing/Plan/CounterInterface.php +++ b/src/Parthenon/Billing/Plan/CounterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/CounterManager.php b/src/Parthenon/Billing/Plan/CounterManager.php index ad9972b5..208ad804 100644 --- a/src/Parthenon/Billing/Plan/CounterManager.php +++ b/src/Parthenon/Billing/Plan/CounterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/CustomerPlanInfo.php b/src/Parthenon/Billing/Plan/CustomerPlanInfo.php index 7ca6eb96..8aa73c43 100644 --- a/src/Parthenon/Billing/Plan/CustomerPlanInfo.php +++ b/src/Parthenon/Billing/Plan/CustomerPlanInfo.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/CustomerPlanInfoInterface.php b/src/Parthenon/Billing/Plan/CustomerPlanInfoInterface.php index 417c860c..29297b73 100644 --- a/src/Parthenon/Billing/Plan/CustomerPlanInfoInterface.php +++ b/src/Parthenon/Billing/Plan/CustomerPlanInfoInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/DatabasePlanManager.php b/src/Parthenon/Billing/Plan/DatabasePlanManager.php index d0fa0380..8b1c21d9 100644 --- a/src/Parthenon/Billing/Plan/DatabasePlanManager.php +++ b/src/Parthenon/Billing/Plan/DatabasePlanManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/LimitableInterface.php b/src/Parthenon/Billing/Plan/LimitableInterface.php index 20f6f96c..3e7493dc 100644 --- a/src/Parthenon/Billing/Plan/LimitableInterface.php +++ b/src/Parthenon/Billing/Plan/LimitableInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/LimitedUserInterface.php b/src/Parthenon/Billing/Plan/LimitedUserInterface.php index f6c0735d..aeedd714 100644 --- a/src/Parthenon/Billing/Plan/LimitedUserInterface.php +++ b/src/Parthenon/Billing/Plan/LimitedUserInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Plan.php b/src/Parthenon/Billing/Plan/Plan.php index 159f1272..96291c7c 100644 --- a/src/Parthenon/Billing/Plan/Plan.php +++ b/src/Parthenon/Billing/Plan/Plan.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanConverter.php b/src/Parthenon/Billing/Plan/PlanConverter.php index 3930d7f7..d7e6abf5 100644 --- a/src/Parthenon/Billing/Plan/PlanConverter.php +++ b/src/Parthenon/Billing/Plan/PlanConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanConverterInterface.php b/src/Parthenon/Billing/Plan/PlanConverterInterface.php index 95f0fdb5..c6a86a48 100644 --- a/src/Parthenon/Billing/Plan/PlanConverterInterface.php +++ b/src/Parthenon/Billing/Plan/PlanConverterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanInterface.php b/src/Parthenon/Billing/Plan/PlanInterface.php index dc4debb1..61be5418 100644 --- a/src/Parthenon/Billing/Plan/PlanInterface.php +++ b/src/Parthenon/Billing/Plan/PlanInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanManager.php b/src/Parthenon/Billing/Plan/PlanManager.php index 09749765..1362e708 100644 --- a/src/Parthenon/Billing/Plan/PlanManager.php +++ b/src/Parthenon/Billing/Plan/PlanManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanManagerInterface.php b/src/Parthenon/Billing/Plan/PlanManagerInterface.php index 8d4cbbca..0d74909e 100644 --- a/src/Parthenon/Billing/Plan/PlanManagerInterface.php +++ b/src/Parthenon/Billing/Plan/PlanManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/PlanPrice.php b/src/Parthenon/Billing/Plan/PlanPrice.php index af181dde..e7b4b535 100644 --- a/src/Parthenon/Billing/Plan/PlanPrice.php +++ b/src/Parthenon/Billing/Plan/PlanPrice.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Security/Voter/InviteVoter.php b/src/Parthenon/Billing/Plan/Security/Voter/InviteVoter.php index 0e7a1ba7..4aebc0f3 100644 --- a/src/Parthenon/Billing/Plan/Security/Voter/InviteVoter.php +++ b/src/Parthenon/Billing/Plan/Security/Voter/InviteVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Security/Voter/PlanFeatureVoter.php b/src/Parthenon/Billing/Plan/Security/Voter/PlanFeatureVoter.php index 56e87f56..0532d855 100644 --- a/src/Parthenon/Billing/Plan/Security/Voter/PlanFeatureVoter.php +++ b/src/Parthenon/Billing/Plan/Security/Voter/PlanFeatureVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Plan/Security/Voter/PlanVoter.php b/src/Parthenon/Billing/Plan/Security/Voter/PlanVoter.php index 8729dab8..2739d8f6 100644 --- a/src/Parthenon/Billing/Plan/Security/Voter/PlanVoter.php +++ b/src/Parthenon/Billing/Plan/Security/Voter/PlanVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Receipt/ReceiptGenerator.php b/src/Parthenon/Billing/Receipt/ReceiptGenerator.php index f62afa22..be4fbd08 100644 --- a/src/Parthenon/Billing/Receipt/ReceiptGenerator.php +++ b/src/Parthenon/Billing/Receipt/ReceiptGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Receipt/ReceiptGeneratorInterface.php b/src/Parthenon/Billing/Receipt/ReceiptGeneratorInterface.php index 42b646df..1f651195 100644 --- a/src/Parthenon/Billing/Receipt/ReceiptGeneratorInterface.php +++ b/src/Parthenon/Billing/Receipt/ReceiptGeneratorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Refund/RefundManager.php b/src/Parthenon/Billing/Refund/RefundManager.php index d164d791..75b55ed4 100644 --- a/src/Parthenon/Billing/Refund/RefundManager.php +++ b/src/Parthenon/Billing/Refund/RefundManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Refund/RefundManagerInterface.php b/src/Parthenon/Billing/Refund/RefundManagerInterface.php index c0aec582..7baff783 100644 --- a/src/Parthenon/Billing/Refund/RefundManagerInterface.php +++ b/src/Parthenon/Billing/Refund/RefundManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/ChargeBackRepositoryInterface.php b/src/Parthenon/Billing/Repository/ChargeBackRepositoryInterface.php index 713703c0..3c8e69bc 100644 --- a/src/Parthenon/Billing/Repository/ChargeBackRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/ChargeBackRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/CustomerRepositoryInterface.php b/src/Parthenon/Billing/Repository/CustomerRepositoryInterface.php index 5d66cfcb..84d48705 100644 --- a/src/Parthenon/Billing/Repository/CustomerRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/CustomerRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ChargeBackRepository.php b/src/Parthenon/Billing/Repository/Orm/ChargeBackRepository.php index 026e6ef0..750a0e36 100644 --- a/src/Parthenon/Billing/Repository/Orm/ChargeBackRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ChargeBackRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ChargeBackServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/ChargeBackServiceRepository.php index 553c61a9..14149839 100644 --- a/src/Parthenon/Billing/Repository/Orm/ChargeBackServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ChargeBackServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PaymentCardRepository.php b/src/Parthenon/Billing/Repository/Orm/PaymentCardRepository.php index ade48aac..85133eae 100644 --- a/src/Parthenon/Billing/Repository/Orm/PaymentCardRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PaymentCardRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PaymentCardServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/PaymentCardServiceRepository.php index 0b48e062..e2f67f13 100644 --- a/src/Parthenon/Billing/Repository/Orm/PaymentCardServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PaymentCardServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PaymentRepository.php b/src/Parthenon/Billing/Repository/Orm/PaymentRepository.php index 058617c7..de85f164 100644 --- a/src/Parthenon/Billing/Repository/Orm/PaymentRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PaymentRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PaymentServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/PaymentServiceRepository.php index c03273d6..8320ba0c 100644 --- a/src/Parthenon/Billing/Repository/Orm/PaymentServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PaymentServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PriceRepository.php b/src/Parthenon/Billing/Repository/Orm/PriceRepository.php index e8482b40..373f8191 100644 --- a/src/Parthenon/Billing/Repository/Orm/PriceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PriceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/PriceServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/PriceServiceRepository.php index da7767a6..bd2e2724 100644 --- a/src/Parthenon/Billing/Repository/Orm/PriceServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/PriceServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ProductRepository.php b/src/Parthenon/Billing/Repository/Orm/ProductRepository.php index 29d79f67..67b9959b 100644 --- a/src/Parthenon/Billing/Repository/Orm/ProductRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ProductRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ProductServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/ProductServiceRepository.php index 9b3d2cd5..5554e306 100644 --- a/src/Parthenon/Billing/Repository/Orm/ProductServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ProductServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ReceiptRepository.php b/src/Parthenon/Billing/Repository/Orm/ReceiptRepository.php index 5b3d6ae2..b48fc93f 100644 --- a/src/Parthenon/Billing/Repository/Orm/ReceiptRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ReceiptRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/ReceiptServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/ReceiptServiceRepository.php index e7ec4e53..eae8187c 100644 --- a/src/Parthenon/Billing/Repository/Orm/ReceiptServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/ReceiptServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/RefundRepository.php b/src/Parthenon/Billing/Repository/Orm/RefundRepository.php index f3d31acb..35f3265b 100644 --- a/src/Parthenon/Billing/Repository/Orm/RefundRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/RefundRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/RefundServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/RefundServiceRepository.php index 685f4591..25870681 100644 --- a/src/Parthenon/Billing/Repository/Orm/RefundServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/RefundServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureRepository.php index 62410793..98095d1a 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureServiceRepository.php index 9bc3e60d..86e6b97f 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionFeatureServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanRepository.php index 4f1562e3..7299effd 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanServiceRepository.php index 9ec936eb..74f57329 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionPlanServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionRepository.php index 762a2fb4..fa4e2da4 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/Orm/SubscriptionServiceRepository.php b/src/Parthenon/Billing/Repository/Orm/SubscriptionServiceRepository.php index e9610060..046912f3 100644 --- a/src/Parthenon/Billing/Repository/Orm/SubscriptionServiceRepository.php +++ b/src/Parthenon/Billing/Repository/Orm/SubscriptionServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/PaymentCardRepositoryInterface.php b/src/Parthenon/Billing/Repository/PaymentCardRepositoryInterface.php index f3bacc87..91477a13 100644 --- a/src/Parthenon/Billing/Repository/PaymentCardRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/PaymentCardRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/PaymentRepositoryInterface.php b/src/Parthenon/Billing/Repository/PaymentRepositoryInterface.php index 8f8acdee..99caa7b0 100644 --- a/src/Parthenon/Billing/Repository/PaymentRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/PaymentRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/PriceRepositoryInterface.php b/src/Parthenon/Billing/Repository/PriceRepositoryInterface.php index f2a9ac2a..e800c990 100644 --- a/src/Parthenon/Billing/Repository/PriceRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/PriceRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/ProductRepositoryInterface.php b/src/Parthenon/Billing/Repository/ProductRepositoryInterface.php index 9a1df381..29fbc155 100644 --- a/src/Parthenon/Billing/Repository/ProductRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/ProductRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/ReceiptRepositoryInterface.php b/src/Parthenon/Billing/Repository/ReceiptRepositoryInterface.php index 2c60accf..e51a8520 100644 --- a/src/Parthenon/Billing/Repository/ReceiptRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/ReceiptRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/RefundRepositoryInterface.php b/src/Parthenon/Billing/Repository/RefundRepositoryInterface.php index a5d0a1e5..3f3f8d92 100644 --- a/src/Parthenon/Billing/Repository/RefundRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/RefundRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/SubscriptionFeatureRepositoryInterface.php b/src/Parthenon/Billing/Repository/SubscriptionFeatureRepositoryInterface.php index 227b3c3e..e6e8252b 100644 --- a/src/Parthenon/Billing/Repository/SubscriptionFeatureRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/SubscriptionFeatureRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/SubscriptionPlanRepositoryInterface.php b/src/Parthenon/Billing/Repository/SubscriptionPlanRepositoryInterface.php index 8e4203b0..8e919203 100644 --- a/src/Parthenon/Billing/Repository/SubscriptionPlanRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/SubscriptionPlanRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Repository/SubscriptionRepositoryInterface.php b/src/Parthenon/Billing/Repository/SubscriptionRepositoryInterface.php index 67fb4640..e006ee47 100644 --- a/src/Parthenon/Billing/Repository/SubscriptionRepositoryInterface.php +++ b/src/Parthenon/Billing/Repository/SubscriptionRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Response/StartSubscriptionResponse.php b/src/Parthenon/Billing/Response/StartSubscriptionResponse.php index b2a387ed..8f0ab01a 100644 --- a/src/Parthenon/Billing/Response/StartSubscriptionResponse.php +++ b/src/Parthenon/Billing/Response/StartSubscriptionResponse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/ObolScheduler.php b/src/Parthenon/Billing/Subscription/ObolScheduler.php index 2598a819..33e79659 100644 --- a/src/Parthenon/Billing/Subscription/ObolScheduler.php +++ b/src/Parthenon/Billing/Subscription/ObolScheduler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/PaymentLinker.php b/src/Parthenon/Billing/Subscription/PaymentLinker.php index 47ecde61..ffa47ed0 100644 --- a/src/Parthenon/Billing/Subscription/PaymentLinker.php +++ b/src/Parthenon/Billing/Subscription/PaymentLinker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/PaymentLinkerInterface.php b/src/Parthenon/Billing/Subscription/PaymentLinkerInterface.php index fcc655d7..43a049a0 100644 --- a/src/Parthenon/Billing/Subscription/PaymentLinkerInterface.php +++ b/src/Parthenon/Billing/Subscription/PaymentLinkerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/SchedulerInterface.php b/src/Parthenon/Billing/Subscription/SchedulerInterface.php index 35227809..99401422 100644 --- a/src/Parthenon/Billing/Subscription/SchedulerInterface.php +++ b/src/Parthenon/Billing/Subscription/SchedulerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/SubscriptionManager.php b/src/Parthenon/Billing/Subscription/SubscriptionManager.php index 52ef46b2..6a26dfc4 100644 --- a/src/Parthenon/Billing/Subscription/SubscriptionManager.php +++ b/src/Parthenon/Billing/Subscription/SubscriptionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Subscription/SubscriptionManagerInterface.php b/src/Parthenon/Billing/Subscription/SubscriptionManagerInterface.php index 6e5b239d..bf4d000c 100644 --- a/src/Parthenon/Billing/Subscription/SubscriptionManagerInterface.php +++ b/src/Parthenon/Billing/Subscription/SubscriptionManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Tax/CountryRules.php b/src/Parthenon/Billing/Tax/CountryRules.php index bbec6993..b5675601 100644 --- a/src/Parthenon/Billing/Tax/CountryRules.php +++ b/src/Parthenon/Billing/Tax/CountryRules.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Tax/CountryRulesInterface.php b/src/Parthenon/Billing/Tax/CountryRulesInterface.php index 9abd32c0..1812497b 100644 --- a/src/Parthenon/Billing/Tax/CountryRulesInterface.php +++ b/src/Parthenon/Billing/Tax/CountryRulesInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Tax/TaxCalculator.php b/src/Parthenon/Billing/Tax/TaxCalculator.php index b7d083c2..1ca19dad 100644 --- a/src/Parthenon/Billing/Tax/TaxCalculator.php +++ b/src/Parthenon/Billing/Tax/TaxCalculator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Tax/TaxCalculatorInterface.php b/src/Parthenon/Billing/Tax/TaxCalculatorInterface.php index c968f9e2..c55598d3 100644 --- a/src/Parthenon/Billing/Tax/TaxCalculatorInterface.php +++ b/src/Parthenon/Billing/Tax/TaxCalculatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/TeamCustomerProvider.php b/src/Parthenon/Billing/TeamCustomerProvider.php index 23e71d2d..dfab3bd6 100644 --- a/src/Parthenon/Billing/TeamCustomerProvider.php +++ b/src/Parthenon/Billing/TeamCustomerProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/UserCustomerProvider.php b/src/Parthenon/Billing/UserCustomerProvider.php index e2aeebc6..f71061cc 100644 --- a/src/Parthenon/Billing/UserCustomerProvider.php +++ b/src/Parthenon/Billing/UserCustomerProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/Handler/ChargeBackHandler.php b/src/Parthenon/Billing/Webhook/Handler/ChargeBackHandler.php index bcb7bd9a..8250ca5d 100644 --- a/src/Parthenon/Billing/Webhook/Handler/ChargeBackHandler.php +++ b/src/Parthenon/Billing/Webhook/Handler/ChargeBackHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/Handler/ChargeSucceededHandler.php b/src/Parthenon/Billing/Webhook/Handler/ChargeSucceededHandler.php index 352a6aa5..c444c0f8 100644 --- a/src/Parthenon/Billing/Webhook/Handler/ChargeSucceededHandler.php +++ b/src/Parthenon/Billing/Webhook/Handler/ChargeSucceededHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/HandlerInterface.php b/src/Parthenon/Billing/Webhook/HandlerInterface.php index efa850b6..cb75be36 100644 --- a/src/Parthenon/Billing/Webhook/HandlerInterface.php +++ b/src/Parthenon/Billing/Webhook/HandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/HandlerManager.php b/src/Parthenon/Billing/Webhook/HandlerManager.php index 1d636e16..61d18910 100644 --- a/src/Parthenon/Billing/Webhook/HandlerManager.php +++ b/src/Parthenon/Billing/Webhook/HandlerManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/HandlerManagerInterface.php b/src/Parthenon/Billing/Webhook/HandlerManagerInterface.php index 5df725c9..23156870 100644 --- a/src/Parthenon/Billing/Webhook/HandlerManagerInterface.php +++ b/src/Parthenon/Billing/Webhook/HandlerManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/RequestProcessor.php b/src/Parthenon/Billing/Webhook/RequestProcessor.php index 8e0f559e..70079178 100644 --- a/src/Parthenon/Billing/Webhook/RequestProcessor.php +++ b/src/Parthenon/Billing/Webhook/RequestProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Billing/Webhook/RequestProcessorInterface.php b/src/Parthenon/Billing/Webhook/RequestProcessorInterface.php index 4ec30ec3..9b62f511 100644 --- a/src/Parthenon/Billing/Webhook/RequestProcessorInterface.php +++ b/src/Parthenon/Billing/Webhook/RequestProcessorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/Client.php b/src/Parthenon/Cloud/DigitalOcean/Client.php index dd438c37..efab07eb 100644 --- a/src/Parthenon/Cloud/DigitalOcean/Client.php +++ b/src/Parthenon/Cloud/DigitalOcean/Client.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/ClientFactory.php b/src/Parthenon/Cloud/DigitalOcean/ClientFactory.php index 8b8aebf6..397280e9 100644 --- a/src/Parthenon/Cloud/DigitalOcean/ClientFactory.php +++ b/src/Parthenon/Cloud/DigitalOcean/ClientFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/ClientFactoryInterface.php b/src/Parthenon/Cloud/DigitalOcean/ClientFactoryInterface.php index d9d42978..697b4813 100644 --- a/src/Parthenon/Cloud/DigitalOcean/ClientFactoryInterface.php +++ b/src/Parthenon/Cloud/DigitalOcean/ClientFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/ClientInterface.php b/src/Parthenon/Cloud/DigitalOcean/ClientInterface.php index aae33c42..83084f27 100644 --- a/src/Parthenon/Cloud/DigitalOcean/ClientInterface.php +++ b/src/Parthenon/Cloud/DigitalOcean/ClientInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/DatabaseClient.php b/src/Parthenon/Cloud/DigitalOcean/DatabaseClient.php index 4a2117d2..efb69f61 100644 --- a/src/Parthenon/Cloud/DigitalOcean/DatabaseClient.php +++ b/src/Parthenon/Cloud/DigitalOcean/DatabaseClient.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/DigitalOcean/DatabaseClientInterface.php b/src/Parthenon/Cloud/DigitalOcean/DatabaseClientInterface.php index 3b32fb2d..e01c2b2b 100644 --- a/src/Parthenon/Cloud/DigitalOcean/DatabaseClientInterface.php +++ b/src/Parthenon/Cloud/DigitalOcean/DatabaseClientInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Cloud/Exception/DigitalOcean/CantCreateDatabaseException.php b/src/Parthenon/Cloud/Exception/DigitalOcean/CantCreateDatabaseException.php index 7f756e04..5a4b5784 100644 --- a/src/Parthenon/Cloud/Exception/DigitalOcean/CantCreateDatabaseException.php +++ b/src/Parthenon/Cloud/Exception/DigitalOcean/CantCreateDatabaseException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Address.php b/src/Parthenon/Common/Address.php index 2cee3cfb..bdee2255 100644 --- a/src/Parthenon/Common/Address.php +++ b/src/Parthenon/Common/Address.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Command/GenerateAnsibleConfigCommand.php b/src/Parthenon/Common/Command/GenerateAnsibleConfigCommand.php index 923c02e2..914b4e8b 100644 --- a/src/Parthenon/Common/Command/GenerateAnsibleConfigCommand.php +++ b/src/Parthenon/Common/Command/GenerateAnsibleConfigCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Compiler/AbstractCompilerPass.php b/src/Parthenon/Common/Compiler/AbstractCompilerPass.php index 90f41411..f150ff7e 100644 --- a/src/Parthenon/Common/Compiler/AbstractCompilerPass.php +++ b/src/Parthenon/Common/Compiler/AbstractCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Compiler/CommonCompilerPass.php b/src/Parthenon/Common/Compiler/CommonCompilerPass.php index 2a0e127f..e83c7db7 100644 --- a/src/Parthenon/Common/Compiler/CommonCompilerPass.php +++ b/src/Parthenon/Common/Compiler/CommonCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Config.php b/src/Parthenon/Common/Config.php index 378653f8..2ea4c491 100644 --- a/src/Parthenon/Common/Config.php +++ b/src/Parthenon/Common/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Config/SiteUrlProvider.php b/src/Parthenon/Common/Config/SiteUrlProvider.php index 77e95288..204201ca 100644 --- a/src/Parthenon/Common/Config/SiteUrlProvider.php +++ b/src/Parthenon/Common/Config/SiteUrlProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Config/SiteUrlProviderInterface.php b/src/Parthenon/Common/Config/SiteUrlProviderInterface.php index 90ae6df0..751bcb69 100644 --- a/src/Parthenon/Common/Config/SiteUrlProviderInterface.php +++ b/src/Parthenon/Common/Config/SiteUrlProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/Attributes/Field.php b/src/Parthenon/Common/Elasticsearch/Attributes/Field.php index a5525bee..108f69e2 100644 --- a/src/Parthenon/Common/Elasticsearch/Attributes/Field.php +++ b/src/Parthenon/Common/Elasticsearch/Attributes/Field.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/AttributesReader.php b/src/Parthenon/Common/Elasticsearch/AttributesReader.php index 8b01c8fa..99ed35a2 100644 --- a/src/Parthenon/Common/Elasticsearch/AttributesReader.php +++ b/src/Parthenon/Common/Elasticsearch/AttributesReader.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/Client.php b/src/Parthenon/Common/Elasticsearch/Client.php index 5e14ee07..c198ed25 100644 --- a/src/Parthenon/Common/Elasticsearch/Client.php +++ b/src/Parthenon/Common/Elasticsearch/Client.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/ClientFactory.php b/src/Parthenon/Common/Elasticsearch/ClientFactory.php index 85e48c60..afc360f9 100644 --- a/src/Parthenon/Common/Elasticsearch/ClientFactory.php +++ b/src/Parthenon/Common/Elasticsearch/ClientFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/ClientInterface.php b/src/Parthenon/Common/Elasticsearch/ClientInterface.php index 6dc15515..cf87aa0d 100644 --- a/src/Parthenon/Common/Elasticsearch/ClientInterface.php +++ b/src/Parthenon/Common/Elasticsearch/ClientInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/Config.php b/src/Parthenon/Common/Elasticsearch/Config.php index b07c059a..8f85818d 100644 --- a/src/Parthenon/Common/Elasticsearch/Config.php +++ b/src/Parthenon/Common/Elasticsearch/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Elasticsearch/QueryBuilder.php b/src/Parthenon/Common/Elasticsearch/QueryBuilder.php index e259e825..e08ef38d 100644 --- a/src/Parthenon/Common/Elasticsearch/QueryBuilder.php +++ b/src/Parthenon/Common/Elasticsearch/QueryBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Elasticsearch/ConfigNotSetException.php b/src/Parthenon/Common/Exception/Elasticsearch/ConfigNotSetException.php index 2e6172a1..9013f10e 100644 --- a/src/Parthenon/Common/Exception/Elasticsearch/ConfigNotSetException.php +++ b/src/Parthenon/Common/Exception/Elasticsearch/ConfigNotSetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Elasticsearch/InvalidAttibuteException.php b/src/Parthenon/Common/Exception/Elasticsearch/InvalidAttibuteException.php index de421802..6655137b 100644 --- a/src/Parthenon/Common/Exception/Elasticsearch/InvalidAttibuteException.php +++ b/src/Parthenon/Common/Exception/Elasticsearch/InvalidAttibuteException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Elasticsearch/InvalidBodyException.php b/src/Parthenon/Common/Exception/Elasticsearch/InvalidBodyException.php index b1a99a8e..00fe45ce 100644 --- a/src/Parthenon/Common/Exception/Elasticsearch/InvalidBodyException.php +++ b/src/Parthenon/Common/Exception/Elasticsearch/InvalidBodyException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/GeneralException.php b/src/Parthenon/Common/Exception/GeneralException.php index 85197efe..5fc2821e 100644 --- a/src/Parthenon/Common/Exception/GeneralException.php +++ b/src/Parthenon/Common/Exception/GeneralException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/InvalidClassTypeException.php b/src/Parthenon/Common/Exception/InvalidClassTypeException.php index 8f844f0b..56b5071e 100644 --- a/src/Parthenon/Common/Exception/InvalidClassTypeException.php +++ b/src/Parthenon/Common/Exception/InvalidClassTypeException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/InvalidFieldException.php b/src/Parthenon/Common/Exception/InvalidFieldException.php index e8565dc9..06cf4009 100644 --- a/src/Parthenon/Common/Exception/InvalidFieldException.php +++ b/src/Parthenon/Common/Exception/InvalidFieldException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/MissingDependencyException.php b/src/Parthenon/Common/Exception/MissingDependencyException.php index dc4ce657..25b297fe 100644 --- a/src/Parthenon/Common/Exception/MissingDependencyException.php +++ b/src/Parthenon/Common/Exception/MissingDependencyException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/NoEntityFoundException.php b/src/Parthenon/Common/Exception/NoEntityFoundException.php index c18c44c1..500f6d9c 100644 --- a/src/Parthenon/Common/Exception/NoEntityFoundException.php +++ b/src/Parthenon/Common/Exception/NoEntityFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/NoRepositorySetException.php b/src/Parthenon/Common/Exception/NoRepositorySetException.php index 19e8fc38..b4167c9c 100644 --- a/src/Parthenon/Common/Exception/NoRepositorySetException.php +++ b/src/Parthenon/Common/Exception/NoRepositorySetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/NonExistentClass.php b/src/Parthenon/Common/Exception/NonExistentClass.php index b10a0120..726f37ec 100644 --- a/src/Parthenon/Common/Exception/NonExistentClass.php +++ b/src/Parthenon/Common/Exception/NonExistentClass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/ParameterNotSetException.php b/src/Parthenon/Common/Exception/ParameterNotSetException.php index af0c50b3..5ef3fb48 100644 --- a/src/Parthenon/Common/Exception/ParameterNotSetException.php +++ b/src/Parthenon/Common/Exception/ParameterNotSetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/RequestProcessor/AlreadyInvitedException.php b/src/Parthenon/Common/Exception/RequestProcessor/AlreadyInvitedException.php index eb30ddee..9a6ca25f 100644 --- a/src/Parthenon/Common/Exception/RequestProcessor/AlreadyInvitedException.php +++ b/src/Parthenon/Common/Exception/RequestProcessor/AlreadyInvitedException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/RequestProcessor/NoValidRequestHandlerException.php b/src/Parthenon/Common/Exception/RequestProcessor/NoValidRequestHandlerException.php index 4ed771b5..716b6d0c 100644 --- a/src/Parthenon/Common/Exception/RequestProcessor/NoValidRequestHandlerException.php +++ b/src/Parthenon/Common/Exception/RequestProcessor/NoValidRequestHandlerException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Upload/InvalidNamingStrategyException.php b/src/Parthenon/Common/Exception/Upload/InvalidNamingStrategyException.php index f2c06c06..d439af6f 100644 --- a/src/Parthenon/Common/Exception/Upload/InvalidNamingStrategyException.php +++ b/src/Parthenon/Common/Exception/Upload/InvalidNamingStrategyException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Upload/InvalidUploadConfigurationException.php b/src/Parthenon/Common/Exception/Upload/InvalidUploadConfigurationException.php index 8491f616..9b9d6e73 100644 --- a/src/Parthenon/Common/Exception/Upload/InvalidUploadConfigurationException.php +++ b/src/Parthenon/Common/Exception/Upload/InvalidUploadConfigurationException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Upload/NoUploadProviderFoundException.php b/src/Parthenon/Common/Exception/Upload/NoUploadProviderFoundException.php index 66c89aeb..36e40344 100644 --- a/src/Parthenon/Common/Exception/Upload/NoUploadProviderFoundException.php +++ b/src/Parthenon/Common/Exception/Upload/NoUploadProviderFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Exception/Upload/NoUploaderFoundException.php b/src/Parthenon/Common/Exception/Upload/NoUploaderFoundException.php index efcd71a1..6ecd4e8e 100644 --- a/src/Parthenon/Common/Exception/Upload/NoUploaderFoundException.php +++ b/src/Parthenon/Common/Exception/Upload/NoUploaderFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/FieldAccesorTrait.php b/src/Parthenon/Common/FieldAccesorTrait.php index 688acffc..c20b1a09 100644 --- a/src/Parthenon/Common/FieldAccesorTrait.php +++ b/src/Parthenon/Common/FieldAccesorTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Form/Extension/DisableCrsfExtension.php b/src/Parthenon/Common/Form/Extension/DisableCrsfExtension.php index 2a9dd36c..63164039 100644 --- a/src/Parthenon/Common/Form/Extension/DisableCrsfExtension.php +++ b/src/Parthenon/Common/Form/Extension/DisableCrsfExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Http/ClientInterface.php b/src/Parthenon/Common/Http/ClientInterface.php index 683508bb..5a1f0799 100644 --- a/src/Parthenon/Common/Http/ClientInterface.php +++ b/src/Parthenon/Common/Http/ClientInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Http/Guzzle7Client.php b/src/Parthenon/Common/Http/Guzzle7Client.php index cf58fa57..335ff237 100644 --- a/src/Parthenon/Common/Http/Guzzle7Client.php +++ b/src/Parthenon/Common/Http/Guzzle7Client.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Http/GuzzleFactory.php b/src/Parthenon/Common/Http/GuzzleFactory.php index 22a0c993..7835bdd1 100644 --- a/src/Parthenon/Common/Http/GuzzleFactory.php +++ b/src/Parthenon/Common/Http/GuzzleFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/LoggerAwareTrait.php b/src/Parthenon/Common/LoggerAwareTrait.php index c8665af8..9ebeae9e 100644 --- a/src/Parthenon/Common/LoggerAwareTrait.php +++ b/src/Parthenon/Common/LoggerAwareTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Logging/Monolog/ExceptionProcessor.php b/src/Parthenon/Common/Logging/Monolog/ExceptionProcessor.php index 15672797..34dcdea8 100644 --- a/src/Parthenon/Common/Logging/Monolog/ExceptionProcessor.php +++ b/src/Parthenon/Common/Logging/Monolog/ExceptionProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Logging/Monolog/ProcessIdGenerator.php b/src/Parthenon/Common/Logging/Monolog/ProcessIdGenerator.php index ab936198..dbbae3fb 100644 --- a/src/Parthenon/Common/Logging/Monolog/ProcessIdGenerator.php +++ b/src/Parthenon/Common/Logging/Monolog/ProcessIdGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Logging/Monolog/ProcessIdProcessor.php b/src/Parthenon/Common/Logging/Monolog/ProcessIdProcessor.php index 3ad311e7..859ef09d 100644 --- a/src/Parthenon/Common/Logging/Monolog/ProcessIdProcessor.php +++ b/src/Parthenon/Common/Logging/Monolog/ProcessIdProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Logging/Monolog/RequestProcessor.php b/src/Parthenon/Common/Logging/Monolog/RequestProcessor.php index f9a67df0..fc71aae2 100644 --- a/src/Parthenon/Common/Logging/Monolog/RequestProcessor.php +++ b/src/Parthenon/Common/Logging/Monolog/RequestProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Logging/Monolog/SessionProcessor.php b/src/Parthenon/Common/Logging/Monolog/SessionProcessor.php index 975e440c..8124eb8c 100644 --- a/src/Parthenon/Common/Logging/Monolog/SessionProcessor.php +++ b/src/Parthenon/Common/Logging/Monolog/SessionProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Pdf/DocRaptorGenerator.php b/src/Parthenon/Common/Pdf/DocRaptorGenerator.php index 61658b03..7031254b 100644 --- a/src/Parthenon/Common/Pdf/DocRaptorGenerator.php +++ b/src/Parthenon/Common/Pdf/DocRaptorGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Pdf/GeneratorInterface.php b/src/Parthenon/Common/Pdf/GeneratorInterface.php index 3e367953..4c62365e 100644 --- a/src/Parthenon/Common/Pdf/GeneratorInterface.php +++ b/src/Parthenon/Common/Pdf/GeneratorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Pdf/MpdfGenerator.php b/src/Parthenon/Common/Pdf/MpdfGenerator.php index 15874a33..5cbc0e85 100644 --- a/src/Parthenon/Common/Pdf/MpdfGenerator.php +++ b/src/Parthenon/Common/Pdf/MpdfGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Pdf/SnappyGenerator.php b/src/Parthenon/Common/Pdf/SnappyGenerator.php index 90319479..0b9de1cb 100644 --- a/src/Parthenon/Common/Pdf/SnappyGenerator.php +++ b/src/Parthenon/Common/Pdf/SnappyGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Repository/CustomServiceRepository.php b/src/Parthenon/Common/Repository/CustomServiceRepository.php index 41aa9bec..9a708bff 100644 --- a/src/Parthenon/Common/Repository/CustomServiceRepository.php +++ b/src/Parthenon/Common/Repository/CustomServiceRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Repository/DoctrineRepository.php b/src/Parthenon/Common/Repository/DoctrineRepository.php index aa1c375f..2a3f734a 100644 --- a/src/Parthenon/Common/Repository/DoctrineRepository.php +++ b/src/Parthenon/Common/Repository/DoctrineRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Repository/OdmRepository.php b/src/Parthenon/Common/Repository/OdmRepository.php index 103c193e..855795f9 100644 --- a/src/Parthenon/Common/Repository/OdmRepository.php +++ b/src/Parthenon/Common/Repository/OdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Repository/RepositoryAwareInterface.php b/src/Parthenon/Common/Repository/RepositoryAwareInterface.php index b241409b..20e5f613 100644 --- a/src/Parthenon/Common/Repository/RepositoryAwareInterface.php +++ b/src/Parthenon/Common/Repository/RepositoryAwareInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Repository/RepositoryInterface.php b/src/Parthenon/Common/Repository/RepositoryInterface.php index 5ed474df..6cada508 100644 --- a/src/Parthenon/Common/Repository/RepositoryInterface.php +++ b/src/Parthenon/Common/Repository/RepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/FormRequestHandler.php b/src/Parthenon/Common/RequestHandler/FormRequestHandler.php index 63d42999..e5340873 100644 --- a/src/Parthenon/Common/RequestHandler/FormRequestHandler.php +++ b/src/Parthenon/Common/RequestHandler/FormRequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/JsonRequestHandler.php b/src/Parthenon/Common/RequestHandler/JsonRequestHandler.php index 60d549b6..8de7b439 100644 --- a/src/Parthenon/Common/RequestHandler/JsonRequestHandler.php +++ b/src/Parthenon/Common/RequestHandler/JsonRequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/RedirectRequestHandler.php b/src/Parthenon/Common/RequestHandler/RedirectRequestHandler.php index 0ddc7d59..fa26e36b 100644 --- a/src/Parthenon/Common/RequestHandler/RedirectRequestHandler.php +++ b/src/Parthenon/Common/RequestHandler/RedirectRequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/RequestHandlerInterface.php b/src/Parthenon/Common/RequestHandler/RequestHandlerInterface.php index 937e5d23..247aba95 100644 --- a/src/Parthenon/Common/RequestHandler/RequestHandlerInterface.php +++ b/src/Parthenon/Common/RequestHandler/RequestHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/RequestHandlerManager.php b/src/Parthenon/Common/RequestHandler/RequestHandlerManager.php index 044aad1d..56e50bb4 100644 --- a/src/Parthenon/Common/RequestHandler/RequestHandlerManager.php +++ b/src/Parthenon/Common/RequestHandler/RequestHandlerManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/RequestHandler/RequestHandlerManagerInterface.php b/src/Parthenon/Common/RequestHandler/RequestHandlerManagerInterface.php index 75e46eb7..49e6f89c 100644 --- a/src/Parthenon/Common/RequestHandler/RequestHandlerManagerInterface.php +++ b/src/Parthenon/Common/RequestHandler/RequestHandlerManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/FactoryInterface.php b/src/Parthenon/Common/Upload/Factory/FactoryInterface.php index 49327d75..fe376664 100644 --- a/src/Parthenon/Common/Upload/Factory/FactoryInterface.php +++ b/src/Parthenon/Common/Upload/Factory/FactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactory.php b/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactory.php index d4bef680..d5ed3dec 100644 --- a/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactory.php +++ b/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryInterface.php b/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryInterface.php index dc34d37b..d1ca2cd2 100644 --- a/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryInterface.php +++ b/src/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/FlysystemFactory.php b/src/Parthenon/Common/Upload/Factory/FlysystemFactory.php index 3b834920..1f17716e 100644 --- a/src/Parthenon/Common/Upload/Factory/FlysystemFactory.php +++ b/src/Parthenon/Common/Upload/Factory/FlysystemFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/LocalAdapter.php b/src/Parthenon/Common/Upload/Factory/LocalAdapter.php index 1cd3d218..dd44de33 100644 --- a/src/Parthenon/Common/Upload/Factory/LocalAdapter.php +++ b/src/Parthenon/Common/Upload/Factory/LocalAdapter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/LocalAdapterInterface.php b/src/Parthenon/Common/Upload/Factory/LocalAdapterInterface.php index 741d797a..4fcb0adc 100644 --- a/src/Parthenon/Common/Upload/Factory/LocalAdapterInterface.php +++ b/src/Parthenon/Common/Upload/Factory/LocalAdapterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/S3Adapter.php b/src/Parthenon/Common/Upload/Factory/S3Adapter.php index d21dc3bc..62743a33 100644 --- a/src/Parthenon/Common/Upload/Factory/S3Adapter.php +++ b/src/Parthenon/Common/Upload/Factory/S3Adapter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Factory/S3AdapterInterface.php b/src/Parthenon/Common/Upload/Factory/S3AdapterInterface.php index dadd3756..abffeb62 100644 --- a/src/Parthenon/Common/Upload/Factory/S3AdapterInterface.php +++ b/src/Parthenon/Common/Upload/Factory/S3AdapterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/File.php b/src/Parthenon/Common/Upload/File.php index fcc565be..62730a55 100644 --- a/src/Parthenon/Common/Upload/File.php +++ b/src/Parthenon/Common/Upload/File.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Flysystem/PredefinedVisibilityConverter.php b/src/Parthenon/Common/Upload/Flysystem/PredefinedVisibilityConverter.php index 6dfa968f..e193529c 100644 --- a/src/Parthenon/Common/Upload/Flysystem/PredefinedVisibilityConverter.php +++ b/src/Parthenon/Common/Upload/Flysystem/PredefinedVisibilityConverter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/FlysystemUploader.php b/src/Parthenon/Common/Upload/FlysystemUploader.php index 0f9726e4..495a33aa 100644 --- a/src/Parthenon/Common/Upload/FlysystemUploader.php +++ b/src/Parthenon/Common/Upload/FlysystemUploader.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Naming/Factory.php b/src/Parthenon/Common/Upload/Naming/Factory.php index b715955e..9f37f6c8 100644 --- a/src/Parthenon/Common/Upload/Naming/Factory.php +++ b/src/Parthenon/Common/Upload/Naming/Factory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Naming/FactoryInterface.php b/src/Parthenon/Common/Upload/Naming/FactoryInterface.php index 5eb4d307..bc87e0d4 100644 --- a/src/Parthenon/Common/Upload/Naming/FactoryInterface.php +++ b/src/Parthenon/Common/Upload/Naming/FactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Naming/NamingMd5Time.php b/src/Parthenon/Common/Upload/Naming/NamingMd5Time.php index b4618357..35de7a6b 100644 --- a/src/Parthenon/Common/Upload/Naming/NamingMd5Time.php +++ b/src/Parthenon/Common/Upload/Naming/NamingMd5Time.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Naming/NamingStrategyInterface.php b/src/Parthenon/Common/Upload/Naming/NamingStrategyInterface.php index 68d05622..d2a3b0c7 100644 --- a/src/Parthenon/Common/Upload/Naming/NamingStrategyInterface.php +++ b/src/Parthenon/Common/Upload/Naming/NamingStrategyInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/Naming/RandomTime.php b/src/Parthenon/Common/Upload/Naming/RandomTime.php index 47cc36df..f9e84957 100644 --- a/src/Parthenon/Common/Upload/Naming/RandomTime.php +++ b/src/Parthenon/Common/Upload/Naming/RandomTime.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/UploadManagerInterface.php b/src/Parthenon/Common/Upload/UploadManagerInterface.php index d545d9d6..92c5ae2a 100644 --- a/src/Parthenon/Common/Upload/UploadManagerInterface.php +++ b/src/Parthenon/Common/Upload/UploadManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/UploaderInterface.php b/src/Parthenon/Common/Upload/UploaderInterface.php index e366ea92..f5e0074e 100644 --- a/src/Parthenon/Common/Upload/UploaderInterface.php +++ b/src/Parthenon/Common/Upload/UploaderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Common/Upload/UploaderManager.php b/src/Parthenon/Common/Upload/UploaderManager.php index 708dfb6e..7704f6fa 100644 --- a/src/Parthenon/Common/Upload/UploaderManager.php +++ b/src/Parthenon/Common/Upload/UploaderManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Configuration.php b/src/Parthenon/DependencyInjection/Configuration.php index c8256913..881856c7 100644 --- a/src/Parthenon/DependencyInjection/Configuration.php +++ b/src/Parthenon/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/AbTesting.php b/src/Parthenon/DependencyInjection/Modules/AbTesting.php index 93a65546..113e4377 100644 --- a/src/Parthenon/DependencyInjection/Modules/AbTesting.php +++ b/src/Parthenon/DependencyInjection/Modules/AbTesting.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Athena.php b/src/Parthenon/DependencyInjection/Modules/Athena.php index 9edc44c4..7a6e9122 100644 --- a/src/Parthenon/DependencyInjection/Modules/Athena.php +++ b/src/Parthenon/DependencyInjection/Modules/Athena.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Billing.php b/src/Parthenon/DependencyInjection/Modules/Billing.php index 6b05e59b..ef81eee1 100644 --- a/src/Parthenon/DependencyInjection/Modules/Billing.php +++ b/src/Parthenon/DependencyInjection/Modules/Billing.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Cloud.php b/src/Parthenon/DependencyInjection/Modules/Cloud.php index 8a1dafe0..41cfa860 100644 --- a/src/Parthenon/DependencyInjection/Modules/Cloud.php +++ b/src/Parthenon/DependencyInjection/Modules/Cloud.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Common.php b/src/Parthenon/DependencyInjection/Modules/Common.php index dd215727..1a9f0b82 100644 --- a/src/Parthenon/DependencyInjection/Modules/Common.php +++ b/src/Parthenon/DependencyInjection/Modules/Common.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Export.php b/src/Parthenon/DependencyInjection/Modules/Export.php index cf0731b1..b5d27c09 100644 --- a/src/Parthenon/DependencyInjection/Modules/Export.php +++ b/src/Parthenon/DependencyInjection/Modules/Export.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Funnel.php b/src/Parthenon/DependencyInjection/Modules/Funnel.php index 3e6e903a..7561815c 100644 --- a/src/Parthenon/DependencyInjection/Modules/Funnel.php +++ b/src/Parthenon/DependencyInjection/Modules/Funnel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Health.php b/src/Parthenon/DependencyInjection/Modules/Health.php index 11960188..ff6387d7 100644 --- a/src/Parthenon/DependencyInjection/Modules/Health.php +++ b/src/Parthenon/DependencyInjection/Modules/Health.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Invoice.php b/src/Parthenon/DependencyInjection/Modules/Invoice.php index 461fbd6a..c81b85b4 100644 --- a/src/Parthenon/DependencyInjection/Modules/Invoice.php +++ b/src/Parthenon/DependencyInjection/Modules/Invoice.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/ModuleConfigurationInterface.php b/src/Parthenon/DependencyInjection/Modules/ModuleConfigurationInterface.php index 48f4515b..e70af841 100644 --- a/src/Parthenon/DependencyInjection/Modules/ModuleConfigurationInterface.php +++ b/src/Parthenon/DependencyInjection/Modules/ModuleConfigurationInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/MultiTenancy.php b/src/Parthenon/DependencyInjection/Modules/MultiTenancy.php index d65d97e2..27e8adf0 100644 --- a/src/Parthenon/DependencyInjection/Modules/MultiTenancy.php +++ b/src/Parthenon/DependencyInjection/Modules/MultiTenancy.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Notification.php b/src/Parthenon/DependencyInjection/Modules/Notification.php index 2aafc7f2..4aec4431 100644 --- a/src/Parthenon/DependencyInjection/Modules/Notification.php +++ b/src/Parthenon/DependencyInjection/Modules/Notification.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/Payments.php b/src/Parthenon/DependencyInjection/Modules/Payments.php index 53c3ec11..8455914c 100644 --- a/src/Parthenon/DependencyInjection/Modules/Payments.php +++ b/src/Parthenon/DependencyInjection/Modules/Payments.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/Modules/User.php b/src/Parthenon/DependencyInjection/Modules/User.php index 90b8e715..0bdd845f 100644 --- a/src/Parthenon/DependencyInjection/Modules/User.php +++ b/src/Parthenon/DependencyInjection/Modules/User.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/DependencyInjection/ParthenonExtension.php b/src/Parthenon/DependencyInjection/ParthenonExtension.php index 9a4d4aef..3dcab6f8 100644 --- a/src/Parthenon/DependencyInjection/ParthenonExtension.php +++ b/src/Parthenon/DependencyInjection/ParthenonExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/BackgroundEmailExportRequest.php b/src/Parthenon/Export/BackgroundEmailExportRequest.php index 50aa9abc..28514a3a 100644 --- a/src/Parthenon/Export/BackgroundEmailExportRequest.php +++ b/src/Parthenon/Export/BackgroundEmailExportRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Compiler/ExportCompilerPass.php b/src/Parthenon/Export/Compiler/ExportCompilerPass.php index a5473574..41c79642 100644 --- a/src/Parthenon/Export/Compiler/ExportCompilerPass.php +++ b/src/Parthenon/Export/Compiler/ExportCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/DataProvider/DataProviderFetcher.php b/src/Parthenon/Export/DataProvider/DataProviderFetcher.php index cc32fcb6..8ee711b8 100644 --- a/src/Parthenon/Export/DataProvider/DataProviderFetcher.php +++ b/src/Parthenon/Export/DataProvider/DataProviderFetcher.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/DataProvider/DataProviderFetcherInterface.php b/src/Parthenon/Export/DataProvider/DataProviderFetcherInterface.php index 254bbb0c..79b05e2b 100644 --- a/src/Parthenon/Export/DataProvider/DataProviderFetcherInterface.php +++ b/src/Parthenon/Export/DataProvider/DataProviderFetcherInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/DataProvider/DataProviderInterface.php b/src/Parthenon/Export/DataProvider/DataProviderInterface.php index 63d4e7ea..f4069869 100644 --- a/src/Parthenon/Export/DataProvider/DataProviderInterface.php +++ b/src/Parthenon/Export/DataProvider/DataProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Engine/BackgroundDownloadEngine.php b/src/Parthenon/Export/Engine/BackgroundDownloadEngine.php index 04c9c518..d12fb691 100644 --- a/src/Parthenon/Export/Engine/BackgroundDownloadEngine.php +++ b/src/Parthenon/Export/Engine/BackgroundDownloadEngine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Engine/BackgroundEmailEngine.php b/src/Parthenon/Export/Engine/BackgroundEmailEngine.php index aa38651a..e5e04fed 100644 --- a/src/Parthenon/Export/Engine/BackgroundEmailEngine.php +++ b/src/Parthenon/Export/Engine/BackgroundEmailEngine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Engine/DirectDownloadEngine.php b/src/Parthenon/Export/Engine/DirectDownloadEngine.php index e67cd40a..ac5ecc32 100644 --- a/src/Parthenon/Export/Engine/DirectDownloadEngine.php +++ b/src/Parthenon/Export/Engine/DirectDownloadEngine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Engine/EngineInterface.php b/src/Parthenon/Export/Engine/EngineInterface.php index 4ed8c19f..46bbd5e8 100644 --- a/src/Parthenon/Export/Engine/EngineInterface.php +++ b/src/Parthenon/Export/Engine/EngineInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Entity/BackgroundExportRequest.php b/src/Parthenon/Export/Entity/BackgroundExportRequest.php index 148bf1f1..29caebaf 100644 --- a/src/Parthenon/Export/Entity/BackgroundExportRequest.php +++ b/src/Parthenon/Export/Entity/BackgroundExportRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/DataProviderFailureException.php b/src/Parthenon/Export/Exception/DataProviderFailureException.php index df8d75b7..35f00535 100644 --- a/src/Parthenon/Export/Exception/DataProviderFailureException.php +++ b/src/Parthenon/Export/Exception/DataProviderFailureException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/ExportFailedException.php b/src/Parthenon/Export/Exception/ExportFailedException.php index 36209de0..7e90cd1a 100644 --- a/src/Parthenon/Export/Exception/ExportFailedException.php +++ b/src/Parthenon/Export/Exception/ExportFailedException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/InvalidDataForNormaliserException.php b/src/Parthenon/Export/Exception/InvalidDataForNormaliserException.php index c46591b7..e9e8c9c3 100644 --- a/src/Parthenon/Export/Exception/InvalidDataForNormaliserException.php +++ b/src/Parthenon/Export/Exception/InvalidDataForNormaliserException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/InvalidDataProviderException.php b/src/Parthenon/Export/Exception/InvalidDataProviderException.php index 605de839..548b3ac1 100644 --- a/src/Parthenon/Export/Exception/InvalidDataProviderException.php +++ b/src/Parthenon/Export/Exception/InvalidDataProviderException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/InvalidDataProviderParameterException.php b/src/Parthenon/Export/Exception/InvalidDataProviderParameterException.php index 18732e7d..00127c93 100644 --- a/src/Parthenon/Export/Exception/InvalidDataProviderParameterException.php +++ b/src/Parthenon/Export/Exception/InvalidDataProviderParameterException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/NoDataProviderFoundException.php b/src/Parthenon/Export/Exception/NoDataProviderFoundException.php index c0e1b173..bd31a5ae 100644 --- a/src/Parthenon/Export/Exception/NoDataProviderFoundException.php +++ b/src/Parthenon/Export/Exception/NoDataProviderFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/NoExporterFoundException.php b/src/Parthenon/Export/Exception/NoExporterFoundException.php index b743f407..4e77c14b 100644 --- a/src/Parthenon/Export/Exception/NoExporterFoundException.php +++ b/src/Parthenon/Export/Exception/NoExporterFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/NoNormaliserFoundException.php b/src/Parthenon/Export/Exception/NoNormaliserFoundException.php index 89308f4e..2d7be6a1 100644 --- a/src/Parthenon/Export/Exception/NoNormaliserFoundException.php +++ b/src/Parthenon/Export/Exception/NoNormaliserFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exception/UnsupportedResponseTypeException.php b/src/Parthenon/Export/Exception/UnsupportedResponseTypeException.php index 901e3860..836a45a0 100644 --- a/src/Parthenon/Export/Exception/UnsupportedResponseTypeException.php +++ b/src/Parthenon/Export/Exception/UnsupportedResponseTypeException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/ExportRequest.php b/src/Parthenon/Export/ExportRequest.php index ae215f7b..5da15c22 100644 --- a/src/Parthenon/Export/ExportRequest.php +++ b/src/Parthenon/Export/ExportRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/ExportResponseInterface.php b/src/Parthenon/Export/ExportResponseInterface.php index d57f2f93..c057b936 100644 --- a/src/Parthenon/Export/ExportResponseInterface.php +++ b/src/Parthenon/Export/ExportResponseInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exporter/CsvExporter.php b/src/Parthenon/Export/Exporter/CsvExporter.php index 9e93b83c..602e5d31 100644 --- a/src/Parthenon/Export/Exporter/CsvExporter.php +++ b/src/Parthenon/Export/Exporter/CsvExporter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exporter/ExporterInterface.php b/src/Parthenon/Export/Exporter/ExporterInterface.php index e6280b31..2889713e 100644 --- a/src/Parthenon/Export/Exporter/ExporterInterface.php +++ b/src/Parthenon/Export/Exporter/ExporterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exporter/ExporterManager.php b/src/Parthenon/Export/Exporter/ExporterManager.php index ae08a8a3..1c746427 100644 --- a/src/Parthenon/Export/Exporter/ExporterManager.php +++ b/src/Parthenon/Export/Exporter/ExporterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exporter/ExporterManagerInterface.php b/src/Parthenon/Export/Exporter/ExporterManagerInterface.php index 416f474e..095fbf67 100644 --- a/src/Parthenon/Export/Exporter/ExporterManagerInterface.php +++ b/src/Parthenon/Export/Exporter/ExporterManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Exporter/XslExporter.php b/src/Parthenon/Export/Exporter/XslExporter.php index 1a895df2..6b1794b0 100644 --- a/src/Parthenon/Export/Exporter/XslExporter.php +++ b/src/Parthenon/Export/Exporter/XslExporter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Messenger/BackgroundDownloadRequestHandler.php b/src/Parthenon/Export/Messenger/BackgroundDownloadRequestHandler.php index 64627c5c..8a8fd9db 100644 --- a/src/Parthenon/Export/Messenger/BackgroundDownloadRequestHandler.php +++ b/src/Parthenon/Export/Messenger/BackgroundDownloadRequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Messenger/BackgroundEmailRequestHandler.php b/src/Parthenon/Export/Messenger/BackgroundEmailRequestHandler.php index 4f71ad77..1c32d45e 100644 --- a/src/Parthenon/Export/Messenger/BackgroundEmailRequestHandler.php +++ b/src/Parthenon/Export/Messenger/BackgroundEmailRequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Normaliser/NormaliserInterface.php b/src/Parthenon/Export/Normaliser/NormaliserInterface.php index c9eea6e0..001ac95a 100644 --- a/src/Parthenon/Export/Normaliser/NormaliserInterface.php +++ b/src/Parthenon/Export/Normaliser/NormaliserInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Normaliser/NormaliserManager.php b/src/Parthenon/Export/Normaliser/NormaliserManager.php index ab6d35e1..72fcba40 100644 --- a/src/Parthenon/Export/Normaliser/NormaliserManager.php +++ b/src/Parthenon/Export/Normaliser/NormaliserManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Normaliser/NormaliserManagerInterface.php b/src/Parthenon/Export/Normaliser/NormaliserManagerInterface.php index e7ec631c..5aabe550 100644 --- a/src/Parthenon/Export/Normaliser/NormaliserManagerInterface.php +++ b/src/Parthenon/Export/Normaliser/NormaliserManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Notification/ExportEmailFactory.php b/src/Parthenon/Export/Notification/ExportEmailFactory.php index aeea458e..f759e1bc 100644 --- a/src/Parthenon/Export/Notification/ExportEmailFactory.php +++ b/src/Parthenon/Export/Notification/ExportEmailFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Notification/ExportEmailFactoryInterface.php b/src/Parthenon/Export/Notification/ExportEmailFactoryInterface.php index 801a789f..e8348068 100644 --- a/src/Parthenon/Export/Notification/ExportEmailFactoryInterface.php +++ b/src/Parthenon/Export/Notification/ExportEmailFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Repository/BackgroundExportRequestOdmRepository.php b/src/Parthenon/Export/Repository/BackgroundExportRequestOdmRepository.php index 81df3168..24ce7a14 100644 --- a/src/Parthenon/Export/Repository/BackgroundExportRequestOdmRepository.php +++ b/src/Parthenon/Export/Repository/BackgroundExportRequestOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Repository/BackgroundExportRequestRepository.php b/src/Parthenon/Export/Repository/BackgroundExportRequestRepository.php index 6c962565..b8984344 100644 --- a/src/Parthenon/Export/Repository/BackgroundExportRequestRepository.php +++ b/src/Parthenon/Export/Repository/BackgroundExportRequestRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Repository/BackgroundExportRequestRepositoryInterface.php b/src/Parthenon/Export/Repository/BackgroundExportRequestRepositoryInterface.php index 00aea8e2..9bf83005 100644 --- a/src/Parthenon/Export/Repository/BackgroundExportRequestRepositoryInterface.php +++ b/src/Parthenon/Export/Repository/BackgroundExportRequestRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Repository/Odm/BackgroundExportRequestRepository.php b/src/Parthenon/Export/Repository/Odm/BackgroundExportRequestRepository.php index ec8a3fc4..2e4ea121 100644 --- a/src/Parthenon/Export/Repository/Odm/BackgroundExportRequestRepository.php +++ b/src/Parthenon/Export/Repository/Odm/BackgroundExportRequestRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Repository/Orm/BackgroundExportRequestRepository.php b/src/Parthenon/Export/Repository/Orm/BackgroundExportRequestRepository.php index e6250144..8aff3f9b 100644 --- a/src/Parthenon/Export/Repository/Orm/BackgroundExportRequestRepository.php +++ b/src/Parthenon/Export/Repository/Orm/BackgroundExportRequestRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Response/DownloadResponse.php b/src/Parthenon/Export/Response/DownloadResponse.php index e4278cc2..9ae9dbe0 100644 --- a/src/Parthenon/Export/Response/DownloadResponse.php +++ b/src/Parthenon/Export/Response/DownloadResponse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Response/EmailResponse.php b/src/Parthenon/Export/Response/EmailResponse.php index 460b78ab..1750ff76 100644 --- a/src/Parthenon/Export/Response/EmailResponse.php +++ b/src/Parthenon/Export/Response/EmailResponse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Response/ResponseConverterInterface.php b/src/Parthenon/Export/Response/ResponseConverterInterface.php index c022efea..1d200ccf 100644 --- a/src/Parthenon/Export/Response/ResponseConverterInterface.php +++ b/src/Parthenon/Export/Response/ResponseConverterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Export/Response/WaitingResponse.php b/src/Parthenon/Export/Response/WaitingResponse.php index 8f64fb65..7e668cf2 100644 --- a/src/Parthenon/Export/Response/WaitingResponse.php +++ b/src/Parthenon/Export/Response/WaitingResponse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Command/ProcessUnfinishedCommand.php b/src/Parthenon/Funnel/Command/ProcessUnfinishedCommand.php index c9df63c0..dfcbf601 100644 --- a/src/Parthenon/Funnel/Command/ProcessUnfinishedCommand.php +++ b/src/Parthenon/Funnel/Command/ProcessUnfinishedCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Compiler/FunnelCompilerPass.php b/src/Parthenon/Funnel/Compiler/FunnelCompilerPass.php index a2397e4a..9d6536db 100644 --- a/src/Parthenon/Funnel/Compiler/FunnelCompilerPass.php +++ b/src/Parthenon/Funnel/Compiler/FunnelCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Exception/InvalidStepException.php b/src/Parthenon/Funnel/Exception/InvalidStepException.php index dff9deea..a2decb7b 100644 --- a/src/Parthenon/Funnel/Exception/InvalidStepException.php +++ b/src/Parthenon/Funnel/Exception/InvalidStepException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Exception/NoEntitySetException.php b/src/Parthenon/Funnel/Exception/NoEntitySetException.php index da34ca63..99561860 100644 --- a/src/Parthenon/Funnel/Exception/NoEntitySetException.php +++ b/src/Parthenon/Funnel/Exception/NoEntitySetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Exception/NoSkipHandlerException.php b/src/Parthenon/Funnel/Exception/NoSkipHandlerException.php index 3b035ba3..4fce748d 100644 --- a/src/Parthenon/Funnel/Exception/NoSkipHandlerException.php +++ b/src/Parthenon/Funnel/Exception/NoSkipHandlerException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Exception/NoSuccessHandlerSetException.php b/src/Parthenon/Funnel/Exception/NoSuccessHandlerSetException.php index 9ad14c52..9b4d20b1 100644 --- a/src/Parthenon/Funnel/Exception/NoSuccessHandlerSetException.php +++ b/src/Parthenon/Funnel/Exception/NoSuccessHandlerSetException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Funnel.php b/src/Parthenon/Funnel/Funnel.php index bf7e6913..4ecc87dd 100644 --- a/src/Parthenon/Funnel/Funnel.php +++ b/src/Parthenon/Funnel/Funnel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/FunnelInterface.php b/src/Parthenon/Funnel/FunnelInterface.php index fb8c6c1b..db74afa8 100644 --- a/src/Parthenon/Funnel/FunnelInterface.php +++ b/src/Parthenon/Funnel/FunnelInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/FunnelState.php b/src/Parthenon/Funnel/FunnelState.php index aa4fbfc0..a1b6d1cb 100644 --- a/src/Parthenon/Funnel/FunnelState.php +++ b/src/Parthenon/Funnel/FunnelState.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Repository/FunnelRepositoryInterface.php b/src/Parthenon/Funnel/Repository/FunnelRepositoryInterface.php index f819c017..caea56a0 100644 --- a/src/Parthenon/Funnel/Repository/FunnelRepositoryInterface.php +++ b/src/Parthenon/Funnel/Repository/FunnelRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/Repository/RepositoryManager.php b/src/Parthenon/Funnel/Repository/RepositoryManager.php index e208bd4f..35b577ba 100644 --- a/src/Parthenon/Funnel/Repository/RepositoryManager.php +++ b/src/Parthenon/Funnel/Repository/RepositoryManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/SkipHandlerInterface.php b/src/Parthenon/Funnel/SkipHandlerInterface.php index 39f9ca8e..ef2dd06c 100644 --- a/src/Parthenon/Funnel/SkipHandlerInterface.php +++ b/src/Parthenon/Funnel/SkipHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/StepInterface.php b/src/Parthenon/Funnel/StepInterface.php index 5a05e59b..e41c54fc 100644 --- a/src/Parthenon/Funnel/StepInterface.php +++ b/src/Parthenon/Funnel/StepInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/SuccessHandlerInterface.php b/src/Parthenon/Funnel/SuccessHandlerInterface.php index ee6a7283..35b562fb 100644 --- a/src/Parthenon/Funnel/SuccessHandlerInterface.php +++ b/src/Parthenon/Funnel/SuccessHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/UnfinnishedActions/ActionInterface.php b/src/Parthenon/Funnel/UnfinnishedActions/ActionInterface.php index 75bc7f7d..0a7eb6fc 100644 --- a/src/Parthenon/Funnel/UnfinnishedActions/ActionInterface.php +++ b/src/Parthenon/Funnel/UnfinnishedActions/ActionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Funnel/UnfinnishedActions/ActionManager.php b/src/Parthenon/Funnel/UnfinnishedActions/ActionManager.php index eb655340..1b6d6310 100644 --- a/src/Parthenon/Funnel/UnfinnishedActions/ActionManager.php +++ b/src/Parthenon/Funnel/UnfinnishedActions/ActionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Checks/CheckInterface.php b/src/Parthenon/Health/Checks/CheckInterface.php index 966b14ff..3ecfa598 100644 --- a/src/Parthenon/Health/Checks/CheckInterface.php +++ b/src/Parthenon/Health/Checks/CheckInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Checks/CheckManager.php b/src/Parthenon/Health/Checks/CheckManager.php index 72931814..1b46eb16 100644 --- a/src/Parthenon/Health/Checks/CheckManager.php +++ b/src/Parthenon/Health/Checks/CheckManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Checks/CheckManagerInterface.php b/src/Parthenon/Health/Checks/CheckManagerInterface.php index b7fb6911..3fe77ecf 100644 --- a/src/Parthenon/Health/Checks/CheckManagerInterface.php +++ b/src/Parthenon/Health/Checks/CheckManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Checks/DoctrineConnectionCheck.php b/src/Parthenon/Health/Checks/DoctrineConnectionCheck.php index 7bd84493..379425d8 100644 --- a/src/Parthenon/Health/Checks/DoctrineConnectionCheck.php +++ b/src/Parthenon/Health/Checks/DoctrineConnectionCheck.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Compiler/HealthCompilerPass.php b/src/Parthenon/Health/Compiler/HealthCompilerPass.php index a4cecd86..a3b57ba2 100644 --- a/src/Parthenon/Health/Compiler/HealthCompilerPass.php +++ b/src/Parthenon/Health/Compiler/HealthCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Controller/HealthcheckController.php b/src/Parthenon/Health/Controller/HealthcheckController.php index 04698206..a43c3196 100644 --- a/src/Parthenon/Health/Controller/HealthcheckController.php +++ b/src/Parthenon/Health/Controller/HealthcheckController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Health/Issue.php b/src/Parthenon/Health/Issue.php index d0fe0129..73300aef 100644 --- a/src/Parthenon/Health/Issue.php +++ b/src/Parthenon/Health/Issue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/CountryRules.php b/src/Parthenon/Invoice/CountryRules.php index 89c73f1c..2c7a1ec2 100644 --- a/src/Parthenon/Invoice/CountryRules.php +++ b/src/Parthenon/Invoice/CountryRules.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/Invoice.php b/src/Parthenon/Invoice/Invoice.php index b5748fcc..6360160f 100644 --- a/src/Parthenon/Invoice/Invoice.php +++ b/src/Parthenon/Invoice/Invoice.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/InvoiceBuilder.php b/src/Parthenon/Invoice/InvoiceBuilder.php index 1c7db6e5..394001d7 100644 --- a/src/Parthenon/Invoice/InvoiceBuilder.php +++ b/src/Parthenon/Invoice/InvoiceBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/InvoiceNumberGeneratorInterface.php b/src/Parthenon/Invoice/InvoiceNumberGeneratorInterface.php index c23ff74a..2b019396 100644 --- a/src/Parthenon/Invoice/InvoiceNumberGeneratorInterface.php +++ b/src/Parthenon/Invoice/InvoiceNumberGeneratorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/Item.php b/src/Parthenon/Invoice/Item.php index 57499c06..25efb5ea 100644 --- a/src/Parthenon/Invoice/Item.php +++ b/src/Parthenon/Invoice/Item.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/ItemInterface.php b/src/Parthenon/Invoice/ItemInterface.php index 5a9a6b6c..25db61ac 100644 --- a/src/Parthenon/Invoice/ItemInterface.php +++ b/src/Parthenon/Invoice/ItemInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/PdfExporter.php b/src/Parthenon/Invoice/PdfExporter.php index 03121e27..47e65048 100644 --- a/src/Parthenon/Invoice/PdfExporter.php +++ b/src/Parthenon/Invoice/PdfExporter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/Vat/BasicCountryTypeRule.php b/src/Parthenon/Invoice/Vat/BasicCountryTypeRule.php index dc779743..bbfe4265 100644 --- a/src/Parthenon/Invoice/Vat/BasicCountryTypeRule.php +++ b/src/Parthenon/Invoice/Vat/BasicCountryTypeRule.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Invoice/Vat/VatRuleInterface.php b/src/Parthenon/Invoice/Vat/VatRuleInterface.php index 58f00e46..8d0cd1ee 100644 --- a/src/Parthenon/Invoice/Vat/VatRuleInterface.php +++ b/src/Parthenon/Invoice/Vat/VatRuleInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Command/MigrateCommand.php b/src/Parthenon/MultiTenancy/Command/MigrateCommand.php index 7e5b9437..9ee940d4 100644 --- a/src/Parthenon/MultiTenancy/Command/MigrateCommand.php +++ b/src/Parthenon/MultiTenancy/Command/MigrateCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Compiler/MultiTenancyCompilerPass.php b/src/Parthenon/MultiTenancy/Compiler/MultiTenancyCompilerPass.php index 00a95a09..8454a68c 100644 --- a/src/Parthenon/MultiTenancy/Compiler/MultiTenancyCompilerPass.php +++ b/src/Parthenon/MultiTenancy/Compiler/MultiTenancyCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Controller/MainController.php b/src/Parthenon/MultiTenancy/Controller/MainController.php index 4656cd1a..047cde2f 100644 --- a/src/Parthenon/MultiTenancy/Controller/MainController.php +++ b/src/Parthenon/MultiTenancy/Controller/MainController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Creator/MessengerTenantCreator.php b/src/Parthenon/MultiTenancy/Creator/MessengerTenantCreator.php index d40c23c8..b2b65c8b 100644 --- a/src/Parthenon/MultiTenancy/Creator/MessengerTenantCreator.php +++ b/src/Parthenon/MultiTenancy/Creator/MessengerTenantCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Creator/TenantCreator.php b/src/Parthenon/MultiTenancy/Creator/TenantCreator.php index 2d6063a0..eeee9460 100644 --- a/src/Parthenon/MultiTenancy/Creator/TenantCreator.php +++ b/src/Parthenon/MultiTenancy/Creator/TenantCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Creator/TenantCreatorInterface.php b/src/Parthenon/MultiTenancy/Creator/TenantCreatorInterface.php index a8cd9f42..a0112bbb 100644 --- a/src/Parthenon/MultiTenancy/Creator/TenantCreatorInterface.php +++ b/src/Parthenon/MultiTenancy/Creator/TenantCreatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/DatabaseCreatorInterface.php b/src/Parthenon/MultiTenancy/Database/DatabaseCreatorInterface.php index d087bfa8..d0376506 100644 --- a/src/Parthenon/MultiTenancy/Database/DatabaseCreatorInterface.php +++ b/src/Parthenon/MultiTenancy/Database/DatabaseCreatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/DatabaseSwitcher.php b/src/Parthenon/MultiTenancy/Database/DatabaseSwitcher.php index 0f6e4295..f71a9c8a 100644 --- a/src/Parthenon/MultiTenancy/Database/DatabaseSwitcher.php +++ b/src/Parthenon/MultiTenancy/Database/DatabaseSwitcher.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/DatabaseSwitcherInterface.php b/src/Parthenon/MultiTenancy/Database/DatabaseSwitcherInterface.php index 89f467ec..75c06b45 100644 --- a/src/Parthenon/MultiTenancy/Database/DatabaseSwitcherInterface.php +++ b/src/Parthenon/MultiTenancy/Database/DatabaseSwitcherInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/DbalDatabaseCreator.php b/src/Parthenon/MultiTenancy/Database/DbalDatabaseCreator.php index 91787a2f..9cb8c12d 100644 --- a/src/Parthenon/MultiTenancy/Database/DbalDatabaseCreator.php +++ b/src/Parthenon/MultiTenancy/Database/DbalDatabaseCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreator.php b/src/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreator.php index dee9ce52..16ee137e 100644 --- a/src/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreator.php +++ b/src/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/MigrationsHandler.php b/src/Parthenon/MultiTenancy/Database/MigrationsHandler.php index 489e71ad..eb52869f 100644 --- a/src/Parthenon/MultiTenancy/Database/MigrationsHandler.php +++ b/src/Parthenon/MultiTenancy/Database/MigrationsHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Database/MigrationsHandlerInterface.php b/src/Parthenon/MultiTenancy/Database/MigrationsHandlerInterface.php index 4d78bed6..7e89a640 100644 --- a/src/Parthenon/MultiTenancy/Database/MigrationsHandlerInterface.php +++ b/src/Parthenon/MultiTenancy/Database/MigrationsHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Dbal/SchemaToolProvider.php b/src/Parthenon/MultiTenancy/Dbal/SchemaToolProvider.php index 59726b3a..f4f012c6 100644 --- a/src/Parthenon/MultiTenancy/Dbal/SchemaToolProvider.php +++ b/src/Parthenon/MultiTenancy/Dbal/SchemaToolProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Dbal/SchemaToolProviderInterface.php b/src/Parthenon/MultiTenancy/Dbal/SchemaToolProviderInterface.php index 0bca662c..9f02b14d 100644 --- a/src/Parthenon/MultiTenancy/Dbal/SchemaToolProviderInterface.php +++ b/src/Parthenon/MultiTenancy/Dbal/SchemaToolProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Dbal/TenantConnection.php b/src/Parthenon/MultiTenancy/Dbal/TenantConnection.php index 10a0ea90..1e7b85d3 100644 --- a/src/Parthenon/MultiTenancy/Dbal/TenantConnection.php +++ b/src/Parthenon/MultiTenancy/Dbal/TenantConnection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Entity/Tenant.php b/src/Parthenon/MultiTenancy/Entity/Tenant.php index 82b3044b..00b7ba78 100644 --- a/src/Parthenon/MultiTenancy/Entity/Tenant.php +++ b/src/Parthenon/MultiTenancy/Entity/Tenant.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Entity/TenantInterface.php b/src/Parthenon/MultiTenancy/Entity/TenantInterface.php index 219c7d31..160b4117 100644 --- a/src/Parthenon/MultiTenancy/Entity/TenantInterface.php +++ b/src/Parthenon/MultiTenancy/Entity/TenantInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Event/PostTenantSignupEvent.php b/src/Parthenon/MultiTenancy/Event/PostTenantSignupEvent.php index 982ce17d..6b65af54 100644 --- a/src/Parthenon/MultiTenancy/Event/PostTenantSignupEvent.php +++ b/src/Parthenon/MultiTenancy/Event/PostTenantSignupEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Event/PreTenantSignupEvent.php b/src/Parthenon/MultiTenancy/Event/PreTenantSignupEvent.php index b3c60ee4..0c235a17 100644 --- a/src/Parthenon/MultiTenancy/Event/PreTenantSignupEvent.php +++ b/src/Parthenon/MultiTenancy/Event/PreTenantSignupEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Event/TenantCreatedEvent.php b/src/Parthenon/MultiTenancy/Event/TenantCreatedEvent.php index a2d0ca10..a247c032 100644 --- a/src/Parthenon/MultiTenancy/Event/TenantCreatedEvent.php +++ b/src/Parthenon/MultiTenancy/Event/TenantCreatedEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Exception/NoRequestFoundException.php b/src/Parthenon/MultiTenancy/Exception/NoRequestFoundException.php index 3c14ab1e..4cf3c6d4 100644 --- a/src/Parthenon/MultiTenancy/Exception/NoRequestFoundException.php +++ b/src/Parthenon/MultiTenancy/Exception/NoRequestFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Exception/NoTenantFoundException.php b/src/Parthenon/MultiTenancy/Exception/NoTenantFoundException.php index c3850a8a..267ace27 100644 --- a/src/Parthenon/MultiTenancy/Exception/NoTenantFoundException.php +++ b/src/Parthenon/MultiTenancy/Exception/NoTenantFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Exception/TenantCreationFailureException.php b/src/Parthenon/MultiTenancy/Exception/TenantCreationFailureException.php index 5494feba..3b58b2bd 100644 --- a/src/Parthenon/MultiTenancy/Exception/TenantCreationFailureException.php +++ b/src/Parthenon/MultiTenancy/Exception/TenantCreationFailureException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Factory/TenantFactory.php b/src/Parthenon/MultiTenancy/Factory/TenantFactory.php index daadd6b8..09c5fddb 100644 --- a/src/Parthenon/MultiTenancy/Factory/TenantFactory.php +++ b/src/Parthenon/MultiTenancy/Factory/TenantFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Factory/TenantFactoryInterface.php b/src/Parthenon/MultiTenancy/Factory/TenantFactoryInterface.php index bd492219..ba3e08d9 100644 --- a/src/Parthenon/MultiTenancy/Factory/TenantFactoryInterface.php +++ b/src/Parthenon/MultiTenancy/Factory/TenantFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Factory/UserFactory.php b/src/Parthenon/MultiTenancy/Factory/UserFactory.php index bd4ac0ce..92b27a35 100644 --- a/src/Parthenon/MultiTenancy/Factory/UserFactory.php +++ b/src/Parthenon/MultiTenancy/Factory/UserFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Factory/UserFactoryInterface.php b/src/Parthenon/MultiTenancy/Factory/UserFactoryInterface.php index 3d9d10f6..1fde5bcf 100644 --- a/src/Parthenon/MultiTenancy/Factory/UserFactoryInterface.php +++ b/src/Parthenon/MultiTenancy/Factory/UserFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Form/Type/SignupType.php b/src/Parthenon/MultiTenancy/Form/Type/SignupType.php index fb1b692f..6791c2e6 100644 --- a/src/Parthenon/MultiTenancy/Form/Type/SignupType.php +++ b/src/Parthenon/MultiTenancy/Form/Type/SignupType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Messenger/TenantCreatorHandler.php b/src/Parthenon/MultiTenancy/Messenger/TenantCreatorHandler.php index 565e6972..57e51924 100644 --- a/src/Parthenon/MultiTenancy/Messenger/TenantCreatorHandler.php +++ b/src/Parthenon/MultiTenancy/Messenger/TenantCreatorHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Model/SignUp.php b/src/Parthenon/MultiTenancy/Model/SignUp.php index b0d7f2a9..fba93a56 100644 --- a/src/Parthenon/MultiTenancy/Model/SignUp.php +++ b/src/Parthenon/MultiTenancy/Model/SignUp.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Repository/Dummy/DummyTenantRepository.php b/src/Parthenon/MultiTenancy/Repository/Dummy/DummyTenantRepository.php index d46145e3..3869ed40 100644 --- a/src/Parthenon/MultiTenancy/Repository/Dummy/DummyTenantRepository.php +++ b/src/Parthenon/MultiTenancy/Repository/Dummy/DummyTenantRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Repository/Odm/TenantRepository.php b/src/Parthenon/MultiTenancy/Repository/Odm/TenantRepository.php index 5d4a8b63..5b380228 100644 --- a/src/Parthenon/MultiTenancy/Repository/Odm/TenantRepository.php +++ b/src/Parthenon/MultiTenancy/Repository/Odm/TenantRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Repository/Orm/TenantRepository.php b/src/Parthenon/MultiTenancy/Repository/Orm/TenantRepository.php index 91443f4b..6e5e8d10 100644 --- a/src/Parthenon/MultiTenancy/Repository/Orm/TenantRepository.php +++ b/src/Parthenon/MultiTenancy/Repository/Orm/TenantRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Repository/TenantRepository.php b/src/Parthenon/MultiTenancy/Repository/TenantRepository.php index eba1ce2a..301fbfa2 100644 --- a/src/Parthenon/MultiTenancy/Repository/TenantRepository.php +++ b/src/Parthenon/MultiTenancy/Repository/TenantRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Repository/TenantRepositoryInterface.php b/src/Parthenon/MultiTenancy/Repository/TenantRepositoryInterface.php index 09f07b1a..f49caa70 100644 --- a/src/Parthenon/MultiTenancy/Repository/TenantRepositoryInterface.php +++ b/src/Parthenon/MultiTenancy/Repository/TenantRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/RequestProcessor/TenantSignup.php b/src/Parthenon/MultiTenancy/RequestProcessor/TenantSignup.php index 82ce1e8c..25534a08 100644 --- a/src/Parthenon/MultiTenancy/RequestProcessor/TenantSignup.php +++ b/src/Parthenon/MultiTenancy/RequestProcessor/TenantSignup.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/SiteUrlProvider.php b/src/Parthenon/MultiTenancy/SiteUrlProvider.php index 8afe77d0..ca7f617a 100644 --- a/src/Parthenon/MultiTenancy/SiteUrlProvider.php +++ b/src/Parthenon/MultiTenancy/SiteUrlProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProvider.php b/src/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProvider.php index f18054c0..22d46692 100644 --- a/src/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProvider.php +++ b/src/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/TenantProvider/SimpleTenantProvider.php b/src/Parthenon/MultiTenancy/TenantProvider/SimpleTenantProvider.php index f119e9f9..10da853e 100644 --- a/src/Parthenon/MultiTenancy/TenantProvider/SimpleTenantProvider.php +++ b/src/Parthenon/MultiTenancy/TenantProvider/SimpleTenantProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderAwareInterface.php b/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderAwareInterface.php index 11fcaf67..57b83245 100644 --- a/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderAwareInterface.php +++ b/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderAwareInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderInterface.php b/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderInterface.php index faa49785..3514d378 100644 --- a/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderInterface.php +++ b/src/Parthenon/MultiTenancy/TenantProvider/TenantProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/TenantProvider/TestCurrentTenantProvider.php b/src/Parthenon/MultiTenancy/TenantProvider/TestCurrentTenantProvider.php index 55187687..c1595932 100644 --- a/src/Parthenon/MultiTenancy/TenantProvider/TestCurrentTenantProvider.php +++ b/src/Parthenon/MultiTenancy/TenantProvider/TestCurrentTenantProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Validator/UniqueSubdomain.php b/src/Parthenon/MultiTenancy/Validator/UniqueSubdomain.php index 5c5f48b2..3b4aee08 100644 --- a/src/Parthenon/MultiTenancy/Validator/UniqueSubdomain.php +++ b/src/Parthenon/MultiTenancy/Validator/UniqueSubdomain.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/MultiTenancy/Validator/UniqueSubdomainValidator.php b/src/Parthenon/MultiTenancy/Validator/UniqueSubdomainValidator.php index 22b667aa..1e538d72 100644 --- a/src/Parthenon/MultiTenancy/Validator/UniqueSubdomainValidator.php +++ b/src/Parthenon/MultiTenancy/Validator/UniqueSubdomainValidator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Attachment.php b/src/Parthenon/Notification/Attachment.php index f93aceec..77eb8e04 100644 --- a/src/Parthenon/Notification/Attachment.php +++ b/src/Parthenon/Notification/Attachment.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Configuration.php b/src/Parthenon/Notification/Configuration.php index 614580fe..a077b200 100644 --- a/src/Parthenon/Notification/Configuration.php +++ b/src/Parthenon/Notification/Configuration.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Email.php b/src/Parthenon/Notification/Email.php index ee08f7b1..2f45362b 100644 --- a/src/Parthenon/Notification/Email.php +++ b/src/Parthenon/Notification/Email.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/EmailInterface.php b/src/Parthenon/Notification/EmailInterface.php index 73942e38..54ad99f1 100644 --- a/src/Parthenon/Notification/EmailInterface.php +++ b/src/Parthenon/Notification/EmailInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/EmailSenderInterface.php b/src/Parthenon/Notification/EmailSenderInterface.php index ae648c33..9ae07118 100644 --- a/src/Parthenon/Notification/EmailSenderInterface.php +++ b/src/Parthenon/Notification/EmailSenderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Exception/Slack/UnclosedSectionException.php b/src/Parthenon/Notification/Exception/Slack/UnclosedSectionException.php index b7e69535..217d9fce 100644 --- a/src/Parthenon/Notification/Exception/Slack/UnclosedSectionException.php +++ b/src/Parthenon/Notification/Exception/Slack/UnclosedSectionException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Exception/Slack/UnopenedSectionException.php b/src/Parthenon/Notification/Exception/Slack/UnopenedSectionException.php index 5d1e8c14..3c6b80c6 100644 --- a/src/Parthenon/Notification/Exception/Slack/UnopenedSectionException.php +++ b/src/Parthenon/Notification/Exception/Slack/UnopenedSectionException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Exception/UnableToSendMessageException.php b/src/Parthenon/Notification/Exception/UnableToSendMessageException.php index ade7c198..8683470e 100644 --- a/src/Parthenon/Notification/Exception/UnableToSendMessageException.php +++ b/src/Parthenon/Notification/Exception/UnableToSendMessageException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Messenger/SenderHandler.php b/src/Parthenon/Notification/Messenger/SenderHandler.php index 56ed2382..42e34358 100644 --- a/src/Parthenon/Notification/Messenger/SenderHandler.php +++ b/src/Parthenon/Notification/Messenger/SenderHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/MailgunEmailSender.php b/src/Parthenon/Notification/Sender/MailgunEmailSender.php index b852c373..4a0bd449 100644 --- a/src/Parthenon/Notification/Sender/MailgunEmailSender.php +++ b/src/Parthenon/Notification/Sender/MailgunEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/MessengerEmailSender.php b/src/Parthenon/Notification/Sender/MessengerEmailSender.php index 7765d03c..2506554c 100644 --- a/src/Parthenon/Notification/Sender/MessengerEmailSender.php +++ b/src/Parthenon/Notification/Sender/MessengerEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/NullEmailSender.php b/src/Parthenon/Notification/Sender/NullEmailSender.php index 986badc0..e5043953 100644 --- a/src/Parthenon/Notification/Sender/NullEmailSender.php +++ b/src/Parthenon/Notification/Sender/NullEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/PostmarkEmailSender.php b/src/Parthenon/Notification/Sender/PostmarkEmailSender.php index d9850e7a..ebb737f0 100644 --- a/src/Parthenon/Notification/Sender/PostmarkEmailSender.php +++ b/src/Parthenon/Notification/Sender/PostmarkEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/SendGridEmailSender.php b/src/Parthenon/Notification/Sender/SendGridEmailSender.php index f1937a63..641262e6 100644 --- a/src/Parthenon/Notification/Sender/SendGridEmailSender.php +++ b/src/Parthenon/Notification/Sender/SendGridEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Sender/SymfonyEmailSender.php b/src/Parthenon/Notification/Sender/SymfonyEmailSender.php index aaef0331..edbf06e1 100644 --- a/src/Parthenon/Notification/Sender/SymfonyEmailSender.php +++ b/src/Parthenon/Notification/Sender/SymfonyEmailSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/ConfigProviderInterface.php b/src/Parthenon/Notification/Slack/ConfigProviderInterface.php index 652af217..7f87b33b 100644 --- a/src/Parthenon/Notification/Slack/ConfigProviderInterface.php +++ b/src/Parthenon/Notification/Slack/ConfigProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/MessageBuilder.php b/src/Parthenon/Notification/Slack/MessageBuilder.php index 142fcad8..520a8c16 100644 --- a/src/Parthenon/Notification/Slack/MessageBuilder.php +++ b/src/Parthenon/Notification/Slack/MessageBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/NullWebhookPoster.php b/src/Parthenon/Notification/Slack/NullWebhookPoster.php index a48d1fcd..05b423f5 100644 --- a/src/Parthenon/Notification/Slack/NullWebhookPoster.php +++ b/src/Parthenon/Notification/Slack/NullWebhookPoster.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/OauthConfigProvider.php b/src/Parthenon/Notification/Slack/OauthConfigProvider.php index dbfb5f32..a5555cca 100644 --- a/src/Parthenon/Notification/Slack/OauthConfigProvider.php +++ b/src/Parthenon/Notification/Slack/OauthConfigProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/OauthFactory.php b/src/Parthenon/Notification/Slack/OauthFactory.php index 2141c931..af8c0ee0 100644 --- a/src/Parthenon/Notification/Slack/OauthFactory.php +++ b/src/Parthenon/Notification/Slack/OauthFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/WebhookPoster.php b/src/Parthenon/Notification/Slack/WebhookPoster.php index 6826c577..21d690f9 100644 --- a/src/Parthenon/Notification/Slack/WebhookPoster.php +++ b/src/Parthenon/Notification/Slack/WebhookPoster.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/Slack/WebhookPosterInterface.php b/src/Parthenon/Notification/Slack/WebhookPosterInterface.php index 12e59d4f..b6038491 100644 --- a/src/Parthenon/Notification/Slack/WebhookPosterInterface.php +++ b/src/Parthenon/Notification/Slack/WebhookPosterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Notification/TemplateEmail.php b/src/Parthenon/Notification/TemplateEmail.php index c31f976d..57c9681e 100644 --- a/src/Parthenon/Notification/TemplateEmail.php +++ b/src/Parthenon/Notification/TemplateEmail.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/ParthenonBundle.php b/src/Parthenon/ParthenonBundle.php index 64ab125e..5f094651 100644 --- a/src/Parthenon/ParthenonBundle.php +++ b/src/Parthenon/ParthenonBundle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Athena/TeamSubscriberSection.php b/src/Parthenon/Payments/Athena/TeamSubscriberSection.php index 44f7c1a1..7b5d5761 100644 --- a/src/Parthenon/Payments/Athena/TeamSubscriberSection.php +++ b/src/Parthenon/Payments/Athena/TeamSubscriberSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Athena/UserSubscriberSection.php b/src/Parthenon/Payments/Athena/UserSubscriberSection.php index 656d05c9..281069ca 100644 --- a/src/Parthenon/Payments/Athena/UserSubscriberSection.php +++ b/src/Parthenon/Payments/Athena/UserSubscriberSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Checkout.php b/src/Parthenon/Payments/Checkout.php index c9a57ae5..d3b17243 100644 --- a/src/Parthenon/Payments/Checkout.php +++ b/src/Parthenon/Payments/Checkout.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/CheckoutInterface.php b/src/Parthenon/Payments/CheckoutInterface.php index e1e1f746..0f5d7c32 100644 --- a/src/Parthenon/Payments/CheckoutInterface.php +++ b/src/Parthenon/Payments/CheckoutInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/CheckoutManagerInterface.php b/src/Parthenon/Payments/CheckoutManagerInterface.php index 4ef627b3..9818f6e8 100644 --- a/src/Parthenon/Payments/CheckoutManagerInterface.php +++ b/src/Parthenon/Payments/CheckoutManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Command/SyncSubscriptionsCommand.php b/src/Parthenon/Payments/Command/SyncSubscriptionsCommand.php index 7629c978..db1b2919 100644 --- a/src/Parthenon/Payments/Command/SyncSubscriptionsCommand.php +++ b/src/Parthenon/Payments/Command/SyncSubscriptionsCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/CompilerPass/SubscriptionsCompilerPass.php b/src/Parthenon/Payments/CompilerPass/SubscriptionsCompilerPass.php index afaab463..6c1b921b 100644 --- a/src/Parthenon/Payments/CompilerPass/SubscriptionsCompilerPass.php +++ b/src/Parthenon/Payments/CompilerPass/SubscriptionsCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/ConfigInterface.php b/src/Parthenon/Payments/ConfigInterface.php index a6983c04..9ee71308 100644 --- a/src/Parthenon/Payments/ConfigInterface.php +++ b/src/Parthenon/Payments/ConfigInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Controller/PaymentsController.php b/src/Parthenon/Payments/Controller/PaymentsController.php index 38716095..0202e02b 100644 --- a/src/Parthenon/Payments/Controller/PaymentsController.php +++ b/src/Parthenon/Payments/Controller/PaymentsController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Controller/PlanController.php b/src/Parthenon/Payments/Controller/PlanController.php index 60473483..28d0e804 100644 --- a/src/Parthenon/Payments/Controller/PlanController.php +++ b/src/Parthenon/Payments/Controller/PlanController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Entity/Subscription.php b/src/Parthenon/Payments/Entity/Subscription.php index 517ce2a8..25621c1e 100644 --- a/src/Parthenon/Payments/Entity/Subscription.php +++ b/src/Parthenon/Payments/Entity/Subscription.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Entity/SubscriptionEvent.php b/src/Parthenon/Payments/Entity/SubscriptionEvent.php index 3862fa4a..0a11e726 100644 --- a/src/Parthenon/Payments/Entity/SubscriptionEvent.php +++ b/src/Parthenon/Payments/Entity/SubscriptionEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Event/PaymentSuccessEvent.php b/src/Parthenon/Payments/Event/PaymentSuccessEvent.php index 11b0f05c..3aee7ded 100644 --- a/src/Parthenon/Payments/Event/PaymentSuccessEvent.php +++ b/src/Parthenon/Payments/Event/PaymentSuccessEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/InvalidSubscriberException.php b/src/Parthenon/Payments/Exception/InvalidSubscriberException.php index db7f5eed..32bcd15a 100644 --- a/src/Parthenon/Payments/Exception/InvalidSubscriberException.php +++ b/src/Parthenon/Payments/Exception/InvalidSubscriberException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/NoCheckoutFoundException.php b/src/Parthenon/Payments/Exception/NoCheckoutFoundException.php index 866b4457..bb3ef506 100644 --- a/src/Parthenon/Payments/Exception/NoCheckoutFoundException.php +++ b/src/Parthenon/Payments/Exception/NoCheckoutFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/NoCounterException.php b/src/Parthenon/Payments/Exception/NoCounterException.php index c59735b2..54d9e957 100644 --- a/src/Parthenon/Payments/Exception/NoCounterException.php +++ b/src/Parthenon/Payments/Exception/NoCounterException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/NoPlanFoundException.php b/src/Parthenon/Payments/Exception/NoPlanFoundException.php index fe2af1e0..2b91aaa7 100644 --- a/src/Parthenon/Payments/Exception/NoPlanFoundException.php +++ b/src/Parthenon/Payments/Exception/NoPlanFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/NoPriceFoundException.php b/src/Parthenon/Payments/Exception/NoPriceFoundException.php index 04443077..a51b60dd 100644 --- a/src/Parthenon/Payments/Exception/NoPriceFoundException.php +++ b/src/Parthenon/Payments/Exception/NoPriceFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Exception/NoValidTypeFoundException.php b/src/Parthenon/Payments/Exception/NoValidTypeFoundException.php index 4f6c1ba1..279dd423 100644 --- a/src/Parthenon/Payments/Exception/NoValidTypeFoundException.php +++ b/src/Parthenon/Payments/Exception/NoValidTypeFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/CheckoutManager.php b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/CheckoutManager.php index 76d90122..8b689848 100644 --- a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/CheckoutManager.php +++ b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/CheckoutManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/ClientFactory.php b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/ClientFactory.php index f1f54b89..88fbb548 100644 --- a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/ClientFactory.php +++ b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/ClientFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/Config.php b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/Config.php index fba30bc5..21d119b7 100644 --- a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/Config.php +++ b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/SubscriptionManager.php b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/SubscriptionManager.php index 2db7843d..e86978ca 100644 --- a/src/Parthenon/Payments/PaymentProvider/TransactionCloud/SubscriptionManager.php +++ b/src/Parthenon/Payments/PaymentProvider/TransactionCloud/SubscriptionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Counter/TeamInviteCounter.php b/src/Parthenon/Payments/Plan/Counter/TeamInviteCounter.php index 11732b58..ede656dc 100644 --- a/src/Parthenon/Payments/Plan/Counter/TeamInviteCounter.php +++ b/src/Parthenon/Payments/Plan/Counter/TeamInviteCounter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Counter/TeamInviteCounterInterface.php b/src/Parthenon/Payments/Plan/Counter/TeamInviteCounterInterface.php index 55cb227a..a1630b2d 100644 --- a/src/Parthenon/Payments/Plan/Counter/TeamInviteCounterInterface.php +++ b/src/Parthenon/Payments/Plan/Counter/TeamInviteCounterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/CounterInterface.php b/src/Parthenon/Payments/Plan/CounterInterface.php index ee8dda70..3fc2b296 100644 --- a/src/Parthenon/Payments/Plan/CounterInterface.php +++ b/src/Parthenon/Payments/Plan/CounterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/CounterManager.php b/src/Parthenon/Payments/Plan/CounterManager.php index eea89356..33c60358 100644 --- a/src/Parthenon/Payments/Plan/CounterManager.php +++ b/src/Parthenon/Payments/Plan/CounterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/LimitableInterface.php b/src/Parthenon/Payments/Plan/LimitableInterface.php index 9e8aa4ce..f552a885 100644 --- a/src/Parthenon/Payments/Plan/LimitableInterface.php +++ b/src/Parthenon/Payments/Plan/LimitableInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/LimitedUserInterface.php b/src/Parthenon/Payments/Plan/LimitedUserInterface.php index 3e6b5341..4bf0b7d1 100644 --- a/src/Parthenon/Payments/Plan/LimitedUserInterface.php +++ b/src/Parthenon/Payments/Plan/LimitedUserInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Plan.php b/src/Parthenon/Payments/Plan/Plan.php index 286f4403..9d18e67d 100644 --- a/src/Parthenon/Payments/Plan/Plan.php +++ b/src/Parthenon/Payments/Plan/Plan.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/PlanManager.php b/src/Parthenon/Payments/Plan/PlanManager.php index 63f9aa30..fab07930 100644 --- a/src/Parthenon/Payments/Plan/PlanManager.php +++ b/src/Parthenon/Payments/Plan/PlanManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/PlanManagerInterface.php b/src/Parthenon/Payments/Plan/PlanManagerInterface.php index c0b0a8f1..045c103f 100644 --- a/src/Parthenon/Payments/Plan/PlanManagerInterface.php +++ b/src/Parthenon/Payments/Plan/PlanManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Security/Voter/InviteVoter.php b/src/Parthenon/Payments/Plan/Security/Voter/InviteVoter.php index 0780f4ec..a4341733 100644 --- a/src/Parthenon/Payments/Plan/Security/Voter/InviteVoter.php +++ b/src/Parthenon/Payments/Plan/Security/Voter/InviteVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Security/Voter/PlanFeatureVoter.php b/src/Parthenon/Payments/Plan/Security/Voter/PlanFeatureVoter.php index 788b0d78..f6f1149a 100644 --- a/src/Parthenon/Payments/Plan/Security/Voter/PlanFeatureVoter.php +++ b/src/Parthenon/Payments/Plan/Security/Voter/PlanFeatureVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Plan/Security/Voter/PlanVoter.php b/src/Parthenon/Payments/Plan/Security/Voter/PlanVoter.php index 3299454b..6bcbd464 100644 --- a/src/Parthenon/Payments/Plan/Security/Voter/PlanVoter.php +++ b/src/Parthenon/Payments/Plan/Security/Voter/PlanVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PriceProvider.php b/src/Parthenon/Payments/PriceProvider.php index af44c612..73623c00 100644 --- a/src/Parthenon/Payments/PriceProvider.php +++ b/src/Parthenon/Payments/PriceProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/PriceProviderInterface.php b/src/Parthenon/Payments/PriceProviderInterface.php index a4c4b53d..09908521 100644 --- a/src/Parthenon/Payments/PriceProviderInterface.php +++ b/src/Parthenon/Payments/PriceProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Repository/SubscriberRepositoryInterface.php b/src/Parthenon/Payments/Repository/SubscriberRepositoryInterface.php index b4cadcda..7bdc4539 100644 --- a/src/Parthenon/Payments/Repository/SubscriberRepositoryInterface.php +++ b/src/Parthenon/Payments/Repository/SubscriberRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Stripe/CheckoutManager.php b/src/Parthenon/Payments/Stripe/CheckoutManager.php index 9b1041c0..3f06f01b 100644 --- a/src/Parthenon/Payments/Stripe/CheckoutManager.php +++ b/src/Parthenon/Payments/Stripe/CheckoutManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Stripe/Config.php b/src/Parthenon/Payments/Stripe/Config.php index 27fe2174..779ad814 100644 --- a/src/Parthenon/Payments/Stripe/Config.php +++ b/src/Parthenon/Payments/Stripe/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Stripe/SubscriptionManager.php b/src/Parthenon/Payments/Stripe/SubscriptionManager.php index 2bef4e60..a55fe00a 100644 --- a/src/Parthenon/Payments/Stripe/SubscriptionManager.php +++ b/src/Parthenon/Payments/Stripe/SubscriptionManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Stripe/SubscriptionOptionsFactory.php b/src/Parthenon/Payments/Stripe/SubscriptionOptionsFactory.php index c784d151..464f4391 100644 --- a/src/Parthenon/Payments/Stripe/SubscriptionOptionsFactory.php +++ b/src/Parthenon/Payments/Stripe/SubscriptionOptionsFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Subscriber/CurrentSubscriberProvider.php b/src/Parthenon/Payments/Subscriber/CurrentSubscriberProvider.php index 3cca3082..b4e6a687 100644 --- a/src/Parthenon/Payments/Subscriber/CurrentSubscriberProvider.php +++ b/src/Parthenon/Payments/Subscriber/CurrentSubscriberProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Subscriber/CurrentSubscriberProviderInterface.php b/src/Parthenon/Payments/Subscriber/CurrentSubscriberProviderInterface.php index bc397481..0918ecf5 100644 --- a/src/Parthenon/Payments/Subscriber/CurrentSubscriberProviderInterface.php +++ b/src/Parthenon/Payments/Subscriber/CurrentSubscriberProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Subscriber/SubscriberInterface.php b/src/Parthenon/Payments/Subscriber/SubscriberInterface.php index 90744d0b..cf1b72dd 100644 --- a/src/Parthenon/Payments/Subscriber/SubscriberInterface.php +++ b/src/Parthenon/Payments/Subscriber/SubscriberInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Subscriber/SubscriptionFactory.php b/src/Parthenon/Payments/Subscriber/SubscriptionFactory.php index b040dfa2..2074e362 100644 --- a/src/Parthenon/Payments/Subscriber/SubscriptionFactory.php +++ b/src/Parthenon/Payments/Subscriber/SubscriptionFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Subscriber/SubscriptionFactoryInterface.php b/src/Parthenon/Payments/Subscriber/SubscriptionFactoryInterface.php index 2bcd6103..099a5f85 100644 --- a/src/Parthenon/Payments/Subscriber/SubscriptionFactoryInterface.php +++ b/src/Parthenon/Payments/Subscriber/SubscriptionFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/SubscriptionInterface.php b/src/Parthenon/Payments/SubscriptionInterface.php index 5598a6c6..d6fabca5 100644 --- a/src/Parthenon/Payments/SubscriptionInterface.php +++ b/src/Parthenon/Payments/SubscriptionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/SubscriptionManagerInterface.php b/src/Parthenon/Payments/SubscriptionManagerInterface.php index 0298cca9..1d8d43db 100644 --- a/src/Parthenon/Payments/SubscriptionManagerInterface.php +++ b/src/Parthenon/Payments/SubscriptionManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/SubscriptionOptionsFactoryInterface.php b/src/Parthenon/Payments/SubscriptionOptionsFactoryInterface.php index 1d42607a..865bdee4 100644 --- a/src/Parthenon/Payments/SubscriptionOptionsFactoryInterface.php +++ b/src/Parthenon/Payments/SubscriptionOptionsFactoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToActiveManager.php b/src/Parthenon/Payments/Transition/ToActiveManager.php index 720ca20c..ec541210 100644 --- a/src/Parthenon/Payments/Transition/ToActiveManager.php +++ b/src/Parthenon/Payments/Transition/ToActiveManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToActiveManagerInterface.php b/src/Parthenon/Payments/Transition/ToActiveManagerInterface.php index 2f6b7b96..e5d676c1 100644 --- a/src/Parthenon/Payments/Transition/ToActiveManagerInterface.php +++ b/src/Parthenon/Payments/Transition/ToActiveManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToActiveTransitionInterface.php b/src/Parthenon/Payments/Transition/ToActiveTransitionInterface.php index 1624177c..a9d33690 100644 --- a/src/Parthenon/Payments/Transition/ToActiveTransitionInterface.php +++ b/src/Parthenon/Payments/Transition/ToActiveTransitionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToCancelledManager.php b/src/Parthenon/Payments/Transition/ToCancelledManager.php index 116bf674..6b2eff32 100644 --- a/src/Parthenon/Payments/Transition/ToCancelledManager.php +++ b/src/Parthenon/Payments/Transition/ToCancelledManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToCancelledManagerInterface.php b/src/Parthenon/Payments/Transition/ToCancelledManagerInterface.php index 19f0ea6e..f630a780 100644 --- a/src/Parthenon/Payments/Transition/ToCancelledManagerInterface.php +++ b/src/Parthenon/Payments/Transition/ToCancelledManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToCancelledTransitionInterface.php b/src/Parthenon/Payments/Transition/ToCancelledTransitionInterface.php index 33cd109a..5c1f15e7 100644 --- a/src/Parthenon/Payments/Transition/ToCancelledTransitionInterface.php +++ b/src/Parthenon/Payments/Transition/ToCancelledTransitionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToOverdueManager.php b/src/Parthenon/Payments/Transition/ToOverdueManager.php index 6d5b1c68..973191c9 100644 --- a/src/Parthenon/Payments/Transition/ToOverdueManager.php +++ b/src/Parthenon/Payments/Transition/ToOverdueManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToOverdueManagerInterface.php b/src/Parthenon/Payments/Transition/ToOverdueManagerInterface.php index 3dbf2a44..159d0405 100644 --- a/src/Parthenon/Payments/Transition/ToOverdueManagerInterface.php +++ b/src/Parthenon/Payments/Transition/ToOverdueManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Payments/Transition/ToOverdueTransitionInterface.php b/src/Parthenon/Payments/Transition/ToOverdueTransitionInterface.php index e2e67dbe..5985fb08 100644 --- a/src/Parthenon/Payments/Transition/ToOverdueTransitionInterface.php +++ b/src/Parthenon/Payments/Transition/ToOverdueTransitionInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Resources/translations/messages.en.php b/src/Parthenon/Resources/translations/messages.en.php index 243f8b11..dbf89846 100644 --- a/src/Parthenon/Resources/translations/messages.en.php +++ b/src/Parthenon/Resources/translations/messages.en.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/Resources/translations/validators.en.php b/src/Parthenon/Resources/translations/validators.en.php index e20a050d..cc8ddb62 100644 --- a/src/Parthenon/Resources/translations/validators.en.php +++ b/src/Parthenon/Resources/translations/validators.en.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Athena/Dashboard/SignedUpCountSection.php b/src/Parthenon/User/Athena/Dashboard/SignedUpCountSection.php index f62ecd62..9c698a65 100644 --- a/src/Parthenon/User/Athena/Dashboard/SignedUpCountSection.php +++ b/src/Parthenon/User/Athena/Dashboard/SignedUpCountSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Athena/TeamSection.php b/src/Parthenon/User/Athena/TeamSection.php index 3e34c71a..10b16a76 100644 --- a/src/Parthenon/User/Athena/TeamSection.php +++ b/src/Parthenon/User/Athena/TeamSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Athena/UserSection.php b/src/Parthenon/User/Athena/UserSection.php index 362fef50..d9274c6f 100644 --- a/src/Parthenon/User/Athena/UserSection.php +++ b/src/Parthenon/User/Athena/UserSection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/ChangePasswordCommand.php b/src/Parthenon/User/Command/ChangePasswordCommand.php index a814ce90..b2dbbba6 100644 --- a/src/Parthenon/User/Command/ChangePasswordCommand.php +++ b/src/Parthenon/User/Command/ChangePasswordCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/ConfirmCommand.php b/src/Parthenon/User/Command/ConfirmCommand.php index aaa32195..135a6322 100644 --- a/src/Parthenon/User/Command/ConfirmCommand.php +++ b/src/Parthenon/User/Command/ConfirmCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/CreateUserCommand.php b/src/Parthenon/User/Command/CreateUserCommand.php index 3d416a3c..a2c41d19 100644 --- a/src/Parthenon/User/Command/CreateUserCommand.php +++ b/src/Parthenon/User/Command/CreateUserCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/GiveRoleCommand.php b/src/Parthenon/User/Command/GiveRoleCommand.php index f34c07c0..cbac5336 100644 --- a/src/Parthenon/User/Command/GiveRoleCommand.php +++ b/src/Parthenon/User/Command/GiveRoleCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/RemoveRoleCommand.php b/src/Parthenon/User/Command/RemoveRoleCommand.php index d094aa15..27eeef23 100644 --- a/src/Parthenon/User/Command/RemoveRoleCommand.php +++ b/src/Parthenon/User/Command/RemoveRoleCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Command/SoftDeleteCommand.php b/src/Parthenon/User/Command/SoftDeleteCommand.php index 843a0fad..eb55d913 100644 --- a/src/Parthenon/User/Command/SoftDeleteCommand.php +++ b/src/Parthenon/User/Command/SoftDeleteCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/CompilerPass/UserCompilerPass.php b/src/Parthenon/User/CompilerPass/UserCompilerPass.php index 0c181850..633c5d03 100644 --- a/src/Parthenon/User/CompilerPass/UserCompilerPass.php +++ b/src/Parthenon/User/CompilerPass/UserCompilerPass.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Controller/AthenaController.php b/src/Parthenon/User/Controller/AthenaController.php index dfda3b96..08445a19 100644 --- a/src/Parthenon/User/Controller/AthenaController.php +++ b/src/Parthenon/User/Controller/AthenaController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Controller/TeamController.php b/src/Parthenon/User/Controller/TeamController.php index 897b38c0..3e8fd23b 100644 --- a/src/Parthenon/User/Controller/TeamController.php +++ b/src/Parthenon/User/Controller/TeamController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Controller/UserController.php b/src/Parthenon/User/Controller/UserController.php index ed507984..14f299bf 100644 --- a/src/Parthenon/User/Controller/UserController.php +++ b/src/Parthenon/User/Controller/UserController.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/InviteHandler.php b/src/Parthenon/User/Creator/InviteHandler.php index fcfe4f15..a1a29586 100644 --- a/src/Parthenon/User/Creator/InviteHandler.php +++ b/src/Parthenon/User/Creator/InviteHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/InviteHandlerInterface.php b/src/Parthenon/User/Creator/InviteHandlerInterface.php index a3d4f98c..adc3406f 100644 --- a/src/Parthenon/User/Creator/InviteHandlerInterface.php +++ b/src/Parthenon/User/Creator/InviteHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/MainInviteHandler.php b/src/Parthenon/User/Creator/MainInviteHandler.php index 92ecaf2e..b379d919 100644 --- a/src/Parthenon/User/Creator/MainInviteHandler.php +++ b/src/Parthenon/User/Creator/MainInviteHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/MainInviteHandlerInterface.php b/src/Parthenon/User/Creator/MainInviteHandlerInterface.php index 5211e0fe..06adae5d 100644 --- a/src/Parthenon/User/Creator/MainInviteHandlerInterface.php +++ b/src/Parthenon/User/Creator/MainInviteHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/TeamInviteHandler.php b/src/Parthenon/User/Creator/TeamInviteHandler.php index 385a8feb..84dee013 100644 --- a/src/Parthenon/User/Creator/TeamInviteHandler.php +++ b/src/Parthenon/User/Creator/TeamInviteHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/UserCreator.php b/src/Parthenon/User/Creator/UserCreator.php index 16505fd5..d060faa6 100644 --- a/src/Parthenon/User/Creator/UserCreator.php +++ b/src/Parthenon/User/Creator/UserCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Creator/UserCreatorInterface.php b/src/Parthenon/User/Creator/UserCreatorInterface.php index 79fb7346..3b5dcae7 100644 --- a/src/Parthenon/User/Creator/UserCreatorInterface.php +++ b/src/Parthenon/User/Creator/UserCreatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Dbal/Types/UtcDateTimeType.php b/src/Parthenon/User/Dbal/Types/UtcDateTimeType.php index e6a540e4..21f55e93 100644 --- a/src/Parthenon/User/Dbal/Types/UtcDateTimeType.php +++ b/src/Parthenon/User/Dbal/Types/UtcDateTimeType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Dbal/Types/UtcDateTimeTzType.php b/src/Parthenon/User/Dbal/Types/UtcDateTimeTzType.php index 6ab6fd93..1155b56e 100644 --- a/src/Parthenon/User/Dbal/Types/UtcDateTimeTzType.php +++ b/src/Parthenon/User/Dbal/Types/UtcDateTimeTzType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/ForgotPasswordCode.php b/src/Parthenon/User/Entity/ForgotPasswordCode.php index 91e1166d..618fa798 100644 --- a/src/Parthenon/User/Entity/ForgotPasswordCode.php +++ b/src/Parthenon/User/Entity/ForgotPasswordCode.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/InviteCode.php b/src/Parthenon/User/Entity/InviteCode.php index 72cc5ec8..c8e0ca8c 100644 --- a/src/Parthenon/User/Entity/InviteCode.php +++ b/src/Parthenon/User/Entity/InviteCode.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/MemberInterface.php b/src/Parthenon/User/Entity/MemberInterface.php index 6f6202b7..b613beb1 100644 --- a/src/Parthenon/User/Entity/MemberInterface.php +++ b/src/Parthenon/User/Entity/MemberInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/Team.php b/src/Parthenon/User/Entity/Team.php index 81706be7..8db5c18d 100644 --- a/src/Parthenon/User/Entity/Team.php +++ b/src/Parthenon/User/Entity/Team.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/TeamInterface.php b/src/Parthenon/User/Entity/TeamInterface.php index 75f65ae9..272749de 100644 --- a/src/Parthenon/User/Entity/TeamInterface.php +++ b/src/Parthenon/User/Entity/TeamInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/TeamInviteCode.php b/src/Parthenon/User/Entity/TeamInviteCode.php index a074af63..e57064f8 100644 --- a/src/Parthenon/User/Entity/TeamInviteCode.php +++ b/src/Parthenon/User/Entity/TeamInviteCode.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/TeamOwnedInterface.php b/src/Parthenon/User/Entity/TeamOwnedInterface.php index 2f5e4fbb..945a4f7a 100644 --- a/src/Parthenon/User/Entity/TeamOwnedInterface.php +++ b/src/Parthenon/User/Entity/TeamOwnedInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/TimezoneAwareInterface.php b/src/Parthenon/User/Entity/TimezoneAwareInterface.php index bda758ff..00440a77 100644 --- a/src/Parthenon/User/Entity/TimezoneAwareInterface.php +++ b/src/Parthenon/User/Entity/TimezoneAwareInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/User.php b/src/Parthenon/User/Entity/User.php index 159ceea7..887053ce 100644 --- a/src/Parthenon/User/Entity/User.php +++ b/src/Parthenon/User/Entity/User.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Entity/UserInterface.php b/src/Parthenon/User/Entity/UserInterface.php index c5c3a0d1..fe822ef3 100644 --- a/src/Parthenon/User/Entity/UserInterface.php +++ b/src/Parthenon/User/Entity/UserInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/InvitedUserSignedUpEvent.php b/src/Parthenon/User/Event/InvitedUserSignedUpEvent.php index 3751d51b..a662b462 100644 --- a/src/Parthenon/User/Event/InvitedUserSignedUpEvent.php +++ b/src/Parthenon/User/Event/InvitedUserSignedUpEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostInviteEvent.php b/src/Parthenon/User/Event/PostInviteEvent.php index 0b2c90bd..efa79ac4 100644 --- a/src/Parthenon/User/Event/PostInviteEvent.php +++ b/src/Parthenon/User/Event/PostInviteEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostPasswordChangeEvent.php b/src/Parthenon/User/Event/PostPasswordChangeEvent.php index 64a189ac..15988c0e 100644 --- a/src/Parthenon/User/Event/PostPasswordChangeEvent.php +++ b/src/Parthenon/User/Event/PostPasswordChangeEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostPasswordResetConfirmEvent.php b/src/Parthenon/User/Event/PostPasswordResetConfirmEvent.php index 34bd937e..85c91af8 100644 --- a/src/Parthenon/User/Event/PostPasswordResetConfirmEvent.php +++ b/src/Parthenon/User/Event/PostPasswordResetConfirmEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostPasswordResetEvent.php b/src/Parthenon/User/Event/PostPasswordResetEvent.php index 04f67cff..92195224 100644 --- a/src/Parthenon/User/Event/PostPasswordResetEvent.php +++ b/src/Parthenon/User/Event/PostPasswordResetEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostSettingsEvent.php b/src/Parthenon/User/Event/PostSettingsEvent.php index ccf7d94f..939dfbc4 100644 --- a/src/Parthenon/User/Event/PostSettingsEvent.php +++ b/src/Parthenon/User/Event/PostSettingsEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostTeamInviteEvent.php b/src/Parthenon/User/Event/PostTeamInviteEvent.php index 68f510f4..5b1fce2b 100644 --- a/src/Parthenon/User/Event/PostTeamInviteEvent.php +++ b/src/Parthenon/User/Event/PostTeamInviteEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostUserConfirmEvent.php b/src/Parthenon/User/Event/PostUserConfirmEvent.php index a37b2482..bca7dc7c 100644 --- a/src/Parthenon/User/Event/PostUserConfirmEvent.php +++ b/src/Parthenon/User/Event/PostUserConfirmEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PostUserSignupEvent.php b/src/Parthenon/User/Event/PostUserSignupEvent.php index 28c77ac6..1c918fb4 100644 --- a/src/Parthenon/User/Event/PostUserSignupEvent.php +++ b/src/Parthenon/User/Event/PostUserSignupEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PreInviteEvent.php b/src/Parthenon/User/Event/PreInviteEvent.php index 05d0bfde..4029774e 100644 --- a/src/Parthenon/User/Event/PreInviteEvent.php +++ b/src/Parthenon/User/Event/PreInviteEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PrePasswordChangeEvent.php b/src/Parthenon/User/Event/PrePasswordChangeEvent.php index 0d15cd2e..7a487272 100644 --- a/src/Parthenon/User/Event/PrePasswordChangeEvent.php +++ b/src/Parthenon/User/Event/PrePasswordChangeEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PrePasswordResetConfirmEvent.php b/src/Parthenon/User/Event/PrePasswordResetConfirmEvent.php index d1d22bfc..8aa2cbd4 100644 --- a/src/Parthenon/User/Event/PrePasswordResetConfirmEvent.php +++ b/src/Parthenon/User/Event/PrePasswordResetConfirmEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PrePasswordResetEvent.php b/src/Parthenon/User/Event/PrePasswordResetEvent.php index a3b54809..f1c5e37b 100644 --- a/src/Parthenon/User/Event/PrePasswordResetEvent.php +++ b/src/Parthenon/User/Event/PrePasswordResetEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PreSettingsEvent.php b/src/Parthenon/User/Event/PreSettingsEvent.php index a683c8a7..11b51fa3 100644 --- a/src/Parthenon/User/Event/PreSettingsEvent.php +++ b/src/Parthenon/User/Event/PreSettingsEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PreTeamInviteEvent.php b/src/Parthenon/User/Event/PreTeamInviteEvent.php index ba132d94..fd537580 100644 --- a/src/Parthenon/User/Event/PreTeamInviteEvent.php +++ b/src/Parthenon/User/Event/PreTeamInviteEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PreUserConfirmEvent.php b/src/Parthenon/User/Event/PreUserConfirmEvent.php index e9ebaa92..f01e1a9f 100644 --- a/src/Parthenon/User/Event/PreUserConfirmEvent.php +++ b/src/Parthenon/User/Event/PreUserConfirmEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/PreUserSignupEvent.php b/src/Parthenon/User/Event/PreUserSignupEvent.php index 25a6c570..2867782a 100644 --- a/src/Parthenon/User/Event/PreUserSignupEvent.php +++ b/src/Parthenon/User/Event/PreUserSignupEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Event/TeamInvitedUserSignedUpEvent.php b/src/Parthenon/User/Event/TeamInvitedUserSignedUpEvent.php index 377f6fa8..7e3ade6f 100644 --- a/src/Parthenon/User/Event/TeamInvitedUserSignedUpEvent.php +++ b/src/Parthenon/User/Event/TeamInvitedUserSignedUpEvent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Exception/CurrentUserNotATeamMemberException.php b/src/Parthenon/User/Exception/CurrentUserNotATeamMemberException.php index 008d9398..0ec4691e 100644 --- a/src/Parthenon/User/Exception/CurrentUserNotATeamMemberException.php +++ b/src/Parthenon/User/Exception/CurrentUserNotATeamMemberException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Exception/Gdpr/NoFormatterFoundException.php b/src/Parthenon/User/Exception/Gdpr/NoFormatterFoundException.php index 2afba441..6f01667d 100644 --- a/src/Parthenon/User/Exception/Gdpr/NoFormatterFoundException.php +++ b/src/Parthenon/User/Exception/Gdpr/NoFormatterFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Exception/PasswordResetInvalidException.php b/src/Parthenon/User/Exception/PasswordResetInvalidException.php index 09880575..63dad426 100644 --- a/src/Parthenon/User/Exception/PasswordResetInvalidException.php +++ b/src/Parthenon/User/Exception/PasswordResetInvalidException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Factory/EntityFactory.php b/src/Parthenon/User/Factory/EntityFactory.php index bc96775d..f59453fc 100644 --- a/src/Parthenon/User/Factory/EntityFactory.php +++ b/src/Parthenon/User/Factory/EntityFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Form/Type/ChangePasswordType.php b/src/Parthenon/User/Form/Type/ChangePasswordType.php index 8ee94a83..26ce9a46 100644 --- a/src/Parthenon/User/Form/Type/ChangePasswordType.php +++ b/src/Parthenon/User/Form/Type/ChangePasswordType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Form/Type/PasswordResetType.php b/src/Parthenon/User/Form/Type/PasswordResetType.php index 639efca1..5e41ac8c 100644 --- a/src/Parthenon/User/Form/Type/PasswordResetType.php +++ b/src/Parthenon/User/Form/Type/PasswordResetType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Form/Type/SettingsType.php b/src/Parthenon/User/Form/Type/SettingsType.php index e374fef5..c30e926d 100644 --- a/src/Parthenon/User/Form/Type/SettingsType.php +++ b/src/Parthenon/User/Form/Type/SettingsType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Form/Type/UserInviteType.php b/src/Parthenon/User/Form/Type/UserInviteType.php index 4a3499d6..7d0f59d9 100644 --- a/src/Parthenon/User/Form/Type/UserInviteType.php +++ b/src/Parthenon/User/Form/Type/UserInviteType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Form/Type/UserSignUpType.php b/src/Parthenon/User/Form/Type/UserSignUpType.php index 3f7a3ca7..4d97960a 100644 --- a/src/Parthenon/User/Form/Type/UserSignUpType.php +++ b/src/Parthenon/User/Form/Type/UserSignUpType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Formatter/UserFormatter.php b/src/Parthenon/User/Formatter/UserFormatter.php index 1e4b423c..5fb547ab 100644 --- a/src/Parthenon/User/Formatter/UserFormatter.php +++ b/src/Parthenon/User/Formatter/UserFormatter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Formatter/UserFormatterInterface.php b/src/Parthenon/User/Formatter/UserFormatterInterface.php index 57180bf4..2ae8e24f 100644 --- a/src/Parthenon/User/Formatter/UserFormatterInterface.php +++ b/src/Parthenon/User/Formatter/UserFormatterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/Decider.php b/src/Parthenon/User/Gdpr/Deletion/Decider.php index 9735dc49..ade6c308 100644 --- a/src/Parthenon/User/Gdpr/Deletion/Decider.php +++ b/src/Parthenon/User/Gdpr/Deletion/Decider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/Deleter.php b/src/Parthenon/User/Gdpr/Deletion/Deleter.php index 2970009a..e52858a7 100644 --- a/src/Parthenon/User/Gdpr/Deletion/Deleter.php +++ b/src/Parthenon/User/Gdpr/Deletion/Deleter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/DeleterInterface.php b/src/Parthenon/User/Gdpr/Deletion/DeleterInterface.php index 436c8304..ee277ff0 100644 --- a/src/Parthenon/User/Gdpr/Deletion/DeleterInterface.php +++ b/src/Parthenon/User/Gdpr/Deletion/DeleterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/DeletionExecutor.php b/src/Parthenon/User/Gdpr/Deletion/DeletionExecutor.php index 8179ec76..fe78b7ba 100644 --- a/src/Parthenon/User/Gdpr/Deletion/DeletionExecutor.php +++ b/src/Parthenon/User/Gdpr/Deletion/DeletionExecutor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/DeletionExecutorInterface.php b/src/Parthenon/User/Gdpr/Deletion/DeletionExecutorInterface.php index 023fb2d7..18f5e067 100644 --- a/src/Parthenon/User/Gdpr/Deletion/DeletionExecutorInterface.php +++ b/src/Parthenon/User/Gdpr/Deletion/DeletionExecutorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Deletion/VoterInterface.php b/src/Parthenon/User/Gdpr/Deletion/VoterInterface.php index 2d98cc77..a0c339cd 100644 --- a/src/Parthenon/User/Gdpr/Deletion/VoterInterface.php +++ b/src/Parthenon/User/Gdpr/Deletion/VoterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/DefaultUserExporter.php b/src/Parthenon/User/Gdpr/Export/DefaultUserExporter.php index fa976f88..99da4a81 100644 --- a/src/Parthenon/User/Gdpr/Export/DefaultUserExporter.php +++ b/src/Parthenon/User/Gdpr/Export/DefaultUserExporter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/ExportExecutorInterface.php b/src/Parthenon/User/Gdpr/Export/ExportExecutorInterface.php index 15ad619c..f85d4bab 100644 --- a/src/Parthenon/User/Gdpr/Export/ExportExecutorInterface.php +++ b/src/Parthenon/User/Gdpr/Export/ExportExecutorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/ExportManagerInterface.php b/src/Parthenon/User/Gdpr/Export/ExportManagerInterface.php index 143c24ac..998de6cb 100644 --- a/src/Parthenon/User/Gdpr/Export/ExportManagerInterface.php +++ b/src/Parthenon/User/Gdpr/Export/ExportManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/ExporterExecutor.php b/src/Parthenon/User/Gdpr/Export/ExporterExecutor.php index ffe01a06..cf2c6a7a 100644 --- a/src/Parthenon/User/Gdpr/Export/ExporterExecutor.php +++ b/src/Parthenon/User/Gdpr/Export/ExporterExecutor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/ExporterInterface.php b/src/Parthenon/User/Gdpr/Export/ExporterInterface.php index 2ddc18d9..b30ef9ab 100644 --- a/src/Parthenon/User/Gdpr/Export/ExporterInterface.php +++ b/src/Parthenon/User/Gdpr/Export/ExporterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/ExporterManager.php b/src/Parthenon/User/Gdpr/Export/ExporterManager.php index 3fd87417..19568531 100644 --- a/src/Parthenon/User/Gdpr/Export/ExporterManager.php +++ b/src/Parthenon/User/Gdpr/Export/ExporterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/FormatterInterface.php b/src/Parthenon/User/Gdpr/Export/FormatterInterface.php index 17608471..4e3da70e 100644 --- a/src/Parthenon/User/Gdpr/Export/FormatterInterface.php +++ b/src/Parthenon/User/Gdpr/Export/FormatterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/FormatterManager.php b/src/Parthenon/User/Gdpr/Export/FormatterManager.php index 6c58bc8c..ae770847 100644 --- a/src/Parthenon/User/Gdpr/Export/FormatterManager.php +++ b/src/Parthenon/User/Gdpr/Export/FormatterManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/FormatterManagerInterface.php b/src/Parthenon/User/Gdpr/Export/FormatterManagerInterface.php index 98c0fccc..cbe02420 100644 --- a/src/Parthenon/User/Gdpr/Export/FormatterManagerInterface.php +++ b/src/Parthenon/User/Gdpr/Export/FormatterManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Gdpr/Export/JsonFormatter.php b/src/Parthenon/User/Gdpr/Export/JsonFormatter.php index 84575817..2d7c9ed0 100644 --- a/src/Parthenon/User/Gdpr/Export/JsonFormatter.php +++ b/src/Parthenon/User/Gdpr/Export/JsonFormatter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Listener/TimezoneListener.php b/src/Parthenon/User/Listener/TimezoneListener.php index cb7eea52..ff9c2f7d 100644 --- a/src/Parthenon/User/Listener/TimezoneListener.php +++ b/src/Parthenon/User/Listener/TimezoneListener.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Logging/Monolog/PasswordFilterProcessor.php b/src/Parthenon/User/Logging/Monolog/PasswordFilterProcessor.php index 4f9d6f3a..b8b3b617 100644 --- a/src/Parthenon/User/Logging/Monolog/PasswordFilterProcessor.php +++ b/src/Parthenon/User/Logging/Monolog/PasswordFilterProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Logging/Monolog/UserProcessor.php b/src/Parthenon/User/Logging/Monolog/UserProcessor.php index 2f3aa3fb..fb889b35 100644 --- a/src/Parthenon/User/Logging/Monolog/UserProcessor.php +++ b/src/Parthenon/User/Logging/Monolog/UserProcessor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/MultiTenancy/TenantCreator.php b/src/Parthenon/User/MultiTenancy/TenantCreator.php index 01496b62..32f8c66c 100644 --- a/src/Parthenon/User/MultiTenancy/TenantCreator.php +++ b/src/Parthenon/User/MultiTenancy/TenantCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Notification/MessageFactory.php b/src/Parthenon/User/Notification/MessageFactory.php index f2f4a11e..f2736484 100644 --- a/src/Parthenon/User/Notification/MessageFactory.php +++ b/src/Parthenon/User/Notification/MessageFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Notification/UserEmail.php b/src/Parthenon/User/Notification/UserEmail.php index d1b99c9e..0ab2e389 100644 --- a/src/Parthenon/User/Notification/UserEmail.php +++ b/src/Parthenon/User/Notification/UserEmail.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Notification/UserTemplateEmail.php b/src/Parthenon/User/Notification/UserTemplateEmail.php index d5eb680d..670d93c9 100644 --- a/src/Parthenon/User/Notification/UserTemplateEmail.php +++ b/src/Parthenon/User/Notification/UserTemplateEmail.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/ActiveMembersRepositoryInterface.php b/src/Parthenon/User/Repository/ActiveMembersRepositoryInterface.php index 3347aff2..fce1af87 100644 --- a/src/Parthenon/User/Repository/ActiveMembersRepositoryInterface.php +++ b/src/Parthenon/User/Repository/ActiveMembersRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/DummyTeamRepository.php b/src/Parthenon/User/Repository/DummyTeamRepository.php index d8651a3c..bd4e47b7 100644 --- a/src/Parthenon/User/Repository/DummyTeamRepository.php +++ b/src/Parthenon/User/Repository/DummyTeamRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/ForgotPasswordCodeOdmRepository.php b/src/Parthenon/User/Repository/ForgotPasswordCodeOdmRepository.php index b4f07e84..21e07a06 100644 --- a/src/Parthenon/User/Repository/ForgotPasswordCodeOdmRepository.php +++ b/src/Parthenon/User/Repository/ForgotPasswordCodeOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/ForgotPasswordCodeRepository.php b/src/Parthenon/User/Repository/ForgotPasswordCodeRepository.php index 580e6bf7..5c2793cd 100644 --- a/src/Parthenon/User/Repository/ForgotPasswordCodeRepository.php +++ b/src/Parthenon/User/Repository/ForgotPasswordCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/ForgotPasswordCodeRepositoryInterface.php b/src/Parthenon/User/Repository/ForgotPasswordCodeRepositoryInterface.php index 4eceba92..ab618513 100644 --- a/src/Parthenon/User/Repository/ForgotPasswordCodeRepositoryInterface.php +++ b/src/Parthenon/User/Repository/ForgotPasswordCodeRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/InviteCodeOdmRepository.php b/src/Parthenon/User/Repository/InviteCodeOdmRepository.php index b7432466..e2035b3b 100644 --- a/src/Parthenon/User/Repository/InviteCodeOdmRepository.php +++ b/src/Parthenon/User/Repository/InviteCodeOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/InviteCodeRepository.php b/src/Parthenon/User/Repository/InviteCodeRepository.php index 85936b06..e6e7c8fc 100644 --- a/src/Parthenon/User/Repository/InviteCodeRepository.php +++ b/src/Parthenon/User/Repository/InviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/InviteCodeRepositoryInterface.php b/src/Parthenon/User/Repository/InviteCodeRepositoryInterface.php index 4a1eb996..a59a7d85 100644 --- a/src/Parthenon/User/Repository/InviteCodeRepositoryInterface.php +++ b/src/Parthenon/User/Repository/InviteCodeRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Odm/ForgotPasswordCodeRepository.php b/src/Parthenon/User/Repository/Odm/ForgotPasswordCodeRepository.php index b9ff770a..ea94a198 100644 --- a/src/Parthenon/User/Repository/Odm/ForgotPasswordCodeRepository.php +++ b/src/Parthenon/User/Repository/Odm/ForgotPasswordCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Odm/InviteCodeRepository.php b/src/Parthenon/User/Repository/Odm/InviteCodeRepository.php index 1f0362fd..30f61e53 100644 --- a/src/Parthenon/User/Repository/Odm/InviteCodeRepository.php +++ b/src/Parthenon/User/Repository/Odm/InviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Odm/TeamInviteCodeRepository.php b/src/Parthenon/User/Repository/Odm/TeamInviteCodeRepository.php index 660a84a8..9eace7e5 100644 --- a/src/Parthenon/User/Repository/Odm/TeamInviteCodeRepository.php +++ b/src/Parthenon/User/Repository/Odm/TeamInviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Odm/TeamRepository.php b/src/Parthenon/User/Repository/Odm/TeamRepository.php index 08062e55..7a5056e6 100644 --- a/src/Parthenon/User/Repository/Odm/TeamRepository.php +++ b/src/Parthenon/User/Repository/Odm/TeamRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Odm/UserRepository.php b/src/Parthenon/User/Repository/Odm/UserRepository.php index 079c9d1f..fbdcb6c1 100644 --- a/src/Parthenon/User/Repository/Odm/UserRepository.php +++ b/src/Parthenon/User/Repository/Odm/UserRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Orm/ForgotPasswordCodeRepository.php b/src/Parthenon/User/Repository/Orm/ForgotPasswordCodeRepository.php index ab07c36b..a2c8d25c 100644 --- a/src/Parthenon/User/Repository/Orm/ForgotPasswordCodeRepository.php +++ b/src/Parthenon/User/Repository/Orm/ForgotPasswordCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Orm/InviteCodeRepository.php b/src/Parthenon/User/Repository/Orm/InviteCodeRepository.php index 78047451..aa6c154f 100644 --- a/src/Parthenon/User/Repository/Orm/InviteCodeRepository.php +++ b/src/Parthenon/User/Repository/Orm/InviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Orm/TeamInviteCodeRepository.php b/src/Parthenon/User/Repository/Orm/TeamInviteCodeRepository.php index 372c4baf..47688f98 100644 --- a/src/Parthenon/User/Repository/Orm/TeamInviteCodeRepository.php +++ b/src/Parthenon/User/Repository/Orm/TeamInviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Orm/TeamRepository.php b/src/Parthenon/User/Repository/Orm/TeamRepository.php index 094b8c46..0f2e9d28 100644 --- a/src/Parthenon/User/Repository/Orm/TeamRepository.php +++ b/src/Parthenon/User/Repository/Orm/TeamRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/Orm/UserRepository.php b/src/Parthenon/User/Repository/Orm/UserRepository.php index f5776f4d..12eed2a7 100644 --- a/src/Parthenon/User/Repository/Orm/UserRepository.php +++ b/src/Parthenon/User/Repository/Orm/UserRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamInviteCodeOdmRepository.php b/src/Parthenon/User/Repository/TeamInviteCodeOdmRepository.php index 89971276..246a7a4b 100644 --- a/src/Parthenon/User/Repository/TeamInviteCodeOdmRepository.php +++ b/src/Parthenon/User/Repository/TeamInviteCodeOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamInviteCodeRepository.php b/src/Parthenon/User/Repository/TeamInviteCodeRepository.php index e4b7a4a8..78306c5a 100644 --- a/src/Parthenon/User/Repository/TeamInviteCodeRepository.php +++ b/src/Parthenon/User/Repository/TeamInviteCodeRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamInviteCodeRepositoryInterface.php b/src/Parthenon/User/Repository/TeamInviteCodeRepositoryInterface.php index 906eb776..41dafa22 100644 --- a/src/Parthenon/User/Repository/TeamInviteCodeRepositoryInterface.php +++ b/src/Parthenon/User/Repository/TeamInviteCodeRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamOdmRepository.php b/src/Parthenon/User/Repository/TeamOdmRepository.php index 1f2edc1c..90879d16 100644 --- a/src/Parthenon/User/Repository/TeamOdmRepository.php +++ b/src/Parthenon/User/Repository/TeamOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamRepository.php b/src/Parthenon/User/Repository/TeamRepository.php index a96cea1e..553d07e6 100644 --- a/src/Parthenon/User/Repository/TeamRepository.php +++ b/src/Parthenon/User/Repository/TeamRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/TeamRepositoryInterface.php b/src/Parthenon/User/Repository/TeamRepositoryInterface.php index aaba3278..bcf3cddb 100644 --- a/src/Parthenon/User/Repository/TeamRepositoryInterface.php +++ b/src/Parthenon/User/Repository/TeamRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/UserOdmRepository.php b/src/Parthenon/User/Repository/UserOdmRepository.php index 493f393e..607360a5 100644 --- a/src/Parthenon/User/Repository/UserOdmRepository.php +++ b/src/Parthenon/User/Repository/UserOdmRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/UserRepository.php b/src/Parthenon/User/Repository/UserRepository.php index 97ef5fef..a4960270 100644 --- a/src/Parthenon/User/Repository/UserRepository.php +++ b/src/Parthenon/User/Repository/UserRepository.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Repository/UserRepositoryInterface.php b/src/Parthenon/User/Repository/UserRepositoryInterface.php index 78a455a7..39f50a2b 100644 --- a/src/Parthenon/User/Repository/UserRepositoryInterface.php +++ b/src/Parthenon/User/Repository/UserRepositoryInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/ChangePassword.php b/src/Parthenon/User/RequestProcessor/ChangePassword.php index 0118777d..9a3bab49 100644 --- a/src/Parthenon/User/RequestProcessor/ChangePassword.php +++ b/src/Parthenon/User/RequestProcessor/ChangePassword.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/ConfirmEmail.php b/src/Parthenon/User/RequestProcessor/ConfirmEmail.php index 4f740fef..b1dbd2f8 100644 --- a/src/Parthenon/User/RequestProcessor/ConfirmEmail.php +++ b/src/Parthenon/User/RequestProcessor/ConfirmEmail.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/InviteUser.php b/src/Parthenon/User/RequestProcessor/InviteUser.php index f046c442..4e532864 100644 --- a/src/Parthenon/User/RequestProcessor/InviteUser.php +++ b/src/Parthenon/User/RequestProcessor/InviteUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/PasswordReset.php b/src/Parthenon/User/RequestProcessor/PasswordReset.php index 4c1dcc58..55f1c581 100644 --- a/src/Parthenon/User/RequestProcessor/PasswordReset.php +++ b/src/Parthenon/User/RequestProcessor/PasswordReset.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/PasswordResetConfirm.php b/src/Parthenon/User/RequestProcessor/PasswordResetConfirm.php index 2ec6a1c1..e5a39c36 100644 --- a/src/Parthenon/User/RequestProcessor/PasswordResetConfirm.php +++ b/src/Parthenon/User/RequestProcessor/PasswordResetConfirm.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/Settings.php b/src/Parthenon/User/RequestProcessor/Settings.php index 6404aa12..0425b7a1 100644 --- a/src/Parthenon/User/RequestProcessor/Settings.php +++ b/src/Parthenon/User/RequestProcessor/Settings.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/TeamInvite.php b/src/Parthenon/User/RequestProcessor/TeamInvite.php index 5c18fd84..3ac4bb08 100644 --- a/src/Parthenon/User/RequestProcessor/TeamInvite.php +++ b/src/Parthenon/User/RequestProcessor/TeamInvite.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/RequestProcessor/UserSignup.php b/src/Parthenon/User/RequestProcessor/UserSignup.php index 8bf8d804..0e7d7a86 100644 --- a/src/Parthenon/User/RequestProcessor/UserSignup.php +++ b/src/Parthenon/User/RequestProcessor/UserSignup.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/JsonEntryPoint.php b/src/Parthenon/User/Security/JsonEntryPoint.php index c01951f3..7a167a97 100644 --- a/src/Parthenon/User/Security/JsonEntryPoint.php +++ b/src/Parthenon/User/Security/JsonEntryPoint.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/LogUserIn.php b/src/Parthenon/User/Security/LogUserIn.php index db73ff48..6509cde5 100644 --- a/src/Parthenon/User/Security/LogUserIn.php +++ b/src/Parthenon/User/Security/LogUserIn.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/LogUserInInterface.php b/src/Parthenon/User/Security/LogUserInInterface.php index be9b3ca7..c2b0d72d 100644 --- a/src/Parthenon/User/Security/LogUserInInterface.php +++ b/src/Parthenon/User/Security/LogUserInInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/UserChecker/ConfirmedUserChecker.php b/src/Parthenon/User/Security/UserChecker/ConfirmedUserChecker.php index 1f680510..a6988263 100644 --- a/src/Parthenon/User/Security/UserChecker/ConfirmedUserChecker.php +++ b/src/Parthenon/User/Security/UserChecker/ConfirmedUserChecker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/UserChecker/UserCheckerObserver.php b/src/Parthenon/User/Security/UserChecker/UserCheckerObserver.php index 42e1baf1..274a4693 100644 --- a/src/Parthenon/User/Security/UserChecker/UserCheckerObserver.php +++ b/src/Parthenon/User/Security/UserChecker/UserCheckerObserver.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/UserProvider.php b/src/Parthenon/User/Security/UserProvider.php index 8b04f750..90e47657 100644 --- a/src/Parthenon/User/Security/UserProvider.php +++ b/src/Parthenon/User/Security/UserProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Security/Voter/TeamVoter.php b/src/Parthenon/User/Security/Voter/TeamVoter.php index 103b3443..692d107f 100644 --- a/src/Parthenon/User/Security/Voter/TeamVoter.php +++ b/src/Parthenon/User/Security/Voter/TeamVoter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Team/CurrentTeamProvider.php b/src/Parthenon/User/Team/CurrentTeamProvider.php index 21e85b93..c9d56c79 100644 --- a/src/Parthenon/User/Team/CurrentTeamProvider.php +++ b/src/Parthenon/User/Team/CurrentTeamProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Team/CurrentTeamProviderInterface.php b/src/Parthenon/User/Team/CurrentTeamProviderInterface.php index 9b0c08a7..889219ce 100644 --- a/src/Parthenon/User/Team/CurrentTeamProviderInterface.php +++ b/src/Parthenon/User/Team/CurrentTeamProviderInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Team/TeamCreator.php b/src/Parthenon/User/Team/TeamCreator.php index a4e543d4..f6b2feb0 100644 --- a/src/Parthenon/User/Team/TeamCreator.php +++ b/src/Parthenon/User/Team/TeamCreator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Team/TeamCreatorInterface.php b/src/Parthenon/User/Team/TeamCreatorInterface.php index 6effda93..8bdb7702 100644 --- a/src/Parthenon/User/Team/TeamCreatorInterface.php +++ b/src/Parthenon/User/Team/TeamCreatorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Validator/UniqueUser.php b/src/Parthenon/User/Validator/UniqueUser.php index 966a4372..44759774 100644 --- a/src/Parthenon/User/Validator/UniqueUser.php +++ b/src/Parthenon/User/Validator/UniqueUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/src/Parthenon/User/Validator/UniqueUserValidator.php b/src/Parthenon/User/Validator/UniqueUserValidator.php index c881e64b..a1b57aa4 100644 --- a/src/Parthenon/User/Validator/UniqueUserValidator.php +++ b/src/Parthenon/User/Validator/UniqueUserValidator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/DemoContext.php b/tests/Behat/DemoContext.php index 128a1df7..45d405f4 100644 --- a/tests/Behat/DemoContext.php +++ b/tests/Behat/DemoContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/AbTesting/MainContext.php b/tests/Behat/Qa/AbTesting/MainContext.php index 0b6508de..bd369ac1 100644 --- a/tests/Behat/Qa/AbTesting/MainContext.php +++ b/tests/Behat/Qa/AbTesting/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Athena/MainContext.php b/tests/Behat/Qa/Athena/MainContext.php index bc74fd04..11e5b9dd 100644 --- a/tests/Behat/Qa/Athena/MainContext.php +++ b/tests/Behat/Qa/Athena/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Billing/MainContext.php b/tests/Behat/Qa/Billing/MainContext.php index 716cf6eb..8459fb49 100644 --- a/tests/Behat/Qa/Billing/MainContext.php +++ b/tests/Behat/Qa/Billing/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Billing/PaymentsContext.php b/tests/Behat/Qa/Billing/PaymentsContext.php index 659ed0e9..3f0ec6d9 100644 --- a/tests/Behat/Qa/Billing/PaymentsContext.php +++ b/tests/Behat/Qa/Billing/PaymentsContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Common/Elasticsearch/ClientContext.php b/tests/Behat/Qa/Common/Elasticsearch/ClientContext.php index 34256d02..acfdeffa 100644 --- a/tests/Behat/Qa/Common/Elasticsearch/ClientContext.php +++ b/tests/Behat/Qa/Common/Elasticsearch/ClientContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Invoice/MainContext.php b/tests/Behat/Qa/Invoice/MainContext.php index 446e68ea..13509eaf 100644 --- a/tests/Behat/Qa/Invoice/MainContext.php +++ b/tests/Behat/Qa/Invoice/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/MultiTenancy/MainContext.php b/tests/Behat/Qa/MultiTenancy/MainContext.php index 2088ab05..dcdb7d5e 100644 --- a/tests/Behat/Qa/MultiTenancy/MainContext.php +++ b/tests/Behat/Qa/MultiTenancy/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Subscriptions/AthenaContext.php b/tests/Behat/Qa/Subscriptions/AthenaContext.php index f0a419bf..3e145368 100644 --- a/tests/Behat/Qa/Subscriptions/AthenaContext.php +++ b/tests/Behat/Qa/Subscriptions/AthenaContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/Subscriptions/MainContext.php b/tests/Behat/Qa/Subscriptions/MainContext.php index 092d7f68..4a81703b 100644 --- a/tests/Behat/Qa/Subscriptions/MainContext.php +++ b/tests/Behat/Qa/Subscriptions/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/User/AthenaContext.php b/tests/Behat/Qa/User/AthenaContext.php index 77c6d5b6..c2667dca 100644 --- a/tests/Behat/Qa/User/AthenaContext.php +++ b/tests/Behat/Qa/User/AthenaContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Qa/User/MainContext.php b/tests/Behat/Qa/User/MainContext.php index 25496922..656164e1 100644 --- a/tests/Behat/Qa/User/MainContext.php +++ b/tests/Behat/Qa/User/MainContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/GeneralContext.php b/tests/Behat/Skeleton/GeneralContext.php index 8b4e28ba..5154b7d6 100644 --- a/tests/Behat/Skeleton/GeneralContext.php +++ b/tests/Behat/Skeleton/GeneralContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/PlanContext.php b/tests/Behat/Skeleton/PlanContext.php index 7977f909..166fe755 100644 --- a/tests/Behat/Skeleton/PlanContext.php +++ b/tests/Behat/Skeleton/PlanContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/SendRequestTrait.php b/tests/Behat/Skeleton/SendRequestTrait.php index 4cf15b74..5a6a3303 100644 --- a/tests/Behat/Skeleton/SendRequestTrait.php +++ b/tests/Behat/Skeleton/SendRequestTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/TeamContext.php b/tests/Behat/Skeleton/TeamContext.php index e7d15a87..0660088c 100644 --- a/tests/Behat/Skeleton/TeamContext.php +++ b/tests/Behat/Skeleton/TeamContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/TeamTrait.php b/tests/Behat/Skeleton/TeamTrait.php index 82cca9ed..e287d6e9 100644 --- a/tests/Behat/Skeleton/TeamTrait.php +++ b/tests/Behat/Skeleton/TeamTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/UserContext.php b/tests/Behat/Skeleton/UserContext.php index 196b65da..f799bd69 100644 --- a/tests/Behat/Skeleton/UserContext.php +++ b/tests/Behat/Skeleton/UserContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Behat/Skeleton/UserTrait.php b/tests/Behat/Skeleton/UserTrait.php index 985696eb..1700dc3e 100644 --- a/tests/Behat/Skeleton/UserTrait.php +++ b/tests/Behat/Skeleton/UserTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Obol/FactoryTest.php b/tests/Obol/FactoryTest.php index 1b203d61..d242d741 100644 --- a/tests/Obol/FactoryTest.php +++ b/tests/Obol/FactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Obol/Provider/Adyen/FactoryTest.php b/tests/Obol/Provider/Adyen/FactoryTest.php index aac1ced5..fd7cd7f0 100644 --- a/tests/Obol/Provider/Adyen/FactoryTest.php +++ b/tests/Obol/Provider/Adyen/FactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Obol/Provider/Stripe/FactoryTest.php b/tests/Obol/Provider/Stripe/FactoryTest.php index cfe85590..d20d10fe 100644 --- a/tests/Obol/Provider/Stripe/FactoryTest.php +++ b/tests/Obol/Provider/Stripe/FactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Calculation/CalculateTest.php b/tests/Parthenon/AbTesting/Calculation/CalculateTest.php index 4d1cfaf6..fe8846dc 100644 --- a/tests/Parthenon/AbTesting/Calculation/CalculateTest.php +++ b/tests/Parthenon/AbTesting/Calculation/CalculateTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorTest.php b/tests/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorTest.php index 31f010bc..4bba44ce 100644 --- a/tests/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorTest.php +++ b/tests/Parthenon/AbTesting/Calculation/ExperimentStatsCalculatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGeneratorTest.php b/tests/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGeneratorTest.php index b3fc7355..f0248d44 100644 --- a/tests/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGeneratorTest.php +++ b/tests/Parthenon/AbTesting/Decider/ChoiceDecider/CacheGeneratorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoiceTest.php b/tests/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoiceTest.php index 9b6fc6e8..9d0069cb 100644 --- a/tests/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoiceTest.php +++ b/tests/Parthenon/AbTesting/Decider/ChoiceDecider/PredefinedChoiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManagerTest.php b/tests/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManagerTest.php index 9b3193d1..d5c673bc 100644 --- a/tests/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManagerTest.php +++ b/tests/Parthenon/AbTesting/Decider/EnabledDecider/DeciderManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDeciderTest.php b/tests/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDeciderTest.php index d46c90b6..4cc12e8f 100644 --- a/tests/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDeciderTest.php +++ b/tests/Parthenon/AbTesting/Decider/EnabledDecider/UserAgentDeciderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Events/SessionCreatorTest.php b/tests/Parthenon/AbTesting/Events/SessionCreatorTest.php index 4aa1338c..0f69e617 100644 --- a/tests/Parthenon/AbTesting/Events/SessionCreatorTest.php +++ b/tests/Parthenon/AbTesting/Events/SessionCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Events/UserResultLoggingTest.php b/tests/Parthenon/AbTesting/Events/UserResultLoggingTest.php index 11337228..71532a4f 100644 --- a/tests/Parthenon/AbTesting/Events/UserResultLoggingTest.php +++ b/tests/Parthenon/AbTesting/Events/UserResultLoggingTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Experiment/DeciderTest.php b/tests/Parthenon/AbTesting/Experiment/DeciderTest.php index c250d636..095f1a78 100644 --- a/tests/Parthenon/AbTesting/Experiment/DeciderTest.php +++ b/tests/Parthenon/AbTesting/Experiment/DeciderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Experiment/OptimizelyResultLoggerTest.php b/tests/Parthenon/AbTesting/Experiment/OptimizelyResultLoggerTest.php index 932cda82..e7ed49ab 100644 --- a/tests/Parthenon/AbTesting/Experiment/OptimizelyResultLoggerTest.php +++ b/tests/Parthenon/AbTesting/Experiment/OptimizelyResultLoggerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Experiment/OptimizelyTest.php b/tests/Parthenon/AbTesting/Experiment/OptimizelyTest.php index 1a0d6296..f6881d13 100644 --- a/tests/Parthenon/AbTesting/Experiment/OptimizelyTest.php +++ b/tests/Parthenon/AbTesting/Experiment/OptimizelyTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Experiment/ResultLoggerTest.php b/tests/Parthenon/AbTesting/Experiment/ResultLoggerTest.php index 48ff8905..1fe9f468 100644 --- a/tests/Parthenon/AbTesting/Experiment/ResultLoggerTest.php +++ b/tests/Parthenon/AbTesting/Experiment/ResultLoggerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Report/CleanUpSessionsTest.php b/tests/Parthenon/AbTesting/Report/CleanUpSessionsTest.php index 7a904386..2dba1f5b 100644 --- a/tests/Parthenon/AbTesting/Report/CleanUpSessionsTest.php +++ b/tests/Parthenon/AbTesting/Report/CleanUpSessionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Report/GeneratorTest.php b/tests/Parthenon/AbTesting/Report/GeneratorTest.php index 114f48ce..3eeb2c0c 100644 --- a/tests/Parthenon/AbTesting/Report/GeneratorTest.php +++ b/tests/Parthenon/AbTesting/Report/GeneratorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/AbTesting/Report/PdfGeneratorTest.php b/tests/Parthenon/AbTesting/Report/PdfGeneratorTest.php index ce105eb6..d77bf48c 100644 --- a/tests/Parthenon/AbTesting/Report/PdfGeneratorTest.php +++ b/tests/Parthenon/AbTesting/Report/PdfGeneratorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/DefaultAccessRightsTest.php b/tests/Parthenon/Athena/DefaultAccessRightsTest.php index 9bc9ce7f..4ed51c6e 100644 --- a/tests/Parthenon/Athena/DefaultAccessRightsTest.php +++ b/tests/Parthenon/Athena/DefaultAccessRightsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/EntityFormTest.php b/tests/Parthenon/Athena/EntityFormTest.php index 015ab283..63969b2b 100644 --- a/tests/Parthenon/Athena/EntityFormTest.php +++ b/tests/Parthenon/Athena/EntityFormTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Export/DefaultDataProviderTest.php b/tests/Parthenon/Athena/Export/DefaultDataProviderTest.php index c7d320b6..a1ad4d71 100644 --- a/tests/Parthenon/Athena/Export/DefaultDataProviderTest.php +++ b/tests/Parthenon/Athena/Export/DefaultDataProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/FieldTest.php b/tests/Parthenon/Athena/FieldTest.php index 8658a3ce..f6f52e79 100644 --- a/tests/Parthenon/Athena/FieldTest.php +++ b/tests/Parthenon/Athena/FieldTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Filters/ContainsFilterTest.php b/tests/Parthenon/Athena/Filters/ContainsFilterTest.php index 7ae3fb3e..ebf0a5a0 100644 --- a/tests/Parthenon/Athena/Filters/ContainsFilterTest.php +++ b/tests/Parthenon/Athena/Filters/ContainsFilterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Filters/FilterManagerTest.php b/tests/Parthenon/Athena/Filters/FilterManagerTest.php index 6b7bfeab..bfbf4285 100644 --- a/tests/Parthenon/Athena/Filters/FilterManagerTest.php +++ b/tests/Parthenon/Athena/Filters/FilterManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Filters/JsonContainsFilterTest.php b/tests/Parthenon/Athena/Filters/JsonContainsFilterTest.php index b2ce2bdc..c50f0787 100644 --- a/tests/Parthenon/Athena/Filters/JsonContainsFilterTest.php +++ b/tests/Parthenon/Athena/Filters/JsonContainsFilterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Filters/ListFiltersTest.php b/tests/Parthenon/Athena/Filters/ListFiltersTest.php index b14094e1..a4a26953 100644 --- a/tests/Parthenon/Athena/Filters/ListFiltersTest.php +++ b/tests/Parthenon/Athena/Filters/ListFiltersTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/ListViewTest.php b/tests/Parthenon/Athena/ListViewTest.php index 21646432..768eaabf 100644 --- a/tests/Parthenon/Athena/ListViewTest.php +++ b/tests/Parthenon/Athena/ListViewTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/NotifierTest.php b/tests/Parthenon/Athena/NotifierTest.php index da075cf6..db3da03e 100644 --- a/tests/Parthenon/Athena/NotifierTest.php +++ b/tests/Parthenon/Athena/NotifierTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/ReadViewTest.php b/tests/Parthenon/Athena/ReadViewTest.php index dffb47f9..540fe78c 100644 --- a/tests/Parthenon/Athena/ReadViewTest.php +++ b/tests/Parthenon/Athena/ReadViewTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/ResultSetTest.php b/tests/Parthenon/Athena/ResultSetTest.php index 5f3fc0b7..f5a76a82 100644 --- a/tests/Parthenon/Athena/ResultSetTest.php +++ b/tests/Parthenon/Athena/ResultSetTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Routing/AthenaRouteLoaderTest.php b/tests/Parthenon/Athena/Routing/AthenaRouteLoaderTest.php index d3141541..6e4625f6 100644 --- a/tests/Parthenon/Athena/Routing/AthenaRouteLoaderTest.php +++ b/tests/Parthenon/Athena/Routing/AthenaRouteLoaderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/SectionManagerTest.php b/tests/Parthenon/Athena/SectionManagerTest.php index 51646afd..30440cfa 100644 --- a/tests/Parthenon/Athena/SectionManagerTest.php +++ b/tests/Parthenon/Athena/SectionManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/Twig/AthenaExtensionTest.php b/tests/Parthenon/Athena/Twig/AthenaExtensionTest.php index d8e3a28a..ef2703af 100644 --- a/tests/Parthenon/Athena/Twig/AthenaExtensionTest.php +++ b/tests/Parthenon/Athena/Twig/AthenaExtensionTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/ViewType/EntityViewTypeTest.php b/tests/Parthenon/Athena/ViewType/EntityViewTypeTest.php index 42065810..f6d2a391 100644 --- a/tests/Parthenon/Athena/ViewType/EntityViewTypeTest.php +++ b/tests/Parthenon/Athena/ViewType/EntityViewTypeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Athena/ViewTypeManagerTest.php b/tests/Parthenon/Athena/ViewTypeManagerTest.php index ed6ff43b..574ddc96 100644 --- a/tests/Parthenon/Athena/ViewTypeManagerTest.php +++ b/tests/Parthenon/Athena/ViewTypeManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/ChargeBack/ChargeBackSyncerTest.php b/tests/Parthenon/Billing/ChargeBack/ChargeBackSyncerTest.php index 6ee274e2..65dd64de 100644 --- a/tests/Parthenon/Billing/ChargeBack/ChargeBackSyncerTest.php +++ b/tests/Parthenon/Billing/ChargeBack/ChargeBackSyncerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Obol/BillingDetailsFactoryTest.php b/tests/Parthenon/Billing/Obol/BillingDetailsFactoryTest.php index 9ca3df62..088a9c99 100644 --- a/tests/Parthenon/Billing/Obol/BillingDetailsFactoryTest.php +++ b/tests/Parthenon/Billing/Obol/BillingDetailsFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Obol/CustomerConverterTest.php b/tests/Parthenon/Billing/Obol/CustomerConverterTest.php index 6a2832c0..5ba96857 100644 --- a/tests/Parthenon/Billing/Obol/CustomerConverterTest.php +++ b/tests/Parthenon/Billing/Obol/CustomerConverterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Obol/PaymentFactoryTest.php b/tests/Parthenon/Billing/Obol/PaymentFactoryTest.php index 0605914e..16e35b99 100644 --- a/tests/Parthenon/Billing/Obol/PaymentFactoryTest.php +++ b/tests/Parthenon/Billing/Obol/PaymentFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Obol/PriceRegisterTest.php b/tests/Parthenon/Billing/Obol/PriceRegisterTest.php index c63d2a3e..721b260b 100644 --- a/tests/Parthenon/Billing/Obol/PriceRegisterTest.php +++ b/tests/Parthenon/Billing/Obol/PriceRegisterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Obol/ProductRegisterTest.php b/tests/Parthenon/Billing/Obol/ProductRegisterTest.php index ff15989c..8eb97f20 100644 --- a/tests/Parthenon/Billing/Obol/ProductRegisterTest.php +++ b/tests/Parthenon/Billing/Obol/ProductRegisterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerTest.php b/tests/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerTest.php index 20cc51aa..5d7d6c77 100644 --- a/tests/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerTest.php +++ b/tests/Parthenon/Billing/PaymentMethod/DefaultPaymentManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/CachedPlanManagerTest.php b/tests/Parthenon/Billing/Plan/CachedPlanManagerTest.php index cd30555a..b235bcc9 100644 --- a/tests/Parthenon/Billing/Plan/CachedPlanManagerTest.php +++ b/tests/Parthenon/Billing/Plan/CachedPlanManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/Counter/TeamInviteCounterTest.php b/tests/Parthenon/Billing/Plan/Counter/TeamInviteCounterTest.php index 6a7f42c0..a4923e95 100644 --- a/tests/Parthenon/Billing/Plan/Counter/TeamInviteCounterTest.php +++ b/tests/Parthenon/Billing/Plan/Counter/TeamInviteCounterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/CounterManagerTest.php b/tests/Parthenon/Billing/Plan/CounterManagerTest.php index 9b4420a7..0cd1ce7d 100644 --- a/tests/Parthenon/Billing/Plan/CounterManagerTest.php +++ b/tests/Parthenon/Billing/Plan/CounterManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/CustomerPlanInfoTest.php b/tests/Parthenon/Billing/Plan/CustomerPlanInfoTest.php index b305e32d..0657fba8 100644 --- a/tests/Parthenon/Billing/Plan/CustomerPlanInfoTest.php +++ b/tests/Parthenon/Billing/Plan/CustomerPlanInfoTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/DatabasePlanManagerTest.php b/tests/Parthenon/Billing/Plan/DatabasePlanManagerTest.php index 7374824d..06528379 100644 --- a/tests/Parthenon/Billing/Plan/DatabasePlanManagerTest.php +++ b/tests/Parthenon/Billing/Plan/DatabasePlanManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/Security/Voter/FeatureVoterTest.php b/tests/Parthenon/Billing/Plan/Security/Voter/FeatureVoterTest.php index b223e849..13a6ea20 100644 --- a/tests/Parthenon/Billing/Plan/Security/Voter/FeatureVoterTest.php +++ b/tests/Parthenon/Billing/Plan/Security/Voter/FeatureVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Plan/Security/Voter/PlanVoterTest.php b/tests/Parthenon/Billing/Plan/Security/Voter/PlanVoterTest.php index ae89a17e..f2b2921d 100644 --- a/tests/Parthenon/Billing/Plan/Security/Voter/PlanVoterTest.php +++ b/tests/Parthenon/Billing/Plan/Security/Voter/PlanVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Receipt/ReceiptGeneratorTest.php b/tests/Parthenon/Billing/Receipt/ReceiptGeneratorTest.php index 1c9e97b4..e251a1d2 100644 --- a/tests/Parthenon/Billing/Receipt/ReceiptGeneratorTest.php +++ b/tests/Parthenon/Billing/Receipt/ReceiptGeneratorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Refund/RefundManagerTest.php b/tests/Parthenon/Billing/Refund/RefundManagerTest.php index 003f1a93..b6d4d473 100644 --- a/tests/Parthenon/Billing/Refund/RefundManagerTest.php +++ b/tests/Parthenon/Billing/Refund/RefundManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Tax/TaxCalculatorTest.php b/tests/Parthenon/Billing/Tax/TaxCalculatorTest.php index 8432ea14..294a6717 100644 --- a/tests/Parthenon/Billing/Tax/TaxCalculatorTest.php +++ b/tests/Parthenon/Billing/Tax/TaxCalculatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/TeamCustomerProviderTest.php b/tests/Parthenon/Billing/TeamCustomerProviderTest.php index 98ed9b2b..14e778cf 100644 --- a/tests/Parthenon/Billing/TeamCustomerProviderTest.php +++ b/tests/Parthenon/Billing/TeamCustomerProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/UserCustomerProviderTest.php b/tests/Parthenon/Billing/UserCustomerProviderTest.php index 51f9ce91..55f0f3dd 100644 --- a/tests/Parthenon/Billing/UserCustomerProviderTest.php +++ b/tests/Parthenon/Billing/UserCustomerProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Webhook/HandlerManagerTest.php b/tests/Parthenon/Billing/Webhook/HandlerManagerTest.php index fc2adec0..7a4bada6 100644 --- a/tests/Parthenon/Billing/Webhook/HandlerManagerTest.php +++ b/tests/Parthenon/Billing/Webhook/HandlerManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Billing/Webhook/RequestProcessorTest.php b/tests/Parthenon/Billing/Webhook/RequestProcessorTest.php index 756e6660..414acfa8 100644 --- a/tests/Parthenon/Billing/Webhook/RequestProcessorTest.php +++ b/tests/Parthenon/Billing/Webhook/RequestProcessorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Elasticsearch/AttributesReaderTest.php b/tests/Parthenon/Common/Elasticsearch/AttributesReaderTest.php index 883a8c8c..4562c086 100644 --- a/tests/Parthenon/Common/Elasticsearch/AttributesReaderTest.php +++ b/tests/Parthenon/Common/Elasticsearch/AttributesReaderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Elasticsearch/ClientFactoryTest.php b/tests/Parthenon/Common/Elasticsearch/ClientFactoryTest.php index 04859369..be7f9405 100644 --- a/tests/Parthenon/Common/Elasticsearch/ClientFactoryTest.php +++ b/tests/Parthenon/Common/Elasticsearch/ClientFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Elasticsearch/ClientTest.php b/tests/Parthenon/Common/Elasticsearch/ClientTest.php index 2e3b2dd2..03738a3d 100644 --- a/tests/Parthenon/Common/Elasticsearch/ClientTest.php +++ b/tests/Parthenon/Common/Elasticsearch/ClientTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Elasticsearch/ConfigTest.php b/tests/Parthenon/Common/Elasticsearch/ConfigTest.php index e258db38..edb14568 100644 --- a/tests/Parthenon/Common/Elasticsearch/ConfigTest.php +++ b/tests/Parthenon/Common/Elasticsearch/ConfigTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Elasticsearch/QueryBuilderTest.php b/tests/Parthenon/Common/Elasticsearch/QueryBuilderTest.php index e0271c72..951ff28d 100644 --- a/tests/Parthenon/Common/Elasticsearch/QueryBuilderTest.php +++ b/tests/Parthenon/Common/Elasticsearch/QueryBuilderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Http/Guzzle7ClientTest.php b/tests/Parthenon/Common/Http/Guzzle7ClientTest.php index 03a67610..47a362b5 100644 --- a/tests/Parthenon/Common/Http/Guzzle7ClientTest.php +++ b/tests/Parthenon/Common/Http/Guzzle7ClientTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Logging/ExceptionProcesorTest.php b/tests/Parthenon/Common/Logging/ExceptionProcesorTest.php index 7350d80e..03667788 100644 --- a/tests/Parthenon/Common/Logging/ExceptionProcesorTest.php +++ b/tests/Parthenon/Common/Logging/ExceptionProcesorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Pdf/DocRaptorTest.php b/tests/Parthenon/Common/Pdf/DocRaptorTest.php index 38df76f4..823ca155 100644 --- a/tests/Parthenon/Common/Pdf/DocRaptorTest.php +++ b/tests/Parthenon/Common/Pdf/DocRaptorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Pdf/MpdfGeneratorTest.php b/tests/Parthenon/Common/Pdf/MpdfGeneratorTest.php index e3fa1389..03b82f65 100644 --- a/tests/Parthenon/Common/Pdf/MpdfGeneratorTest.php +++ b/tests/Parthenon/Common/Pdf/MpdfGeneratorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Repository/DoctrineRepositoryTest.php b/tests/Parthenon/Common/Repository/DoctrineRepositoryTest.php index 2bee078b..3f6df290 100644 --- a/tests/Parthenon/Common/Repository/DoctrineRepositoryTest.php +++ b/tests/Parthenon/Common/Repository/DoctrineRepositoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/RequestHandler/FormRequestHandlerTest.php b/tests/Parthenon/Common/RequestHandler/FormRequestHandlerTest.php index 1c3ccbc4..10076fd5 100644 --- a/tests/Parthenon/Common/RequestHandler/FormRequestHandlerTest.php +++ b/tests/Parthenon/Common/RequestHandler/FormRequestHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/RequestHandler/JsonRequestHandlerTest.php b/tests/Parthenon/Common/RequestHandler/JsonRequestHandlerTest.php index 1bde75b4..8a150342 100644 --- a/tests/Parthenon/Common/RequestHandler/JsonRequestHandlerTest.php +++ b/tests/Parthenon/Common/RequestHandler/JsonRequestHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/RequestHandler/RedirectRequestHandlerTest.php b/tests/Parthenon/Common/RequestHandler/RedirectRequestHandlerTest.php index 16b682d8..907c3ad1 100644 --- a/tests/Parthenon/Common/RequestHandler/RedirectRequestHandlerTest.php +++ b/tests/Parthenon/Common/RequestHandler/RedirectRequestHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/RequestHandler/RequestHandlerManagerTest.php b/tests/Parthenon/Common/RequestHandler/RequestHandlerManagerTest.php index 04c3a3f5..02c88d1f 100644 --- a/tests/Parthenon/Common/RequestHandler/RequestHandlerManagerTest.php +++ b/tests/Parthenon/Common/RequestHandler/RequestHandlerManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryTest.php b/tests/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryTest.php index 41afd424..66d30c0f 100644 --- a/tests/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryTest.php +++ b/tests/Parthenon/Common/Upload/Factory/FlySystemAdapterFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Factory/FlysystemFactoryTest.php b/tests/Parthenon/Common/Upload/Factory/FlysystemFactoryTest.php index 89006501..b3bd5a21 100644 --- a/tests/Parthenon/Common/Upload/Factory/FlysystemFactoryTest.php +++ b/tests/Parthenon/Common/Upload/Factory/FlysystemFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Factory/S3AdapterTest.php b/tests/Parthenon/Common/Upload/Factory/S3AdapterTest.php index d891c4ec..22b25183 100644 --- a/tests/Parthenon/Common/Upload/Factory/S3AdapterTest.php +++ b/tests/Parthenon/Common/Upload/Factory/S3AdapterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/FileTest.php b/tests/Parthenon/Common/Upload/FileTest.php index 35ac4b5c..eed57d68 100644 --- a/tests/Parthenon/Common/Upload/FileTest.php +++ b/tests/Parthenon/Common/Upload/FileTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/FlysystemUploaderTest.php b/tests/Parthenon/Common/Upload/FlysystemUploaderTest.php index 5ac6d62a..2204f5c0 100644 --- a/tests/Parthenon/Common/Upload/FlysystemUploaderTest.php +++ b/tests/Parthenon/Common/Upload/FlysystemUploaderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Naming/FactoryTest.php b/tests/Parthenon/Common/Upload/Naming/FactoryTest.php index f310ee3e..e123600b 100644 --- a/tests/Parthenon/Common/Upload/Naming/FactoryTest.php +++ b/tests/Parthenon/Common/Upload/Naming/FactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Naming/NamingMd5TimeTest.php b/tests/Parthenon/Common/Upload/Naming/NamingMd5TimeTest.php index fd37d451..ab001792 100644 --- a/tests/Parthenon/Common/Upload/Naming/NamingMd5TimeTest.php +++ b/tests/Parthenon/Common/Upload/Naming/NamingMd5TimeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Common/Upload/Naming/RandomTimeTest.php b/tests/Parthenon/Common/Upload/Naming/RandomTimeTest.php index 7baee4f0..868488d5 100644 --- a/tests/Parthenon/Common/Upload/Naming/RandomTimeTest.php +++ b/tests/Parthenon/Common/Upload/Naming/RandomTimeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/DataProvider/DataProviderFetcherTest.php b/tests/Parthenon/Export/DataProvider/DataProviderFetcherTest.php index d771260e..4ee97bf0 100644 --- a/tests/Parthenon/Export/DataProvider/DataProviderFetcherTest.php +++ b/tests/Parthenon/Export/DataProvider/DataProviderFetcherTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Engine/BackgroundDownloadEngineTest.php b/tests/Parthenon/Export/Engine/BackgroundDownloadEngineTest.php index 0177e55b..9172eaf9 100644 --- a/tests/Parthenon/Export/Engine/BackgroundDownloadEngineTest.php +++ b/tests/Parthenon/Export/Engine/BackgroundDownloadEngineTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Engine/BackgroundEmailEngineTest.php b/tests/Parthenon/Export/Engine/BackgroundEmailEngineTest.php index 339d78e9..3ce013ed 100644 --- a/tests/Parthenon/Export/Engine/BackgroundEmailEngineTest.php +++ b/tests/Parthenon/Export/Engine/BackgroundEmailEngineTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Engine/DirectDownloadEngineTest.php b/tests/Parthenon/Export/Engine/DirectDownloadEngineTest.php index 9bbfdd81..ce5af0c4 100644 --- a/tests/Parthenon/Export/Engine/DirectDownloadEngineTest.php +++ b/tests/Parthenon/Export/Engine/DirectDownloadEngineTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Exporter/CsvExporterTest.php b/tests/Parthenon/Export/Exporter/CsvExporterTest.php index 1e77cd6e..0e97f9c0 100644 --- a/tests/Parthenon/Export/Exporter/CsvExporterTest.php +++ b/tests/Parthenon/Export/Exporter/CsvExporterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Messenger/BackgroundDownloadRequestHandlerTest.php b/tests/Parthenon/Export/Messenger/BackgroundDownloadRequestHandlerTest.php index 3c5c95c7..b56895eb 100644 --- a/tests/Parthenon/Export/Messenger/BackgroundDownloadRequestHandlerTest.php +++ b/tests/Parthenon/Export/Messenger/BackgroundDownloadRequestHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Messenger/BackgroundEmailRequestHandlerTest.php b/tests/Parthenon/Export/Messenger/BackgroundEmailRequestHandlerTest.php index b3de056f..857377fe 100644 --- a/tests/Parthenon/Export/Messenger/BackgroundEmailRequestHandlerTest.php +++ b/tests/Parthenon/Export/Messenger/BackgroundEmailRequestHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Normaliser/NormaliserManagerTest.php b/tests/Parthenon/Export/Normaliser/NormaliserManagerTest.php index e93b6e17..bea62073 100644 --- a/tests/Parthenon/Export/Normaliser/NormaliserManagerTest.php +++ b/tests/Parthenon/Export/Normaliser/NormaliserManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Export/Notification/ExportEmailFactoryTest.php b/tests/Parthenon/Export/Notification/ExportEmailFactoryTest.php index a12f9143..60332f6b 100644 --- a/tests/Parthenon/Export/Notification/ExportEmailFactoryTest.php +++ b/tests/Parthenon/Export/Notification/ExportEmailFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Funnel/FunnelTest.php b/tests/Parthenon/Funnel/FunnelTest.php index a056f55e..1d17658d 100644 --- a/tests/Parthenon/Funnel/FunnelTest.php +++ b/tests/Parthenon/Funnel/FunnelTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Health/Checks/CheckManagerTest.php b/tests/Parthenon/Health/Checks/CheckManagerTest.php index a46753a6..63b6a3f9 100644 --- a/tests/Parthenon/Health/Checks/CheckManagerTest.php +++ b/tests/Parthenon/Health/Checks/CheckManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Health/Checks/DoctrineConnectionCheckTest.php b/tests/Parthenon/Health/Checks/DoctrineConnectionCheckTest.php index 349fe86b..cc04a5c4 100644 --- a/tests/Parthenon/Health/Checks/DoctrineConnectionCheckTest.php +++ b/tests/Parthenon/Health/Checks/DoctrineConnectionCheckTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Health/Controller/HealthCheckControllerTest.php b/tests/Parthenon/Health/Controller/HealthCheckControllerTest.php index 24ffa6b7..e2cfc9a5 100644 --- a/tests/Parthenon/Health/Controller/HealthCheckControllerTest.php +++ b/tests/Parthenon/Health/Controller/HealthCheckControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Invoice/PdfExporterTest.php b/tests/Parthenon/Invoice/PdfExporterTest.php index e85fd4e4..3abf3021 100644 --- a/tests/Parthenon/Invoice/PdfExporterTest.php +++ b/tests/Parthenon/Invoice/PdfExporterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Creator/MessengerTenantCreatorTest.php b/tests/Parthenon/MultiTenancy/Creator/MessengerTenantCreatorTest.php index 070b5a91..0a14530f 100644 --- a/tests/Parthenon/MultiTenancy/Creator/MessengerTenantCreatorTest.php +++ b/tests/Parthenon/MultiTenancy/Creator/MessengerTenantCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Database/DbalDatabaseCreatorTest.php b/tests/Parthenon/MultiTenancy/Database/DbalDatabaseCreatorTest.php index 64e2a11a..16f69aef 100644 --- a/tests/Parthenon/MultiTenancy/Database/DbalDatabaseCreatorTest.php +++ b/tests/Parthenon/MultiTenancy/Database/DbalDatabaseCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreatorTest.php b/tests/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreatorTest.php index 43c6b46e..f9a3775d 100644 --- a/tests/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreatorTest.php +++ b/tests/Parthenon/MultiTenancy/Database/DigitalOceanDatabaseCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Factory/TenantFactoryTest.php b/tests/Parthenon/MultiTenancy/Factory/TenantFactoryTest.php index bba498ec..86d2b82c 100644 --- a/tests/Parthenon/MultiTenancy/Factory/TenantFactoryTest.php +++ b/tests/Parthenon/MultiTenancy/Factory/TenantFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Factory/UserFactoryTest.php b/tests/Parthenon/MultiTenancy/Factory/UserFactoryTest.php index 281b285f..6c8190a0 100644 --- a/tests/Parthenon/MultiTenancy/Factory/UserFactoryTest.php +++ b/tests/Parthenon/MultiTenancy/Factory/UserFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/Messenger/TenantCreatorHandlerTest.php b/tests/Parthenon/MultiTenancy/Messenger/TenantCreatorHandlerTest.php index 58e31fd3..636b3eac 100644 --- a/tests/Parthenon/MultiTenancy/Messenger/TenantCreatorHandlerTest.php +++ b/tests/Parthenon/MultiTenancy/Messenger/TenantCreatorHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/SiteUrlProviderTest.php b/tests/Parthenon/MultiTenancy/SiteUrlProviderTest.php index 891767e5..eddc1108 100644 --- a/tests/Parthenon/MultiTenancy/SiteUrlProviderTest.php +++ b/tests/Parthenon/MultiTenancy/SiteUrlProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProviderTest.php b/tests/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProviderTest.php index 43e85f38..621ba5f8 100644 --- a/tests/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProviderTest.php +++ b/tests/Parthenon/MultiTenancy/TenantProvider/CurrentTenantProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/ConfigurationTest.php b/tests/Parthenon/Notification/ConfigurationTest.php index ff740b6a..6fbab98f 100644 --- a/tests/Parthenon/Notification/ConfigurationTest.php +++ b/tests/Parthenon/Notification/ConfigurationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Messenger/SenderHandlerTest.php b/tests/Parthenon/Notification/Messenger/SenderHandlerTest.php index 303f751e..97344060 100644 --- a/tests/Parthenon/Notification/Messenger/SenderHandlerTest.php +++ b/tests/Parthenon/Notification/Messenger/SenderHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Sender/MailgunEmailSenderTest.php b/tests/Parthenon/Notification/Sender/MailgunEmailSenderTest.php index aa501fa6..6b854371 100644 --- a/tests/Parthenon/Notification/Sender/MailgunEmailSenderTest.php +++ b/tests/Parthenon/Notification/Sender/MailgunEmailSenderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Sender/MessengerEmailTest.php b/tests/Parthenon/Notification/Sender/MessengerEmailTest.php index 551cb986..a4383e0d 100644 --- a/tests/Parthenon/Notification/Sender/MessengerEmailTest.php +++ b/tests/Parthenon/Notification/Sender/MessengerEmailTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Sender/PostmarkEmailSenderTest.php b/tests/Parthenon/Notification/Sender/PostmarkEmailSenderTest.php index 2a221b01..e68c1831 100644 --- a/tests/Parthenon/Notification/Sender/PostmarkEmailSenderTest.php +++ b/tests/Parthenon/Notification/Sender/PostmarkEmailSenderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Sender/SendGridEmailSenderTest.php b/tests/Parthenon/Notification/Sender/SendGridEmailSenderTest.php index 5e459cf1..057f3975 100644 --- a/tests/Parthenon/Notification/Sender/SendGridEmailSenderTest.php +++ b/tests/Parthenon/Notification/Sender/SendGridEmailSenderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Sender/SymfonyEmailSenderTest.php b/tests/Parthenon/Notification/Sender/SymfonyEmailSenderTest.php index f142c233..b5870b54 100644 --- a/tests/Parthenon/Notification/Sender/SymfonyEmailSenderTest.php +++ b/tests/Parthenon/Notification/Sender/SymfonyEmailSenderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Slack/OauthConfigProviderTest.php b/tests/Parthenon/Notification/Slack/OauthConfigProviderTest.php index 5cd4f9bd..36753d30 100644 --- a/tests/Parthenon/Notification/Slack/OauthConfigProviderTest.php +++ b/tests/Parthenon/Notification/Slack/OauthConfigProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Notification/Slack/WebhookPosterTest.php b/tests/Parthenon/Notification/Slack/WebhookPosterTest.php index 504575ab..d5d317e2 100644 --- a/tests/Parthenon/Notification/Slack/WebhookPosterTest.php +++ b/tests/Parthenon/Notification/Slack/WebhookPosterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Plan/Counter/TeamInviteCounterTest.php b/tests/Parthenon/Payments/Plan/Counter/TeamInviteCounterTest.php index d2e94c69..246f7ddd 100644 --- a/tests/Parthenon/Payments/Plan/Counter/TeamInviteCounterTest.php +++ b/tests/Parthenon/Payments/Plan/Counter/TeamInviteCounterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Plan/CounterManagerTest.php b/tests/Parthenon/Payments/Plan/CounterManagerTest.php index 6e825388..40c8ca76 100644 --- a/tests/Parthenon/Payments/Plan/CounterManagerTest.php +++ b/tests/Parthenon/Payments/Plan/CounterManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Plan/Voter/InviteVoterTest.php b/tests/Parthenon/Payments/Plan/Voter/InviteVoterTest.php index baf55815..85c3da8e 100644 --- a/tests/Parthenon/Payments/Plan/Voter/InviteVoterTest.php +++ b/tests/Parthenon/Payments/Plan/Voter/InviteVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Plan/Voter/PlanFeatureVoterTest.php b/tests/Parthenon/Payments/Plan/Voter/PlanFeatureVoterTest.php index 32939cf9..07f65977 100644 --- a/tests/Parthenon/Payments/Plan/Voter/PlanFeatureVoterTest.php +++ b/tests/Parthenon/Payments/Plan/Voter/PlanFeatureVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Plan/Voter/PlanVoterTest.php b/tests/Parthenon/Payments/Plan/Voter/PlanVoterTest.php index 6290c044..6c3fb9a9 100644 --- a/tests/Parthenon/Payments/Plan/Voter/PlanVoterTest.php +++ b/tests/Parthenon/Payments/Plan/Voter/PlanVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/PriceProviderTest.php b/tests/Parthenon/Payments/PriceProviderTest.php index 8ee5b2af..e8c77060 100644 --- a/tests/Parthenon/Payments/PriceProviderTest.php +++ b/tests/Parthenon/Payments/PriceProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Stripe/CheckoutManagerTest.php b/tests/Parthenon/Payments/Stripe/CheckoutManagerTest.php index 7ddd2348..670d9876 100644 --- a/tests/Parthenon/Payments/Stripe/CheckoutManagerTest.php +++ b/tests/Parthenon/Payments/Stripe/CheckoutManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Stripe/SubscriptionManagerTest.php b/tests/Parthenon/Payments/Stripe/SubscriptionManagerTest.php index 64e47b16..ad4afc1a 100644 --- a/tests/Parthenon/Payments/Stripe/SubscriptionManagerTest.php +++ b/tests/Parthenon/Payments/Stripe/SubscriptionManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Subscriber/CurrentSubscriberProviderTest.php b/tests/Parthenon/Payments/Subscriber/CurrentSubscriberProviderTest.php index f71f5da4..bec0e64c 100644 --- a/tests/Parthenon/Payments/Subscriber/CurrentSubscriberProviderTest.php +++ b/tests/Parthenon/Payments/Subscriber/CurrentSubscriberProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/Payments/Subscriber/SubscriptionFactoryTest.php b/tests/Parthenon/Payments/Subscriber/SubscriptionFactoryTest.php index f0d50488..3e8866b7 100644 --- a/tests/Parthenon/Payments/Subscriber/SubscriptionFactoryTest.php +++ b/tests/Parthenon/Payments/Subscriber/SubscriptionFactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Creator/InviteHandlerTest.php b/tests/Parthenon/User/Creator/InviteHandlerTest.php index 9c84adda..745f41cb 100644 --- a/tests/Parthenon/User/Creator/InviteHandlerTest.php +++ b/tests/Parthenon/User/Creator/InviteHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Creator/MainInviteHandlerTest.php b/tests/Parthenon/User/Creator/MainInviteHandlerTest.php index 0e5fa8b4..49f437c4 100644 --- a/tests/Parthenon/User/Creator/MainInviteHandlerTest.php +++ b/tests/Parthenon/User/Creator/MainInviteHandlerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Creator/UserCreatorTest.php b/tests/Parthenon/User/Creator/UserCreatorTest.php index f74754ee..14cfa908 100644 --- a/tests/Parthenon/User/Creator/UserCreatorTest.php +++ b/tests/Parthenon/User/Creator/UserCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Deletion/DeciderTest.php b/tests/Parthenon/User/Gdpr/Deletion/DeciderTest.php index d65301a6..2ff4c192 100644 --- a/tests/Parthenon/User/Gdpr/Deletion/DeciderTest.php +++ b/tests/Parthenon/User/Gdpr/Deletion/DeciderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Deletion/DeleterTest.php b/tests/Parthenon/User/Gdpr/Deletion/DeleterTest.php index 216dea23..ecfe6ca1 100644 --- a/tests/Parthenon/User/Gdpr/Deletion/DeleterTest.php +++ b/tests/Parthenon/User/Gdpr/Deletion/DeleterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Deletion/DeletionExecutorTest.php b/tests/Parthenon/User/Gdpr/Deletion/DeletionExecutorTest.php index e5a18bec..8d720ad3 100644 --- a/tests/Parthenon/User/Gdpr/Deletion/DeletionExecutorTest.php +++ b/tests/Parthenon/User/Gdpr/Deletion/DeletionExecutorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Export/DefaultUserExporterTest.php b/tests/Parthenon/User/Gdpr/Export/DefaultUserExporterTest.php index cafe731e..dc49dad3 100644 --- a/tests/Parthenon/User/Gdpr/Export/DefaultUserExporterTest.php +++ b/tests/Parthenon/User/Gdpr/Export/DefaultUserExporterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Export/ExportManagerTest.php b/tests/Parthenon/User/Gdpr/Export/ExportManagerTest.php index 993007d0..a742b51b 100644 --- a/tests/Parthenon/User/Gdpr/Export/ExportManagerTest.php +++ b/tests/Parthenon/User/Gdpr/Export/ExportManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Export/ExporterExecutorTest.php b/tests/Parthenon/User/Gdpr/Export/ExporterExecutorTest.php index a2be80a7..018ace3d 100644 --- a/tests/Parthenon/User/Gdpr/Export/ExporterExecutorTest.php +++ b/tests/Parthenon/User/Gdpr/Export/ExporterExecutorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Export/FormatterManagerTest.php b/tests/Parthenon/User/Gdpr/Export/FormatterManagerTest.php index d62d3865..bc99a312 100644 --- a/tests/Parthenon/User/Gdpr/Export/FormatterManagerTest.php +++ b/tests/Parthenon/User/Gdpr/Export/FormatterManagerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Gdpr/Export/JsonFormatterTest.php b/tests/Parthenon/User/Gdpr/Export/JsonFormatterTest.php index 32fdae98..44d9e1d3 100644 --- a/tests/Parthenon/User/Gdpr/Export/JsonFormatterTest.php +++ b/tests/Parthenon/User/Gdpr/Export/JsonFormatterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Listener/TimezoneListenerTest.php b/tests/Parthenon/User/Listener/TimezoneListenerTest.php index 98f8b8f2..9680104f 100644 --- a/tests/Parthenon/User/Listener/TimezoneListenerTest.php +++ b/tests/Parthenon/User/Listener/TimezoneListenerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Logging/Monolog/PasswordFilterProcessorTest.php b/tests/Parthenon/User/Logging/Monolog/PasswordFilterProcessorTest.php index 462aa9e5..49089b9b 100644 --- a/tests/Parthenon/User/Logging/Monolog/PasswordFilterProcessorTest.php +++ b/tests/Parthenon/User/Logging/Monolog/PasswordFilterProcessorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Logging/Monolog/UserProcessorTest.php b/tests/Parthenon/User/Logging/Monolog/UserProcessorTest.php index acbd4339..4339dd27 100644 --- a/tests/Parthenon/User/Logging/Monolog/UserProcessorTest.php +++ b/tests/Parthenon/User/Logging/Monolog/UserProcessorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Security/UserChecker/UserCheckerObserverTest.php b/tests/Parthenon/User/Security/UserChecker/UserCheckerObserverTest.php index 4b33c6e5..c3326093 100644 --- a/tests/Parthenon/User/Security/UserChecker/UserCheckerObserverTest.php +++ b/tests/Parthenon/User/Security/UserChecker/UserCheckerObserverTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Security/UserProviderTest.php b/tests/Parthenon/User/Security/UserProviderTest.php index 3d61a9ba..20268924 100644 --- a/tests/Parthenon/User/Security/UserProviderTest.php +++ b/tests/Parthenon/User/Security/UserProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Security/Voter/TeamVoterTest.php b/tests/Parthenon/User/Security/Voter/TeamVoterTest.php index 27c53d38..62101275 100644 --- a/tests/Parthenon/User/Security/Voter/TeamVoterTest.php +++ b/tests/Parthenon/User/Security/Voter/TeamVoterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Team/CurrentTeamProviderTest.php b/tests/Parthenon/User/Team/CurrentTeamProviderTest.php index 2060f98a..7d1128d8 100644 --- a/tests/Parthenon/User/Team/CurrentTeamProviderTest.php +++ b/tests/Parthenon/User/Team/CurrentTeamProviderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Team/TeamCreatorTest.php b/tests/Parthenon/User/Team/TeamCreatorTest.php index 3e9f5d34..a8a10043 100644 --- a/tests/Parthenon/User/Team/TeamCreatorTest.php +++ b/tests/Parthenon/User/Team/TeamCreatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/Parthenon/User/Validator/UniqueUserValidatorTest.php b/tests/Parthenon/User/Validator/UniqueUserValidatorTest.php index 09d47048..e3e61cd0 100644 --- a/tests/Parthenon/User/Validator/UniqueUserValidatorTest.php +++ b/tests/Parthenon/User/Validator/UniqueUserValidatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/TestKernel.php b/tests/TestKernel.php index 225554fa..0d5c7340 100644 --- a/tests/TestKernel.php +++ b/tests/TestKernel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. * diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 73ede4b9..d8da4b4a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /* - * Copyright Humbly Arrogant Software Limited 2020-2023. + * Copyright Humbly Arrogant Software Limited 2020-2024 * * Use of this software is governed by the Business Source License included in the LICENSE file and at https://getparthenon.com/docs/next/license. *