diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 34c729a8..7a80d241 100755 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ $header = 'UserFrosting Core Sprinkle (http://www.userfrosting.com) @link https://github.com/userfrosting/sprinkle-core -@copyright Copyright (c) 2021 Alexander Weissman & Louis Charette +@copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License)'; $rules = [ diff --git a/LICENSE.md b/LICENSE.md index 8df8d0f5..bf0d1ab1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2019 by Alexander Weissman (https://alexanderweissman.com) +Copyright (c) 2013-2024 Alexander Weissman & Louis Charette UserFrosting is 100% free and open-source. diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index ecec2b29..0b3d368d 100644 --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -16,7 +16,7 @@ In addition: * UserFrosting (http://www.userfrosting.com) * * @link https://github.com/userfrosting/UserFrosting - * @copyright Copyright (c) 2019 Alexander Weissman + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/UserFrosting/blob/master/LICENSE.md (MIT License) */ ``` diff --git a/app/config/debug.php b/app/config/debug.php index 909e67da..293159fe 100644 --- a/app/config/debug.php +++ b/app/config/debug.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/config/default.php b/app/config/default.php index fd077d1e..8b1c25d9 100755 --- a/app/config/default.php +++ b/app/config/default.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -61,7 +61,7 @@ * Cache Service Config * ---------------------------------------------------------------------- * Redis & Memcached driver configuration - * See Laravel for more info : https://laravel.com/docs/5.8/cache + * See Laravel for more info : https://laravel.com/docs/10.x/cache * * Edit prefix to something unique when multiple instance of memcached / * redis are used on the same server. @@ -262,7 +262,7 @@ ], /* * Rackspace Config. Config should go in .env file. see : - * https://laravel.com/docs/5.8/filesystem#configuration + * https://laravel.com/docs/10.x/filesystem#configuration * * As of version 4.3, https://github.com/thephpleague/flysystem-rackspace * is required inside a custom Sprinkle to use this filesystem. diff --git a/app/config/production.php b/app/config/production.php index 3dac139c..12d46c74 100644 --- a/app/config/production.php +++ b/app/config/production.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/config/testing.php b/app/config/testing.php index 6e82a828..02049218 100755 --- a/app/config/testing.php +++ b/app/config/testing.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/extra/adjectives.php b/app/extra/adjectives.php index 69e416df..d4047e6e 100644 --- a/app/extra/adjectives.php +++ b/app/extra/adjectives.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/extra/nouns.php b/app/extra/nouns.php index 1d02f246..680b4fef 100644 --- a/app/extra/nouns.php +++ b/app/extra/nouns.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ar/errors.php b/app/locale/ar/errors.php index c6061a94..7b7aaa2a 100644 --- a/app/locale/ar/errors.php +++ b/app/locale/ar/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ar/messages.php b/app/locale/ar/messages.php index ceb08fb3..db0e2b7b 100644 --- a/app/locale/ar/messages.php +++ b/app/locale/ar/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ar/validate.php b/app/locale/ar/validate.php index 377dd369..0a7d7aa3 100644 --- a/app/locale/ar/validate.php +++ b/app/locale/ar/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/de_DE/errors.php b/app/locale/de_DE/errors.php index 8dd8d803..a27d3444 100644 --- a/app/locale/de_DE/errors.php +++ b/app/locale/de_DE/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/de_DE/messages.php b/app/locale/de_DE/messages.php index cbfe7c32..ffc83b10 100644 --- a/app/locale/de_DE/messages.php +++ b/app/locale/de_DE/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/de_DE/validate.php b/app/locale/de_DE/validate.php index 3bf138d0..8ee1bee7 100644 --- a/app/locale/de_DE/validate.php +++ b/app/locale/de_DE/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/el/errors.php b/app/locale/el/errors.php index 16f4925f..72dc6bc5 100644 --- a/app/locale/el/errors.php +++ b/app/locale/el/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/el/messages.php b/app/locale/el/messages.php index a2fa549b..17c3a83c 100644 --- a/app/locale/el/messages.php +++ b/app/locale/el/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/el/validate.php b/app/locale/el/validate.php index d88b9f2e..ed68f061 100644 --- a/app/locale/el/validate.php +++ b/app/locale/el/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/en_US/errors.php b/app/locale/en_US/errors.php index 99953cd8..a22f25be 100644 --- a/app/locale/en_US/errors.php +++ b/app/locale/en_US/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/en_US/messages.php b/app/locale/en_US/messages.php index 48f84c74..d3f35fd6 100644 --- a/app/locale/en_US/messages.php +++ b/app/locale/en_US/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/en_US/validate.php b/app/locale/en_US/validate.php index bbd36a5a..857baf7a 100644 --- a/app/locale/en_US/validate.php +++ b/app/locale/en_US/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/es_ES/errors.php b/app/locale/es_ES/errors.php index 73687739..ede12041 100755 --- a/app/locale/es_ES/errors.php +++ b/app/locale/es_ES/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/es_ES/messages.php b/app/locale/es_ES/messages.php index 9e065041..0022b4c6 100755 --- a/app/locale/es_ES/messages.php +++ b/app/locale/es_ES/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/es_ES/validate.php b/app/locale/es_ES/validate.php index 2d6a8d48..98d3edb6 100755 --- a/app/locale/es_ES/validate.php +++ b/app/locale/es_ES/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fa/errors.php b/app/locale/fa/errors.php index 4dab3321..29d3d768 100644 --- a/app/locale/fa/errors.php +++ b/app/locale/fa/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fa/messages.php b/app/locale/fa/messages.php index b4c4ad1b..d91a44e1 100644 --- a/app/locale/fa/messages.php +++ b/app/locale/fa/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fa/validate.php b/app/locale/fa/validate.php index 6ff46c28..a875d050 100644 --- a/app/locale/fa/validate.php +++ b/app/locale/fa/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fr_FR/errors.php b/app/locale/fr_FR/errors.php index 935fdbc0..263894c5 100644 --- a/app/locale/fr_FR/errors.php +++ b/app/locale/fr_FR/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fr_FR/messages.php b/app/locale/fr_FR/messages.php index defba71b..9611c6f3 100644 --- a/app/locale/fr_FR/messages.php +++ b/app/locale/fr_FR/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fr_FR/validate.php b/app/locale/fr_FR/validate.php index 204a5737..a603a3b9 100644 --- a/app/locale/fr_FR/validate.php +++ b/app/locale/fr_FR/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/it_IT/errors.php b/app/locale/it_IT/errors.php index 450f6fc1..c5be1177 100644 --- a/app/locale/it_IT/errors.php +++ b/app/locale/it_IT/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/it_IT/messages.php b/app/locale/it_IT/messages.php index 52e32a60..0eb6f2ea 100644 --- a/app/locale/it_IT/messages.php +++ b/app/locale/it_IT/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/it_IT/validate.php b/app/locale/it_IT/validate.php index 4b79369c..0b8e63ba 100644 --- a/app/locale/it_IT/validate.php +++ b/app/locale/it_IT/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_BR/errors.php b/app/locale/pt_BR/errors.php index e7178faa..5eb558cb 100644 --- a/app/locale/pt_BR/errors.php +++ b/app/locale/pt_BR/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_BR/messages.php b/app/locale/pt_BR/messages.php index 34c02f3e..e7f7e0e3 100644 --- a/app/locale/pt_BR/messages.php +++ b/app/locale/pt_BR/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_BR/validate.php b/app/locale/pt_BR/validate.php index a6587463..f7033d1c 100644 --- a/app/locale/pt_BR/validate.php +++ b/app/locale/pt_BR/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_PT/errors.php b/app/locale/pt_PT/errors.php index e48e190b..ee341823 100644 --- a/app/locale/pt_PT/errors.php +++ b/app/locale/pt_PT/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_PT/messages.php b/app/locale/pt_PT/messages.php index 94115d50..796f8279 100644 --- a/app/locale/pt_PT/messages.php +++ b/app/locale/pt_PT/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_PT/validate.php b/app/locale/pt_PT/validate.php index ca51bba5..6870329e 100644 --- a/app/locale/pt_PT/validate.php +++ b/app/locale/pt_PT/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ru_RU/errors.php b/app/locale/ru_RU/errors.php index dccffd1f..da668f57 100644 --- a/app/locale/ru_RU/errors.php +++ b/app/locale/ru_RU/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ru_RU/messages.php b/app/locale/ru_RU/messages.php index 321d2aa5..1772cc5a 100644 --- a/app/locale/ru_RU/messages.php +++ b/app/locale/ru_RU/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ru_RU/validate.php b/app/locale/ru_RU/validate.php index a306eb97..7ea81804 100644 --- a/app/locale/ru_RU/validate.php +++ b/app/locale/ru_RU/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/sr_RS/errors.php b/app/locale/sr_RS/errors.php index cdfb271f..7eda488b 100644 --- a/app/locale/sr_RS/errors.php +++ b/app/locale/sr_RS/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/sr_RS/messages.php b/app/locale/sr_RS/messages.php index 504b8303..cd4a4fe6 100644 --- a/app/locale/sr_RS/messages.php +++ b/app/locale/sr_RS/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/sr_RS/validate.php b/app/locale/sr_RS/validate.php index 2e5083da..31980267 100644 --- a/app/locale/sr_RS/validate.php +++ b/app/locale/sr_RS/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/th_TH/errors.php b/app/locale/th_TH/errors.php index 91e43008..8ddc4312 100644 --- a/app/locale/th_TH/errors.php +++ b/app/locale/th_TH/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/th_TH/messages.php b/app/locale/th_TH/messages.php index 9c52f689..ca596a4a 100644 --- a/app/locale/th_TH/messages.php +++ b/app/locale/th_TH/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/th_TH/validate.php b/app/locale/th_TH/validate.php index 943a815a..3f4c4187 100644 --- a/app/locale/th_TH/validate.php +++ b/app/locale/th_TH/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/tr/errors.php b/app/locale/tr/errors.php index f96a0f68..9842c37e 100644 --- a/app/locale/tr/errors.php +++ b/app/locale/tr/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/tr/messages.php b/app/locale/tr/messages.php index d303c97f..2c1ddec1 100644 --- a/app/locale/tr/messages.php +++ b/app/locale/tr/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/tr/validate.php b/app/locale/tr/validate.php index 4aa481bb..9ce6bee1 100644 --- a/app/locale/tr/validate.php +++ b/app/locale/tr/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/ar.php b/app/locale/valitron/ar.php index ad2fe731..d246415e 100644 --- a/app/locale/valitron/ar.php +++ b/app/locale/valitron/ar.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/de.php b/app/locale/valitron/de.php index 52f385d8..4718f641 100644 --- a/app/locale/valitron/de.php +++ b/app/locale/valitron/de.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/el.php b/app/locale/valitron/el.php index 3b7e0612..42b4c647 100644 --- a/app/locale/valitron/el.php +++ b/app/locale/valitron/el.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/en.php b/app/locale/valitron/en.php index 20b17fd3..132649ae 100644 --- a/app/locale/valitron/en.php +++ b/app/locale/valitron/en.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/es.php b/app/locale/valitron/es.php index 34475c01..e664ef36 100644 --- a/app/locale/valitron/es.php +++ b/app/locale/valitron/es.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/fr.php b/app/locale/valitron/fr.php index 2f0b71df..3728f4d2 100644 --- a/app/locale/valitron/fr.php +++ b/app/locale/valitron/fr.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/id.php b/app/locale/valitron/id.php index 595863cd..b8a46807 100644 --- a/app/locale/valitron/id.php +++ b/app/locale/valitron/id.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/it.php b/app/locale/valitron/it.php index 2a7155be..a2bb3905 100644 --- a/app/locale/valitron/it.php +++ b/app/locale/valitron/it.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/ja.php b/app/locale/valitron/ja.php index 2c295fd3..62a57f79 100644 --- a/app/locale/valitron/ja.php +++ b/app/locale/valitron/ja.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/lv.php b/app/locale/valitron/lv.php index 7ed1590d..13bd92b1 100644 --- a/app/locale/valitron/lv.php +++ b/app/locale/valitron/lv.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/pt-br.php b/app/locale/valitron/pt-br.php index 657578a7..c6df268f 100644 --- a/app/locale/valitron/pt-br.php +++ b/app/locale/valitron/pt-br.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/ro.php b/app/locale/valitron/ro.php index d171ac25..6ce981c9 100644 --- a/app/locale/valitron/ro.php +++ b/app/locale/valitron/ro.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/ru.php b/app/locale/valitron/ru.php index d6052292..9b81e7ed 100644 --- a/app/locale/valitron/ru.php +++ b/app/locale/valitron/ru.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/th.php b/app/locale/valitron/th.php index ed4948af..989183f2 100644 --- a/app/locale/valitron/th.php +++ b/app/locale/valitron/th.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/zh-cn.php b/app/locale/valitron/zh-cn.php index 7b81f968..f050b8b5 100644 --- a/app/locale/valitron/zh-cn.php +++ b/app/locale/valitron/zh-cn.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/valitron/zh-tw.php b/app/locale/valitron/zh-tw.php index 6d76e132..898ae24b 100644 --- a/app/locale/valitron/zh-tw.php +++ b/app/locale/valitron/zh-tw.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/zh_CN/errors.php b/app/locale/zh_CN/errors.php index 925b9490..a04401bf 100644 --- a/app/locale/zh_CN/errors.php +++ b/app/locale/zh_CN/errors.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/zh_CN/messages.php b/app/locale/zh_CN/messages.php index de97ab02..7daecdc4 100644 --- a/app/locale/zh_CN/messages.php +++ b/app/locale/zh_CN/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/zh_CN/validate.php b/app/locale/zh_CN/validate.php index af2594f9..09954cbf 100644 --- a/app/locale/zh_CN/validate.php +++ b/app/locale/zh_CN/validate.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/AssetsBuildCommand.php b/app/src/Bakery/AssetsBuildCommand.php index 0b5b6e49..14071a4c 100644 --- a/app/src/Bakery/AssetsBuildCommand.php +++ b/app/src/Bakery/AssetsBuildCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/AssetsInstallCommand.php b/app/src/Bakery/AssetsInstallCommand.php index fd5d5686..6df1d486 100644 --- a/app/src/Bakery/AssetsInstallCommand.php +++ b/app/src/Bakery/AssetsInstallCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/AssetsUpdateCommand.php b/app/src/Bakery/AssetsUpdateCommand.php index 807e3da5..93af5cee 100644 --- a/app/src/Bakery/AssetsUpdateCommand.php +++ b/app/src/Bakery/AssetsUpdateCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/AssetsWebpackCommand.php b/app/src/Bakery/AssetsWebpackCommand.php index 08a0a42b..b5b53f14 100644 --- a/app/src/Bakery/AssetsWebpackCommand.php +++ b/app/src/Bakery/AssetsWebpackCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/BakeCommand.php b/app/src/Bakery/BakeCommand.php index c204005c..5cd95deb 100644 --- a/app/src/Bakery/BakeCommand.php +++ b/app/src/Bakery/BakeCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/ClearCacheCommand.php b/app/src/Bakery/ClearCacheCommand.php index 81e3c5a2..bade8b68 100644 --- a/app/src/Bakery/ClearCacheCommand.php +++ b/app/src/Bakery/ClearCacheCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugCommand.php b/app/src/Bakery/DebugCommand.php index d7e62d7c..0e4c4041 100644 --- a/app/src/Bakery/DebugCommand.php +++ b/app/src/Bakery/DebugCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugConfigCommand.php b/app/src/Bakery/DebugConfigCommand.php index 56cbf2d3..9eb0a186 100644 --- a/app/src/Bakery/DebugConfigCommand.php +++ b/app/src/Bakery/DebugConfigCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugDbCommand.php b/app/src/Bakery/DebugDbCommand.php index 0f6b9143..63ca22c0 100644 --- a/app/src/Bakery/DebugDbCommand.php +++ b/app/src/Bakery/DebugDbCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugEventsCommand.php b/app/src/Bakery/DebugEventsCommand.php index 57a96154..edb3e38b 100644 --- a/app/src/Bakery/DebugEventsCommand.php +++ b/app/src/Bakery/DebugEventsCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugLocatorCommand.php b/app/src/Bakery/DebugLocatorCommand.php index a78e0a75..29f0b3d6 100644 --- a/app/src/Bakery/DebugLocatorCommand.php +++ b/app/src/Bakery/DebugLocatorCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugMailCommand.php b/app/src/Bakery/DebugMailCommand.php index b6c66f04..06be6f93 100644 --- a/app/src/Bakery/DebugMailCommand.php +++ b/app/src/Bakery/DebugMailCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugTwigCommand.php b/app/src/Bakery/DebugTwigCommand.php index 1683447a..3b206af9 100644 --- a/app/src/Bakery/DebugTwigCommand.php +++ b/app/src/Bakery/DebugTwigCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/DebugVersionCommand.php b/app/src/Bakery/DebugVersionCommand.php index 66fb2cd3..4be3f21b 100644 --- a/app/src/Bakery/DebugVersionCommand.php +++ b/app/src/Bakery/DebugVersionCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/AbstractAggregateCommandEvent.php b/app/src/Bakery/Event/AbstractAggregateCommandEvent.php index 0610951e..3c4fc37b 100644 --- a/app/src/Bakery/Event/AbstractAggregateCommandEvent.php +++ b/app/src/Bakery/Event/AbstractAggregateCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/AssetsBuildCommandEvent.php b/app/src/Bakery/Event/AssetsBuildCommandEvent.php index bd89da9d..8058c069 100644 --- a/app/src/Bakery/Event/AssetsBuildCommandEvent.php +++ b/app/src/Bakery/Event/AssetsBuildCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/BakeCommandEvent.php b/app/src/Bakery/Event/BakeCommandEvent.php index 1436c2bc..507330af 100644 --- a/app/src/Bakery/Event/BakeCommandEvent.php +++ b/app/src/Bakery/Event/BakeCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/DebugCommandEvent.php b/app/src/Bakery/Event/DebugCommandEvent.php index d7d94bc9..6e263b0a 100644 --- a/app/src/Bakery/Event/DebugCommandEvent.php +++ b/app/src/Bakery/Event/DebugCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/DebugVerboseCommandEvent.php b/app/src/Bakery/Event/DebugVerboseCommandEvent.php index ecb9ace7..8024139f 100644 --- a/app/src/Bakery/Event/DebugVerboseCommandEvent.php +++ b/app/src/Bakery/Event/DebugVerboseCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Event/SetupCommandEvent.php b/app/src/Bakery/Event/SetupCommandEvent.php index e2dde8d1..29fde29d 100644 --- a/app/src/Bakery/Event/SetupCommandEvent.php +++ b/app/src/Bakery/Event/SetupCommandEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Helper/DatabaseTest.php b/app/src/Bakery/Helper/DatabaseTest.php index 0bdfb023..04f8b3fd 100644 --- a/app/src/Bakery/Helper/DatabaseTest.php +++ b/app/src/Bakery/Helper/DatabaseTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Helper/DbParamTester.php b/app/src/Bakery/Helper/DbParamTester.php index 74b4c197..54c5b2b3 100644 --- a/app/src/Bakery/Helper/DbParamTester.php +++ b/app/src/Bakery/Helper/DbParamTester.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Helper/LocaleOption.php b/app/src/Bakery/Helper/LocaleOption.php index 5027098e..1ef78ba5 100644 --- a/app/src/Bakery/Helper/LocaleOption.php +++ b/app/src/Bakery/Helper/LocaleOption.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Helper/ShellCommandHelper.php b/app/src/Bakery/Helper/ShellCommandHelper.php index bf562b8e..803f58d4 100644 --- a/app/src/Bakery/Helper/ShellCommandHelper.php +++ b/app/src/Bakery/Helper/ShellCommandHelper.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/LocaleCompareCommand.php b/app/src/Bakery/LocaleCompareCommand.php index 641f978e..45b6c07c 100644 --- a/app/src/Bakery/LocaleCompareCommand.php +++ b/app/src/Bakery/LocaleCompareCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/LocaleDictionaryCommand.php b/app/src/Bakery/LocaleDictionaryCommand.php index 04349e44..76296e54 100644 --- a/app/src/Bakery/LocaleDictionaryCommand.php +++ b/app/src/Bakery/LocaleDictionaryCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/LocaleInfoCommand.php b/app/src/Bakery/LocaleInfoCommand.php index de94989f..dae571fa 100644 --- a/app/src/Bakery/LocaleInfoCommand.php +++ b/app/src/Bakery/LocaleInfoCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateCleanCommand.php b/app/src/Bakery/MigrateCleanCommand.php index 3ea6c382..d8e617b9 100644 --- a/app/src/Bakery/MigrateCleanCommand.php +++ b/app/src/Bakery/MigrateCleanCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateCommand.php b/app/src/Bakery/MigrateCommand.php index b2c113dc..24673f63 100644 --- a/app/src/Bakery/MigrateCommand.php +++ b/app/src/Bakery/MigrateCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateRefreshCommand.php b/app/src/Bakery/MigrateRefreshCommand.php index 54e692ee..c8dca21c 100644 --- a/app/src/Bakery/MigrateRefreshCommand.php +++ b/app/src/Bakery/MigrateRefreshCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateResetCommand.php b/app/src/Bakery/MigrateResetCommand.php index 91429544..76efea3f 100644 --- a/app/src/Bakery/MigrateResetCommand.php +++ b/app/src/Bakery/MigrateResetCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateResetHardCommand.php b/app/src/Bakery/MigrateResetHardCommand.php index dd616e87..9afe1ff1 100644 --- a/app/src/Bakery/MigrateResetHardCommand.php +++ b/app/src/Bakery/MigrateResetHardCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateRollbackCommand.php b/app/src/Bakery/MigrateRollbackCommand.php index 0995484e..921fa78b 100644 --- a/app/src/Bakery/MigrateRollbackCommand.php +++ b/app/src/Bakery/MigrateRollbackCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/MigrateStatusCommand.php b/app/src/Bakery/MigrateStatusCommand.php index 1d24dd72..c377ce6a 100644 --- a/app/src/Bakery/MigrateStatusCommand.php +++ b/app/src/Bakery/MigrateStatusCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/RouteListCommand.php b/app/src/Bakery/RouteListCommand.php index da4661d9..7bd8362c 100644 --- a/app/src/Bakery/RouteListCommand.php +++ b/app/src/Bakery/RouteListCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SeedCommand.php b/app/src/Bakery/SeedCommand.php index 4de66fd9..7e84b5fd 100644 --- a/app/src/Bakery/SeedCommand.php +++ b/app/src/Bakery/SeedCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SeedListCommand.php b/app/src/Bakery/SeedListCommand.php index 23bace97..ee1987f3 100644 --- a/app/src/Bakery/SeedListCommand.php +++ b/app/src/Bakery/SeedListCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/ServeCommand.php b/app/src/Bakery/ServeCommand.php index 86e57cd1..9923531f 100644 --- a/app/src/Bakery/ServeCommand.php +++ b/app/src/Bakery/ServeCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SetupCommand.php b/app/src/Bakery/SetupCommand.php index fc396239..0c97f91c 100644 --- a/app/src/Bakery/SetupCommand.php +++ b/app/src/Bakery/SetupCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SetupDbCommand.php b/app/src/Bakery/SetupDbCommand.php index e26efc1f..dc62e759 100644 --- a/app/src/Bakery/SetupDbCommand.php +++ b/app/src/Bakery/SetupDbCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SetupEnvCommand.php b/app/src/Bakery/SetupEnvCommand.php index e671410e..f5f1203c 100644 --- a/app/src/Bakery/SetupEnvCommand.php +++ b/app/src/Bakery/SetupEnvCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SetupMailCommand.php b/app/src/Bakery/SetupMailCommand.php index 0257b092..e77c9d5c 100644 --- a/app/src/Bakery/SetupMailCommand.php +++ b/app/src/Bakery/SetupMailCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/SprinkleListCommand.php b/app/src/Bakery/SprinkleListCommand.php index 206c38b3..640d189c 100644 --- a/app/src/Bakery/SprinkleListCommand.php +++ b/app/src/Bakery/SprinkleListCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/TestMailCommand.php b/app/src/Bakery/TestMailCommand.php index d296a926..03e181fc 100644 --- a/app/src/Bakery/TestMailCommand.php +++ b/app/src/Bakery/TestMailCommand.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/AlertsController.php b/app/src/Controller/AlertsController.php index bd1b59f8..e19495b2 100644 --- a/app/src/Controller/AlertsController.php +++ b/app/src/Controller/AlertsController.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Core.php b/app/src/Core.php index f939394f..29436369 100644 --- a/app/src/Core.php +++ b/app/src/Core.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Csrf/CsrfGuard.php b/app/src/Csrf/CsrfGuard.php index f44e5511..9de148a4 100644 --- a/app/src/Csrf/CsrfGuard.php +++ b/app/src/Csrf/CsrfGuard.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Csrf/CsrfGuardMiddleware.php b/app/src/Csrf/CsrfGuardMiddleware.php index 1907b30d..83a6c758 100644 --- a/app/src/Csrf/CsrfGuardMiddleware.php +++ b/app/src/Csrf/CsrfGuardMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Builder.php b/app/src/Database/Builder.php index 22c58a07..8af16db7 100644 --- a/app/src/Database/Builder.php +++ b/app/src/Database/Builder.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -202,8 +202,8 @@ protected function getQualifiedColumnNames(?string $table = null): array /** * Fully qualify any unqualified columns in a list with this builder's table name. * - * @param string[] $columns - * @param string|null $table + * @param string[] $columns + * @param string|null $table * * @return string[] */ diff --git a/app/src/Database/Factories/Factory.php b/app/src/Database/Factories/Factory.php index dda40aa5..4ccf2236 100644 --- a/app/src/Database/Factories/Factory.php +++ b/app/src/Database/Factories/Factory.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migration.php b/app/src/Database/Migration.php index 6176fb0d..206e0b7f 100644 --- a/app/src/Database/Migration.php +++ b/app/src/Database/Migration.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/MigrationInterface.php b/app/src/Database/MigrationInterface.php index 0f012515..9d7d609c 100644 --- a/app/src/Database/MigrationInterface.php +++ b/app/src/Database/MigrationInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/SessionsTable.php b/app/src/Database/Migrations/v400/SessionsTable.php index 803df8ca..3a6da5d8 100644 --- a/app/src/Database/Migrations/v400/SessionsTable.php +++ b/app/src/Database/Migrations/v400/SessionsTable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -19,7 +19,7 @@ * Sessions table migration * Version 4.0.0. * - * See https://laravel.com/docs/5.8/migrations#tables + * See https://laravel.com/docs/10.x/migrations#tables */ class SessionsTable extends Migration { diff --git a/app/src/Database/Migrations/v400/ThrottlesTable.php b/app/src/Database/Migrations/v400/ThrottlesTable.php index 2f8d2ca3..2058f19b 100644 --- a/app/src/Database/Migrations/v400/ThrottlesTable.php +++ b/app/src/Database/Migrations/v400/ThrottlesTable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrator/DatabaseMigrationRepository.php b/app/src/Database/Migrator/DatabaseMigrationRepository.php index 9e0d2326..8f7da28a 100644 --- a/app/src/Database/Migrator/DatabaseMigrationRepository.php +++ b/app/src/Database/Migrator/DatabaseMigrationRepository.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrator/MigrationLocatorInterface.php b/app/src/Database/Migrator/MigrationLocatorInterface.php index 7201ff3a..6150343e 100644 --- a/app/src/Database/Migrator/MigrationLocatorInterface.php +++ b/app/src/Database/Migrator/MigrationLocatorInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrator/MigrationRepositoryInterface.php b/app/src/Database/Migrator/MigrationRepositoryInterface.php index d6d68d3d..52c662c5 100644 --- a/app/src/Database/Migrator/MigrationRepositoryInterface.php +++ b/app/src/Database/Migrator/MigrationRepositoryInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrator/Migrator.php b/app/src/Database/Migrator/Migrator.php index 3743120a..a78866bd 100644 --- a/app/src/Database/Migrator/Migrator.php +++ b/app/src/Database/Migrator/Migrator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrator/SprinkleMigrationLocator.php b/app/src/Database/Migrator/SprinkleMigrationLocator.php index e29e78f4..2c28ea2d 100644 --- a/app/src/Database/Migrator/SprinkleMigrationLocator.php +++ b/app/src/Database/Migrator/SprinkleMigrationLocator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Concerns/HasRelationships.php b/app/src/Database/Models/Concerns/HasRelationships.php index 8e0165e6..a2dc6521 100644 --- a/app/src/Database/Models/Concerns/HasRelationships.php +++ b/app/src/Database/Models/Concerns/HasRelationships.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/SessionModelInterface.php b/app/src/Database/Models/Interfaces/SessionModelInterface.php index 10d51733..49db82a2 100644 --- a/app/src/Database/Models/Interfaces/SessionModelInterface.php +++ b/app/src/Database/Models/Interfaces/SessionModelInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/ThrottleModelInterface.php b/app/src/Database/Models/Interfaces/ThrottleModelInterface.php index 8c8033f8..de28ddb1 100644 --- a/app/src/Database/Models/Interfaces/ThrottleModelInterface.php +++ b/app/src/Database/Models/Interfaces/ThrottleModelInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/MigrationTable.php b/app/src/Database/Models/MigrationTable.php index 901a882c..72ea3c96 100644 --- a/app/src/Database/Models/MigrationTable.php +++ b/app/src/Database/Models/MigrationTable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Model.php b/app/src/Database/Models/Model.php index 57a3a698..c49d9c64 100644 --- a/app/src/Database/Models/Model.php +++ b/app/src/Database/Models/Model.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Session.php b/app/src/Database/Models/Session.php index eaea5995..f211e040 100644 --- a/app/src/Database/Models/Session.php +++ b/app/src/Database/Models/Session.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Throttle.php b/app/src/Database/Models/Throttle.php index a8dbb52b..29cfe93c 100644 --- a/app/src/Database/Models/Throttle.php +++ b/app/src/Database/Models/Throttle.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Relations/BelongsToManyThrough.php b/app/src/Database/Relations/BelongsToManyThrough.php index 0f30d7a6..8d14ae2f 100644 --- a/app/src/Database/Relations/BelongsToManyThrough.php +++ b/app/src/Database/Relations/BelongsToManyThrough.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Relations/BelongsToManyUnique.php b/app/src/Database/Relations/BelongsToManyUnique.php index d65096f0..c2a79178 100644 --- a/app/src/Database/Relations/BelongsToManyUnique.php +++ b/app/src/Database/Relations/BelongsToManyUnique.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -18,7 +18,7 @@ /** * A BelongsToMany relationship that reduces the related members to a unique (by primary key) set. * - * @see https://github.com/laravel/framework/blob/5.8/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php + * @see https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php */ class BelongsToManyUnique extends BelongsToMany { diff --git a/app/src/Database/Relations/Concerns/Syncable.php b/app/src/Database/Relations/Concerns/Syncable.php index 160a029d..c8917bc8 100644 --- a/app/src/Database/Relations/Concerns/Syncable.php +++ b/app/src/Database/Relations/Concerns/Syncable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Relations/Concerns/Unique.php b/app/src/Database/Relations/Concerns/Unique.php index 06ed6188..72dc4c34 100644 --- a/app/src/Database/Relations/Concerns/Unique.php +++ b/app/src/Database/Relations/Concerns/Unique.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Relations/HasManySyncable.php b/app/src/Database/Relations/HasManySyncable.php index 48fb68ca..140bc2bf 100644 --- a/app/src/Database/Relations/HasManySyncable.php +++ b/app/src/Database/Relations/HasManySyncable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -18,7 +18,7 @@ /** * A HasMany relationship that supports a `sync` method. * - * @see https://github.com/laravel/framework/blob/5.8/src/Illuminate/Database/Eloquent/Relations/HasMany.php + * @see https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Relations/HasMany.php */ class HasManySyncable extends HasMany { diff --git a/app/src/Database/Relations/MorphManySyncable.php b/app/src/Database/Relations/MorphManySyncable.php index a0ab6164..8c43e3fa 100644 --- a/app/src/Database/Relations/MorphManySyncable.php +++ b/app/src/Database/Relations/MorphManySyncable.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -20,7 +20,7 @@ * * @author Alex Weissman (https://alexanderweissman.com) * - * @see https://github.com/laravel/framework/blob/5.8/src/Illuminate/Database/Eloquent/Relations/MorphMany.php + * @see https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Relations/MorphMany.php */ class MorphManySyncable extends MorphMany { diff --git a/app/src/Database/Relations/MorphToManyUnique.php b/app/src/Database/Relations/MorphToManyUnique.php index 2e318b3d..4af288e0 100644 --- a/app/src/Database/Relations/MorphToManyUnique.php +++ b/app/src/Database/Relations/MorphToManyUnique.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -18,7 +18,7 @@ /** * A MorphToMany relationship that reduces the related members to a unique (by primary key) set. * - * @see https://github.com/laravel/framework/blob/5.8/src/Illuminate/Database/Eloquent/Relations/MorphToMany.php + * @see https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Relations/MorphToMany.php */ class MorphToManyUnique extends MorphToMany { diff --git a/app/src/Error/ExceptionHandlerMiddleware.php b/app/src/Error/ExceptionHandlerMiddleware.php index be4d8bd9..c8218296 100755 --- a/app/src/Error/ExceptionHandlerMiddleware.php +++ b/app/src/Error/ExceptionHandlerMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Handler/ExceptionHandler.php b/app/src/Error/Handler/ExceptionHandler.php index d14ec02d..89b30136 100644 --- a/app/src/Error/Handler/ExceptionHandler.php +++ b/app/src/Error/Handler/ExceptionHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Handler/ExceptionHandlerInterface.php b/app/src/Error/Handler/ExceptionHandlerInterface.php index 6411cc6d..73a59ae0 100644 --- a/app/src/Error/Handler/ExceptionHandlerInterface.php +++ b/app/src/Error/Handler/ExceptionHandlerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Handler/HttpExceptionHandler.php b/app/src/Error/Handler/HttpExceptionHandler.php index f1cdbdad..b25a8963 100644 --- a/app/src/Error/Handler/HttpExceptionHandler.php +++ b/app/src/Error/Handler/HttpExceptionHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Handler/PhpMailerExceptionHandler.php b/app/src/Error/Handler/PhpMailerExceptionHandler.php index 3a1561f0..b3b8a042 100644 --- a/app/src/Error/Handler/PhpMailerExceptionHandler.php +++ b/app/src/Error/Handler/PhpMailerExceptionHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Handler/UserMessageExceptionHandler.php b/app/src/Error/Handler/UserMessageExceptionHandler.php index 15bbc5eb..427102da 100644 --- a/app/src/Error/Handler/UserMessageExceptionHandler.php +++ b/app/src/Error/Handler/UserMessageExceptionHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/RegisterShutdownHandler.php b/app/src/Error/RegisterShutdownHandler.php index 5d8e2b32..4ef4d6be 100755 --- a/app/src/Error/RegisterShutdownHandler.php +++ b/app/src/Error/RegisterShutdownHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/ErrorRendererInterface.php b/app/src/Error/Renderer/ErrorRendererInterface.php index 54e90b8c..3bc34dc3 100755 --- a/app/src/Error/Renderer/ErrorRendererInterface.php +++ b/app/src/Error/Renderer/ErrorRendererInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/HtmlRenderer.php b/app/src/Error/Renderer/HtmlRenderer.php index 98f1991a..d9c523cf 100644 --- a/app/src/Error/Renderer/HtmlRenderer.php +++ b/app/src/Error/Renderer/HtmlRenderer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/JsonRenderer.php b/app/src/Error/Renderer/JsonRenderer.php index 5255689c..4f96910b 100755 --- a/app/src/Error/Renderer/JsonRenderer.php +++ b/app/src/Error/Renderer/JsonRenderer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/PlainTextRenderer.php b/app/src/Error/Renderer/PlainTextRenderer.php index 30031e7b..4256e418 100755 --- a/app/src/Error/Renderer/PlainTextRenderer.php +++ b/app/src/Error/Renderer/PlainTextRenderer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/PrettyPageRenderer.php b/app/src/Error/Renderer/PrettyPageRenderer.php index 435539cb..7474c8ad 100644 --- a/app/src/Error/Renderer/PrettyPageRenderer.php +++ b/app/src/Error/Renderer/PrettyPageRenderer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/Renderer/XmlRenderer.php b/app/src/Error/Renderer/XmlRenderer.php index 6b31cdfd..1cb6933e 100755 --- a/app/src/Error/Renderer/XmlRenderer.php +++ b/app/src/Error/Renderer/XmlRenderer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Error/ShutdownHandler.php b/app/src/Error/ShutdownHandler.php index d7477704..d44691c6 100755 --- a/app/src/Error/ShutdownHandler.php +++ b/app/src/Error/ShutdownHandler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/Contract/RedirectingEventInterface.php b/app/src/Event/Contract/RedirectingEventInterface.php index b637f753..7692234a 100644 --- a/app/src/Event/Contract/RedirectingEventInterface.php +++ b/app/src/Event/Contract/RedirectingEventInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/Helper/RedirectTrait.php b/app/src/Event/Helper/RedirectTrait.php index 9e0edb05..6525394d 100644 --- a/app/src/Event/Helper/RedirectTrait.php +++ b/app/src/Event/Helper/RedirectTrait.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/Helper/StoppableTrait.php b/app/src/Event/Helper/StoppableTrait.php index c16f3a85..840b411a 100644 --- a/app/src/Event/Helper/StoppableTrait.php +++ b/app/src/Event/Helper/StoppableTrait.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/ResourceLocatorInitiatedEvent.php b/app/src/Event/ResourceLocatorInitiatedEvent.php index 08fd4756..62edf2c5 100644 --- a/app/src/Event/ResourceLocatorInitiatedEvent.php +++ b/app/src/Event/ResourceLocatorInitiatedEvent.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/BadConfigException.php b/app/src/Exceptions/BadConfigException.php index 7ec56eac..538ac9ec 100644 --- a/app/src/Exceptions/BadConfigException.php +++ b/app/src/Exceptions/BadConfigException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/Contracts/TwigRenderedException.php b/app/src/Exceptions/Contracts/TwigRenderedException.php index 707d014f..785892d2 100644 --- a/app/src/Exceptions/Contracts/TwigRenderedException.php +++ b/app/src/Exceptions/Contracts/TwigRenderedException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/Contracts/UserMessageException.php b/app/src/Exceptions/Contracts/UserMessageException.php index 17fbe36b..1a299bc9 100644 --- a/app/src/Exceptions/Contracts/UserMessageException.php +++ b/app/src/Exceptions/Contracts/UserMessageException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/CsrfMissingException.php b/app/src/Exceptions/CsrfMissingException.php index c52a7f47..bb1da6d2 100644 --- a/app/src/Exceptions/CsrfMissingException.php +++ b/app/src/Exceptions/CsrfMissingException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/MigrationDependencyNotMetException.php b/app/src/Exceptions/MigrationDependencyNotMetException.php index ea70663f..64f2bd7a 100644 --- a/app/src/Exceptions/MigrationDependencyNotMetException.php +++ b/app/src/Exceptions/MigrationDependencyNotMetException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/MigrationNotFoundException.php b/app/src/Exceptions/MigrationNotFoundException.php index 3dd33a2e..dd33a935 100644 --- a/app/src/Exceptions/MigrationNotFoundException.php +++ b/app/src/Exceptions/MigrationNotFoundException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/MigrationRollbackException.php b/app/src/Exceptions/MigrationRollbackException.php index 7364eb94..ad8961df 100644 --- a/app/src/Exceptions/MigrationRollbackException.php +++ b/app/src/Exceptions/MigrationRollbackException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/NotFoundException.php b/app/src/Exceptions/NotFoundException.php index 96176039..0a1317b6 100644 --- a/app/src/Exceptions/NotFoundException.php +++ b/app/src/Exceptions/NotFoundException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/UserFacingException.php b/app/src/Exceptions/UserFacingException.php index 14ea6d0f..f36a41de 100644 --- a/app/src/Exceptions/UserFacingException.php +++ b/app/src/Exceptions/UserFacingException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/ValidationException.php b/app/src/Exceptions/ValidationException.php index fe2ac167..8fa6c724 100644 --- a/app/src/Exceptions/ValidationException.php +++ b/app/src/Exceptions/ValidationException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/VersionCompareException.php b/app/src/Exceptions/VersionCompareException.php index b3658daa..852a95f1 100644 --- a/app/src/Exceptions/VersionCompareException.php +++ b/app/src/Exceptions/VersionCompareException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Filesystem/FilesystemManager.php b/app/src/Filesystem/FilesystemManager.php index d3d5969c..b5985f0c 100644 --- a/app/src/Filesystem/FilesystemManager.php +++ b/app/src/Filesystem/FilesystemManager.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/I18n/SiteLocale.php b/app/src/I18n/SiteLocale.php index a563a78d..9a2eeed4 100644 --- a/app/src/I18n/SiteLocale.php +++ b/app/src/I18n/SiteLocale.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/I18n/SiteLocaleInterface.php b/app/src/I18n/SiteLocaleInterface.php index 4b4207f9..6f78ced6 100644 --- a/app/src/I18n/SiteLocaleInterface.php +++ b/app/src/I18n/SiteLocaleInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listeners/LogExecutedQuery.php b/app/src/Listeners/LogExecutedQuery.php index 0f321c80..e4b90b58 100644 --- a/app/src/Listeners/LogExecutedQuery.php +++ b/app/src/Listeners/LogExecutedQuery.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listeners/ModelInitiated.php b/app/src/Listeners/ModelInitiated.php index e86eecd7..561ed2b4 100755 --- a/app/src/Listeners/ModelInitiated.php +++ b/app/src/Listeners/ModelInitiated.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listeners/ResourceLocatorInitiated.php b/app/src/Listeners/ResourceLocatorInitiated.php index 205640bd..7ac88585 100755 --- a/app/src/Listeners/ResourceLocatorInitiated.php +++ b/app/src/Listeners/ResourceLocatorInitiated.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listeners/SetRouteCaching.php b/app/src/Listeners/SetRouteCaching.php index 2765222c..3ca2b3da 100755 --- a/app/src/Listeners/SetRouteCaching.php +++ b/app/src/Listeners/SetRouteCaching.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/DebugLogger.php b/app/src/Log/DebugLogger.php index d354689b..0855a614 100644 --- a/app/src/Log/DebugLogger.php +++ b/app/src/Log/DebugLogger.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/DebugLoggerInterface.php b/app/src/Log/DebugLoggerInterface.php index c2f7813e..ec6276e4 100644 --- a/app/src/Log/DebugLoggerInterface.php +++ b/app/src/Log/DebugLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/ErrorLogger.php b/app/src/Log/ErrorLogger.php index edadd98d..cbd722ef 100644 --- a/app/src/Log/ErrorLogger.php +++ b/app/src/Log/ErrorLogger.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/ErrorLoggerInterface.php b/app/src/Log/ErrorLoggerInterface.php index b3d8e342..7c3c3add 100644 --- a/app/src/Log/ErrorLoggerInterface.php +++ b/app/src/Log/ErrorLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/Logger.php b/app/src/Log/Logger.php index 78897a04..6d3d402f 100644 --- a/app/src/Log/Logger.php +++ b/app/src/Log/Logger.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/MailLogger.php b/app/src/Log/MailLogger.php index ac89287a..b1e2693a 100644 --- a/app/src/Log/MailLogger.php +++ b/app/src/Log/MailLogger.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/MailLoggerInterface.php b/app/src/Log/MailLoggerInterface.php index 277fa3a2..01c25a94 100644 --- a/app/src/Log/MailLoggerInterface.php +++ b/app/src/Log/MailLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/QueryLogger.php b/app/src/Log/QueryLogger.php index 6826badf..0c4b7151 100644 --- a/app/src/Log/QueryLogger.php +++ b/app/src/Log/QueryLogger.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/QueryLoggerInterface.php b/app/src/Log/QueryLoggerInterface.php index e9f56f83..131445f0 100644 --- a/app/src/Log/QueryLoggerInterface.php +++ b/app/src/Log/QueryLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/AbstractMailMessage.php b/app/src/Mail/AbstractMailMessage.php index ab01b0f1..19d39fc6 100644 --- a/app/src/Mail/AbstractMailMessage.php +++ b/app/src/Mail/AbstractMailMessage.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/EmailRecipient.php b/app/src/Mail/EmailRecipient.php index b67e5856..2483e43e 100755 --- a/app/src/Mail/EmailRecipient.php +++ b/app/src/Mail/EmailRecipient.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/MailMessage.php b/app/src/Mail/MailMessage.php index 327e78b1..f79f09ae 100644 --- a/app/src/Mail/MailMessage.php +++ b/app/src/Mail/MailMessage.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/Mailer.php b/app/src/Mail/Mailer.php index cab8e568..4e52b8c6 100644 --- a/app/src/Mail/Mailer.php +++ b/app/src/Mail/Mailer.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/StaticMailMessage.php b/app/src/Mail/StaticMailMessage.php index 9f6fc608..afa9f6e0 100644 --- a/app/src/Mail/StaticMailMessage.php +++ b/app/src/Mail/StaticMailMessage.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/TwigMailMessage.php b/app/src/Mail/TwigMailMessage.php index 19cbcb10..e7768d2c 100644 --- a/app/src/Mail/TwigMailMessage.php +++ b/app/src/Mail/TwigMailMessage.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/FilePermissionMiddleware.php b/app/src/Middlewares/FilePermissionMiddleware.php index d52000ed..e4e6042c 100644 --- a/app/src/Middlewares/FilePermissionMiddleware.php +++ b/app/src/Middlewares/FilePermissionMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/Injector/AbstractInjector.php b/app/src/Middlewares/Injector/AbstractInjector.php index c443cc68..07f2ef29 100644 --- a/app/src/Middlewares/Injector/AbstractInjector.php +++ b/app/src/Middlewares/Injector/AbstractInjector.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/LocaleMiddleware.php b/app/src/Middlewares/LocaleMiddleware.php index 9141c415..95f81488 100644 --- a/app/src/Middlewares/LocaleMiddleware.php +++ b/app/src/Middlewares/LocaleMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/NoCache.php b/app/src/Middlewares/NoCache.php index 71292bea..e8f21b49 100644 --- a/app/src/Middlewares/NoCache.php +++ b/app/src/Middlewares/NoCache.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/SessionMiddleware.php b/app/src/Middlewares/SessionMiddleware.php index 6ff34c47..2d7bca12 100644 --- a/app/src/Middlewares/SessionMiddleware.php +++ b/app/src/Middlewares/SessionMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Middlewares/URIMiddleware.php b/app/src/Middlewares/URIMiddleware.php index 709ff285..500000ae 100644 --- a/app/src/Middlewares/URIMiddleware.php +++ b/app/src/Middlewares/URIMiddleware.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Routes/AlertsRoutes.php b/app/src/Routes/AlertsRoutes.php index 4801a69b..5f6112d0 100644 --- a/app/src/Routes/AlertsRoutes.php +++ b/app/src/Routes/AlertsRoutes.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Seeder/SeedInterface.php b/app/src/Seeder/SeedInterface.php index a03abfd2..03b14ebf 100644 --- a/app/src/Seeder/SeedInterface.php +++ b/app/src/Seeder/SeedInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Seeder/SeedRepositoryInterface.php b/app/src/Seeder/SeedRepositoryInterface.php index ec4ec8cd..44eade8c 100644 --- a/app/src/Seeder/SeedRepositoryInterface.php +++ b/app/src/Seeder/SeedRepositoryInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Seeder/SprinkleSeedsRepository.php b/app/src/Seeder/SprinkleSeedsRepository.php index eff14fda..b7b5249f 100644 --- a/app/src/Seeder/SprinkleSeedsRepository.php +++ b/app/src/Seeder/SprinkleSeedsRepository.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/AlertStreamService.php b/app/src/ServicesProvider/AlertStreamService.php index cc5372bd..05b988af 100644 --- a/app/src/ServicesProvider/AlertStreamService.php +++ b/app/src/ServicesProvider/AlertStreamService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/CacheService.php b/app/src/ServicesProvider/CacheService.php index b9f875cc..d30bbe03 100644 --- a/app/src/ServicesProvider/CacheService.php +++ b/app/src/ServicesProvider/CacheService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/ConfigService.php b/app/src/ServicesProvider/ConfigService.php index ce3253c8..ac42cef9 100644 --- a/app/src/ServicesProvider/ConfigService.php +++ b/app/src/ServicesProvider/ConfigService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/DatabaseService.php b/app/src/ServicesProvider/DatabaseService.php index 4f8ca3af..2872ae97 100644 --- a/app/src/ServicesProvider/DatabaseService.php +++ b/app/src/ServicesProvider/DatabaseService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/ErrorHandlerService.php b/app/src/ServicesProvider/ErrorHandlerService.php index 5cce2b94..24d6cbc4 100644 --- a/app/src/ServicesProvider/ErrorHandlerService.php +++ b/app/src/ServicesProvider/ErrorHandlerService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/I18nService.php b/app/src/ServicesProvider/I18nService.php index 18953e54..82a75c8b 100644 --- a/app/src/ServicesProvider/I18nService.php +++ b/app/src/ServicesProvider/I18nService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/LocatorService.php b/app/src/ServicesProvider/LocatorService.php index 1e2ecc19..a1a61e1c 100644 --- a/app/src/ServicesProvider/LocatorService.php +++ b/app/src/ServicesProvider/LocatorService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/LoggersService.php b/app/src/ServicesProvider/LoggersService.php index 788c2b89..bd7be04a 100644 --- a/app/src/ServicesProvider/LoggersService.php +++ b/app/src/ServicesProvider/LoggersService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/MailService.php b/app/src/ServicesProvider/MailService.php index b6687640..34e24996 100644 --- a/app/src/ServicesProvider/MailService.php +++ b/app/src/ServicesProvider/MailService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/MigratorService.php b/app/src/ServicesProvider/MigratorService.php index 85eee3fb..6ec104db 100644 --- a/app/src/ServicesProvider/MigratorService.php +++ b/app/src/ServicesProvider/MigratorService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/RoutingService.php b/app/src/ServicesProvider/RoutingService.php index b31deb99..774887bc 100644 --- a/app/src/ServicesProvider/RoutingService.php +++ b/app/src/ServicesProvider/RoutingService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/SeedService.php b/app/src/ServicesProvider/SeedService.php index 53aa75b6..6edce9b3 100644 --- a/app/src/ServicesProvider/SeedService.php +++ b/app/src/ServicesProvider/SeedService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/SessionService.php b/app/src/ServicesProvider/SessionService.php index dcef14b1..0d057103 100644 --- a/app/src/ServicesProvider/SessionService.php +++ b/app/src/ServicesProvider/SessionService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/ThrottlerService.php b/app/src/ServicesProvider/ThrottlerService.php index 9718d60c..914d948d 100644 --- a/app/src/ServicesProvider/ThrottlerService.php +++ b/app/src/ServicesProvider/ThrottlerService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/TwigService.php b/app/src/ServicesProvider/TwigService.php index 022c7dcd..193acbf0 100644 --- a/app/src/ServicesProvider/TwigService.php +++ b/app/src/ServicesProvider/TwigService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/VersionsService.php b/app/src/ServicesProvider/VersionsService.php index 513c18d9..5fec68e0 100644 --- a/app/src/ServicesProvider/VersionsService.php +++ b/app/src/ServicesProvider/VersionsService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/WebpackService.php b/app/src/ServicesProvider/WebpackService.php index 4d2491f8..91dfb86d 100644 --- a/app/src/ServicesProvider/WebpackService.php +++ b/app/src/ServicesProvider/WebpackService.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Sprinkle/Recipe/MigrationRecipe.php b/app/src/Sprinkle/Recipe/MigrationRecipe.php index 3aa3ac87..0e31f26a 100644 --- a/app/src/Sprinkle/Recipe/MigrationRecipe.php +++ b/app/src/Sprinkle/Recipe/MigrationRecipe.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Sprinkle/Recipe/SeedRecipe.php b/app/src/Sprinkle/Recipe/SeedRecipe.php index 043a6847..490e6004 100644 --- a/app/src/Sprinkle/Recipe/SeedRecipe.php +++ b/app/src/Sprinkle/Recipe/SeedRecipe.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Sprinkle/Recipe/TwigExtensionRecipe.php b/app/src/Sprinkle/Recipe/TwigExtensionRecipe.php index d1052a5e..377eded6 100644 --- a/app/src/Sprinkle/Recipe/TwigExtensionRecipe.php +++ b/app/src/Sprinkle/Recipe/TwigExtensionRecipe.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Sprunje/Sprunje.php b/app/src/Sprunje/Sprunje.php index 716eda26..6f8cd825 100644 --- a/app/src/Sprunje/Sprunje.php +++ b/app/src/Sprunje/Sprunje.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Sprunje/SprunjeException.php b/app/src/Sprunje/SprunjeException.php index db9b7e7f..4b4d96c9 100644 --- a/app/src/Sprunje/SprunjeException.php +++ b/app/src/Sprunje/SprunjeException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Testing/RefreshDatabase.php b/app/src/Testing/RefreshDatabase.php index 02e0eecd..3d226bc8 100644 --- a/app/src/Testing/RefreshDatabase.php +++ b/app/src/Testing/RefreshDatabase.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Throttle/ThrottleRule.php b/app/src/Throttle/ThrottleRule.php index bb33bf94..785df199 100644 --- a/app/src/Throttle/ThrottleRule.php +++ b/app/src/Throttle/ThrottleRule.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Throttle/Throttler.php b/app/src/Throttle/Throttler.php index f21de6ea..cec7fb57 100644 --- a/app/src/Throttle/Throttler.php +++ b/app/src/Throttle/Throttler.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Throttle/ThrottlerDelayException.php b/app/src/Throttle/ThrottlerDelayException.php index cc1c8895..ec8943c0 100644 --- a/app/src/Throttle/ThrottlerDelayException.php +++ b/app/src/Throttle/ThrottlerDelayException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Throttle/ThrottlerException.php b/app/src/Throttle/ThrottlerException.php index 038858ef..fa97be92 100644 --- a/app/src/Throttle/ThrottlerException.php +++ b/app/src/Throttle/ThrottlerException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/CacheHelper.php b/app/src/Twig/CacheHelper.php index 3f97d742..6b63a2b9 100755 --- a/app/src/Twig/CacheHelper.php +++ b/app/src/Twig/CacheHelper.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/AlertsExtension.php b/app/src/Twig/Extensions/AlertsExtension.php index 8070fc97..40285829 100644 --- a/app/src/Twig/Extensions/AlertsExtension.php +++ b/app/src/Twig/Extensions/AlertsExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/ConfigExtension.php b/app/src/Twig/Extensions/ConfigExtension.php index de0aeb7a..dadb56d6 100644 --- a/app/src/Twig/Extensions/ConfigExtension.php +++ b/app/src/Twig/Extensions/ConfigExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/CoreExtension.php b/app/src/Twig/Extensions/CoreExtension.php index dd88fc9f..c6d4e2a1 100755 --- a/app/src/Twig/Extensions/CoreExtension.php +++ b/app/src/Twig/Extensions/CoreExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/CsrfExtension.php b/app/src/Twig/Extensions/CsrfExtension.php index 71937400..6e304750 100644 --- a/app/src/Twig/Extensions/CsrfExtension.php +++ b/app/src/Twig/Extensions/CsrfExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/I18nExtension.php b/app/src/Twig/Extensions/I18nExtension.php index a4da2411..2b912a8c 100644 --- a/app/src/Twig/Extensions/I18nExtension.php +++ b/app/src/Twig/Extensions/I18nExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/Extensions/RoutesExtension.php b/app/src/Twig/Extensions/RoutesExtension.php index e7484dcd..c3cf718b 100644 --- a/app/src/Twig/Extensions/RoutesExtension.php +++ b/app/src/Twig/Extensions/RoutesExtension.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/SprinkleTwigRepository.php b/app/src/Twig/SprinkleTwigRepository.php index 528db4d6..1fbc6454 100644 --- a/app/src/Twig/SprinkleTwigRepository.php +++ b/app/src/Twig/SprinkleTwigRepository.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/TwigRepositoryInterface.php b/app/src/Twig/TwigRepositoryInterface.php index 59a65e87..25f0ea5d 100644 --- a/app/src/Twig/TwigRepositoryInterface.php +++ b/app/src/Twig/TwigRepositoryInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/Captcha.php b/app/src/Util/Captcha.php index e4bfed6c..23b7ae95 100644 --- a/app/src/Util/Captcha.php +++ b/app/src/Util/Captcha.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/DeterminesContentTypeTrait.php b/app/src/Util/DeterminesContentTypeTrait.php index a9aac9dc..5cf849a4 100644 --- a/app/src/Util/DeterminesContentTypeTrait.php +++ b/app/src/Util/DeterminesContentTypeTrait.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/Message/Message.php b/app/src/Util/Message/Message.php index f2889cd8..07fa4527 100755 --- a/app/src/Util/Message/Message.php +++ b/app/src/Util/Message/Message.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/RouteList.php b/app/src/Util/RouteList.php index 34f93c3b..151cdccf 100644 --- a/app/src/Util/RouteList.php +++ b/app/src/Util/RouteList.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/RouteParser.php b/app/src/Util/RouteParser.php index c263b410..efa81f5c 100644 --- a/app/src/Util/RouteParser.php +++ b/app/src/Util/RouteParser.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/RouteParserInterface.php b/app/src/Util/RouteParserInterface.php index f2990c31..14da0afe 100644 --- a/app/src/Util/RouteParserInterface.php +++ b/app/src/Util/RouteParserInterface.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Util/Util.php b/app/src/Util/Util.php index 1080cf0e..68b3d2c9 100644 --- a/app/src/Util/Util.php +++ b/app/src/Util/Util.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/AbstractVersionValidator.php b/app/src/Validators/AbstractVersionValidator.php index 11069857..a70cd099 100644 --- a/app/src/Validators/AbstractVersionValidator.php +++ b/app/src/Validators/AbstractVersionValidator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/NodeVersionValidator.php b/app/src/Validators/NodeVersionValidator.php index 1fbcb220..3addd477 100644 --- a/app/src/Validators/NodeVersionValidator.php +++ b/app/src/Validators/NodeVersionValidator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/NpmVersionValidator.php b/app/src/Validators/NpmVersionValidator.php index 29c4af1b..1f0f4d62 100644 --- a/app/src/Validators/NpmVersionValidator.php +++ b/app/src/Validators/NpmVersionValidator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/PhpDeprecationValidator.php b/app/src/Validators/PhpDeprecationValidator.php index 4ababa11..e972c645 100644 --- a/app/src/Validators/PhpDeprecationValidator.php +++ b/app/src/Validators/PhpDeprecationValidator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/PhpVersionValidator.php b/app/src/Validators/PhpVersionValidator.php index ec0a177c..6c7c9621 100644 --- a/app/src/Validators/PhpVersionValidator.php +++ b/app/src/Validators/PhpVersionValidator.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/CoreTestCase.php b/app/tests/CoreTestCase.php index f95798ff..ae204f5f 100644 --- a/app/tests/CoreTestCase.php +++ b/app/tests/CoreTestCase.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/ClearCacheCommandTest.php b/app/tests/Integration/Bakery/ClearCacheCommandTest.php index 7e136948..cc1d0e15 100644 --- a/app/tests/Integration/Bakery/ClearCacheCommandTest.php +++ b/app/tests/Integration/Bakery/ClearCacheCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/DebugCommandTest.php b/app/tests/Integration/Bakery/DebugCommandTest.php index eca8ac0c..fbb0afb8 100644 --- a/app/tests/Integration/Bakery/DebugCommandTest.php +++ b/app/tests/Integration/Bakery/DebugCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/DebugEventsCommandTest.php b/app/tests/Integration/Bakery/DebugEventsCommandTest.php index 99b887ab..0d413acc 100644 --- a/app/tests/Integration/Bakery/DebugEventsCommandTest.php +++ b/app/tests/Integration/Bakery/DebugEventsCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/DebugLocatorCommandTest.php b/app/tests/Integration/Bakery/DebugLocatorCommandTest.php index 08d0f6e6..f9e65a00 100644 --- a/app/tests/Integration/Bakery/DebugLocatorCommandTest.php +++ b/app/tests/Integration/Bakery/DebugLocatorCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/DebugTwigCommandTest.php b/app/tests/Integration/Bakery/DebugTwigCommandTest.php index e9f40e77..dc230052 100644 --- a/app/tests/Integration/Bakery/DebugTwigCommandTest.php +++ b/app/tests/Integration/Bakery/DebugTwigCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/LocaleCompareCommandTest.php b/app/tests/Integration/Bakery/LocaleCompareCommandTest.php index 7777cbb7..b19905e2 100644 --- a/app/tests/Integration/Bakery/LocaleCompareCommandTest.php +++ b/app/tests/Integration/Bakery/LocaleCompareCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/LocaleDictionaryCommandTest.php b/app/tests/Integration/Bakery/LocaleDictionaryCommandTest.php index 36980476..a0738898 100644 --- a/app/tests/Integration/Bakery/LocaleDictionaryCommandTest.php +++ b/app/tests/Integration/Bakery/LocaleDictionaryCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/LocaleInfoCommandTest.php b/app/tests/Integration/Bakery/LocaleInfoCommandTest.php index edbc6783..77ab9a32 100644 --- a/app/tests/Integration/Bakery/LocaleInfoCommandTest.php +++ b/app/tests/Integration/Bakery/LocaleInfoCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/MigrateResetHardCommandTest.php b/app/tests/Integration/Bakery/MigrateResetHardCommandTest.php index 4d5cd46d..1747c338 100644 --- a/app/tests/Integration/Bakery/MigrateResetHardCommandTest.php +++ b/app/tests/Integration/Bakery/MigrateResetHardCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/SetupDbCommandTest.php b/app/tests/Integration/Bakery/SetupDbCommandTest.php index 550c2693..1a173566 100644 --- a/app/tests/Integration/Bakery/SetupDbCommandTest.php +++ b/app/tests/Integration/Bakery/SetupDbCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/SetupEnvCommandTest.php b/app/tests/Integration/Bakery/SetupEnvCommandTest.php index 28c5dfca..328b5cf9 100644 --- a/app/tests/Integration/Bakery/SetupEnvCommandTest.php +++ b/app/tests/Integration/Bakery/SetupEnvCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/SetupMailCommandTest.php b/app/tests/Integration/Bakery/SetupMailCommandTest.php index 2c2aefd8..a15e9ad9 100644 --- a/app/tests/Integration/Bakery/SetupMailCommandTest.php +++ b/app/tests/Integration/Bakery/SetupMailCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/data/locale/en_US/messages.php b/app/tests/Integration/Bakery/data/locale/en_US/messages.php index 56045cbd..3cbcd8f7 100644 --- a/app/tests/Integration/Bakery/data/locale/en_US/messages.php +++ b/app/tests/Integration/Bakery/data/locale/en_US/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Bakery/data/locale/fr_FR/messages.php b/app/tests/Integration/Bakery/data/locale/fr_FR/messages.php index 72fabe26..5fc4d44d 100644 --- a/app/tests/Integration/Bakery/data/locale/fr_FR/messages.php +++ b/app/tests/Integration/Bakery/data/locale/fr_FR/messages.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Controllers/AlertsControllerTest.php b/app/tests/Integration/Controllers/AlertsControllerTest.php index 810c765c..c00a226c 100644 --- a/app/tests/Integration/Controllers/AlertsControllerTest.php +++ b/app/tests/Integration/Controllers/AlertsControllerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Csrf/CsrfGuardMiddlewareTest.php b/app/tests/Integration/Csrf/CsrfGuardMiddlewareTest.php index ebc74ebb..81c6a3db 100644 --- a/app/tests/Integration/Csrf/CsrfGuardMiddlewareTest.php +++ b/app/tests/Integration/Csrf/CsrfGuardMiddlewareTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/BuilderTest.php b/app/tests/Integration/Database/BuilderTest.php index a604adb4..0f207ada 100644 --- a/app/tests/Integration/Database/BuilderTest.php +++ b/app/tests/Integration/Database/BuilderTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/DatabaseTest.php b/app/tests/Integration/Database/DatabaseTest.php index 2471a692..94b4d87e 100644 --- a/app/tests/Integration/Database/DatabaseTest.php +++ b/app/tests/Integration/Database/DatabaseTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Factories/FactoriesTest.php b/app/tests/Integration/Database/Factories/FactoriesTest.php index a9df6f16..68933d14 100644 --- a/app/tests/Integration/Database/Factories/FactoriesTest.php +++ b/app/tests/Integration/Database/Factories/FactoriesTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Migrations/MigrationsTest.php b/app/tests/Integration/Database/Migrations/MigrationsTest.php index e590be4a..fdf1bb71 100644 --- a/app/tests/Integration/Database/Migrations/MigrationsTest.php +++ b/app/tests/Integration/Database/Migrations/MigrationsTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Migrator/DatabaseMigrationRepositoryTest.php b/app/tests/Integration/Database/Migrator/DatabaseMigrationRepositoryTest.php index da1015ad..2efe89eb 100644 --- a/app/tests/Integration/Database/Migrator/DatabaseMigrationRepositoryTest.php +++ b/app/tests/Integration/Database/Migrator/DatabaseMigrationRepositoryTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Migrator/MigratorDependencyTest.php b/app/tests/Integration/Database/Migrator/MigratorDependencyTest.php index 8b3f275f..d2dfe7e3 100644 --- a/app/tests/Integration/Database/Migrator/MigratorDependencyTest.php +++ b/app/tests/Integration/Database/Migrator/MigratorDependencyTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Migrator/MigratorRollbackTest.php b/app/tests/Integration/Database/Migrator/MigratorRollbackTest.php index 8009e5e8..25c424f1 100644 --- a/app/tests/Integration/Database/Migrator/MigratorRollbackTest.php +++ b/app/tests/Integration/Database/Migrator/MigratorRollbackTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/Migrator/MigratorTest.php b/app/tests/Integration/Database/Migrator/MigratorTest.php index d8368f9d..098ad125 100644 --- a/app/tests/Integration/Database/Migrator/MigratorTest.php +++ b/app/tests/Integration/Database/Migrator/MigratorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Database/ModelTest.php b/app/tests/Integration/Database/ModelTest.php index 32ed5492..91104520 100644 --- a/app/tests/Integration/Database/ModelTest.php +++ b/app/tests/Integration/Database/ModelTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Error/ErrorPageTest.php b/app/tests/Integration/Error/ErrorPageTest.php index 34f854fa..01958e6f 100644 --- a/app/tests/Integration/Error/ErrorPageTest.php +++ b/app/tests/Integration/Error/ErrorPageTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Error/Handler/ValidationExceptionHandlerTest.php b/app/tests/Integration/Error/Handler/ValidationExceptionHandlerTest.php index d1986088..ca7ee521 100644 --- a/app/tests/Integration/Error/Handler/ValidationExceptionHandlerTest.php +++ b/app/tests/Integration/Error/Handler/ValidationExceptionHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Exceptions/UserFacingExceptionTest.php b/app/tests/Integration/Exceptions/UserFacingExceptionTest.php index a702acf7..5b7d93c8 100644 --- a/app/tests/Integration/Exceptions/UserFacingExceptionTest.php +++ b/app/tests/Integration/Exceptions/UserFacingExceptionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Filesystem/FilesystemTest.php b/app/tests/Integration/Filesystem/FilesystemTest.php index 2d53e054..99cb7a27 100644 --- a/app/tests/Integration/Filesystem/FilesystemTest.php +++ b/app/tests/Integration/Filesystem/FilesystemTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/I18n/SiteLocaleTest.php b/app/tests/Integration/I18n/SiteLocaleTest.php index 0c0573cd..4dc09138 100644 --- a/app/tests/Integration/I18n/SiteLocaleTest.php +++ b/app/tests/Integration/I18n/SiteLocaleTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Mail/EmailRecipientTest.php b/app/tests/Integration/Mail/EmailRecipientTest.php index 1c4b9be2..50f9d298 100644 --- a/app/tests/Integration/Mail/EmailRecipientTest.php +++ b/app/tests/Integration/Mail/EmailRecipientTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Mail/MailerTest.php b/app/tests/Integration/Mail/MailerTest.php index ab55e031..002fea04 100644 --- a/app/tests/Integration/Mail/MailerTest.php +++ b/app/tests/Integration/Mail/MailerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Mail/StaticMailMessageTest.php b/app/tests/Integration/Mail/StaticMailMessageTest.php index a572da47..611e59ad 100644 --- a/app/tests/Integration/Mail/StaticMailMessageTest.php +++ b/app/tests/Integration/Mail/StaticMailMessageTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Mail/TwigMailMessageTest.php b/app/tests/Integration/Mail/TwigMailMessageTest.php index ee45ab95..89884bf3 100644 --- a/app/tests/Integration/Mail/TwigMailMessageTest.php +++ b/app/tests/Integration/Mail/TwigMailMessageTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Middlewares/Injector/AbstractInjectorTest.php b/app/tests/Integration/Middlewares/Injector/AbstractInjectorTest.php index 46546291..bba170c4 100644 --- a/app/tests/Integration/Middlewares/Injector/AbstractInjectorTest.php +++ b/app/tests/Integration/Middlewares/Injector/AbstractInjectorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Middlewares/NoCacheTest.php b/app/tests/Integration/Middlewares/NoCacheTest.php index 29c323f2..46a368f5 100644 --- a/app/tests/Integration/Middlewares/NoCacheTest.php +++ b/app/tests/Integration/Middlewares/NoCacheTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/ServicesProvider/CacheServiceTest.php b/app/tests/Integration/ServicesProvider/CacheServiceTest.php index 1a9ade38..b28b6df3 100644 --- a/app/tests/Integration/ServicesProvider/CacheServiceTest.php +++ b/app/tests/Integration/ServicesProvider/CacheServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/ServicesProvider/ConfigServiceTest.php b/app/tests/Integration/ServicesProvider/ConfigServiceTest.php index 06d4f6bd..191acc96 100644 --- a/app/tests/Integration/ServicesProvider/ConfigServiceTest.php +++ b/app/tests/Integration/ServicesProvider/ConfigServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/ServicesProvider/DatabaseServiceTest.php b/app/tests/Integration/ServicesProvider/DatabaseServiceTest.php index cb70b63f..9b3c60f2 100644 --- a/app/tests/Integration/ServicesProvider/DatabaseServiceTest.php +++ b/app/tests/Integration/ServicesProvider/DatabaseServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/ServicesProvider/VersionsServiceTest.php b/app/tests/Integration/ServicesProvider/VersionsServiceTest.php index 1851162f..360eef52 100644 --- a/app/tests/Integration/ServicesProvider/VersionsServiceTest.php +++ b/app/tests/Integration/ServicesProvider/VersionsServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Session/SessionDatabaseHandlerTest.php b/app/tests/Integration/Session/SessionDatabaseHandlerTest.php index 619290b1..983258ab 100644 --- a/app/tests/Integration/Session/SessionDatabaseHandlerTest.php +++ b/app/tests/Integration/Session/SessionDatabaseHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -74,15 +74,15 @@ public function testSessionWrite(): void $handler = $this->ci->get(DatabaseSessionHandler::class); // Write session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/DatabaseSessionHandler.php#L132 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/DatabaseSessionHandler.php#L132 $this->assertTrue($handler->write($session_id, 'foo')); // Closing the handler does nothing anyway - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/DatabaseSessionHandler.php#L78 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/DatabaseSessionHandler.php#L78 $this->assertTrue($handler->close()); // Read session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/DatabaseSessionHandler.php#L86-L101 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/DatabaseSessionHandler.php#L86-L101 $this->assertSame('foo', $handler->read($session_id)); // Check manually that the file has been written @@ -91,7 +91,7 @@ public function testSessionWrite(): void $this->assertSame(base64_encode('foo'), SessionTable::find($session_id)->payload); // Destroy session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/DatabaseSessionHandler.php#L256 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/DatabaseSessionHandler.php#L256 $this->assertTrue($handler->destroy($session_id)); // Check db to make sure it's gone diff --git a/app/tests/Integration/Session/SessionFileHandlerTest.php b/app/tests/Integration/Session/SessionFileHandlerTest.php index 4fbfad91..f6781376 100644 --- a/app/tests/Integration/Session/SessionFileHandlerTest.php +++ b/app/tests/Integration/Session/SessionFileHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ @@ -48,17 +48,17 @@ public function testSessionWrite(): void $handler = new FileSessionHandler($fs, $session_dir, 120); // Write session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/FileSessionHandler.php#L83 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/FileSessionHandler.php#L83 // write() ==> $this->files->put($this->path.'/'.$sessionId, $data, true); $this->assertTrue($handler->write($session_id, 'foo')); // Closing the handler does nothing anyway - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/FileSessionHandler.php#L61 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/FileSessionHandler.php#L61 // close() ==> return true; $this->assertTrue($handler->close()); // Read session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/FileSessionHandler.php#L71 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/FileSessionHandler.php#L71 // read() ==> return $this->files->get($path, true); $this->assertSame('foo', $handler->read($session_id)); @@ -67,7 +67,7 @@ public function testSessionWrite(): void $this->assertSame('foo', $fs->get($session_file)); // Destroy session - // https://github.com/laravel/framework/blob/5.8/src/Illuminate/Session/FileSessionHandler.php#L93 + // https://github.com/laravel/framework/blob/10.x/src/Illuminate/Session/FileSessionHandler.php#L93 // destroy() ==> $this->files->delete($this->path.'/'.$sessionId); $this->assertTrue($handler->destroy($session_id)); diff --git a/app/tests/Integration/Sprunje/SprunjeBelongsToManyThroughTest.php b/app/tests/Integration/Sprunje/SprunjeBelongsToManyThroughTest.php index 57d71051..c0653202 100644 --- a/app/tests/Integration/Sprunje/SprunjeBelongsToManyThroughTest.php +++ b/app/tests/Integration/Sprunje/SprunjeBelongsToManyThroughTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Sprunje/SprunjeTest.php b/app/tests/Integration/Sprunje/SprunjeTest.php index 4f74dec1..93de66cb 100644 --- a/app/tests/Integration/Sprunje/SprunjeTest.php +++ b/app/tests/Integration/Sprunje/SprunjeTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/TestSprinkle.php b/app/tests/Integration/TestSprinkle.php index 6c07fef9..9dd3a3a5 100644 --- a/app/tests/Integration/TestSprinkle.php +++ b/app/tests/Integration/TestSprinkle.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Testing/RefreshDatabaseTest.php b/app/tests/Integration/Testing/RefreshDatabaseTest.php index 3d31a070..4277e065 100644 --- a/app/tests/Integration/Testing/RefreshDatabaseTest.php +++ b/app/tests/Integration/Testing/RefreshDatabaseTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Throttle/ThrottlerDelayExceptionTest.php b/app/tests/Integration/Throttle/ThrottlerDelayExceptionTest.php index 8737a526..70dc515b 100644 --- a/app/tests/Integration/Throttle/ThrottlerDelayExceptionTest.php +++ b/app/tests/Integration/Throttle/ThrottlerDelayExceptionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Throttle/ThrottlerTest.php b/app/tests/Integration/Throttle/ThrottlerTest.php index 85297bb7..7975ac28 100644 --- a/app/tests/Integration/Throttle/ThrottlerTest.php +++ b/app/tests/Integration/Throttle/ThrottlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Twig/RoutesExtensionTest.php b/app/tests/Integration/Twig/RoutesExtensionTest.php index a2e514d0..4ab72cd3 100644 --- a/app/tests/Integration/Twig/RoutesExtensionTest.php +++ b/app/tests/Integration/Twig/RoutesExtensionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Util/RouteParserTest.php b/app/tests/Integration/Util/RouteParserTest.php index fbb8d920..527b8b90 100644 --- a/app/tests/Integration/Util/RouteParserTest.php +++ b/app/tests/Integration/Util/RouteParserTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Integration/Util/UtilTest.php b/app/tests/Integration/Util/UtilTest.php index c2a4d214..cbc3d017 100644 --- a/app/tests/Integration/Util/UtilTest.php +++ b/app/tests/Integration/Util/UtilTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/AssetsBuildCommandTest.php b/app/tests/Unit/Bakery/AssetsBuildCommandTest.php index 93789345..cfc182cf 100644 --- a/app/tests/Unit/Bakery/AssetsBuildCommandTest.php +++ b/app/tests/Unit/Bakery/AssetsBuildCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/AssetsInstallCommandTest.php b/app/tests/Unit/Bakery/AssetsInstallCommandTest.php index a8ab612b..900d564c 100644 --- a/app/tests/Unit/Bakery/AssetsInstallCommandTest.php +++ b/app/tests/Unit/Bakery/AssetsInstallCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/AssetsUpdateCommandTest.php b/app/tests/Unit/Bakery/AssetsUpdateCommandTest.php index 9b248c86..54362b36 100644 --- a/app/tests/Unit/Bakery/AssetsUpdateCommandTest.php +++ b/app/tests/Unit/Bakery/AssetsUpdateCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/AssetsWebpackCommandTest.php b/app/tests/Unit/Bakery/AssetsWebpackCommandTest.php index dd9737c1..1e4f5d6d 100644 --- a/app/tests/Unit/Bakery/AssetsWebpackCommandTest.php +++ b/app/tests/Unit/Bakery/AssetsWebpackCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/BakeCommandTest.php b/app/tests/Unit/Bakery/BakeCommandTest.php index 7005dde8..1c4fbeb3 100644 --- a/app/tests/Unit/Bakery/BakeCommandTest.php +++ b/app/tests/Unit/Bakery/BakeCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/Event/AbstractAggregateCommandEventTest.php b/app/tests/Unit/Bakery/Event/AbstractAggregateCommandEventTest.php index 9663ea50..b4e7f141 100644 --- a/app/tests/Unit/Bakery/Event/AbstractAggregateCommandEventTest.php +++ b/app/tests/Unit/Bakery/Event/AbstractAggregateCommandEventTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateCleanCommandTest.php b/app/tests/Unit/Bakery/MigrateCleanCommandTest.php index 235eb98e..758faf58 100644 --- a/app/tests/Unit/Bakery/MigrateCleanCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateCleanCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateCommandTest.php b/app/tests/Unit/Bakery/MigrateCommandTest.php index e0054917..3574c20f 100644 --- a/app/tests/Unit/Bakery/MigrateCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateRefreshCommandTest.php b/app/tests/Unit/Bakery/MigrateRefreshCommandTest.php index d32202aa..b7042209 100644 --- a/app/tests/Unit/Bakery/MigrateRefreshCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateRefreshCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateResetCommandTest.php b/app/tests/Unit/Bakery/MigrateResetCommandTest.php index 5f0e4ea6..e4f17a1d 100644 --- a/app/tests/Unit/Bakery/MigrateResetCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateResetCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateResetHardCommandTest.php b/app/tests/Unit/Bakery/MigrateResetHardCommandTest.php index 452074be..e235f36d 100644 --- a/app/tests/Unit/Bakery/MigrateResetHardCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateResetHardCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateRollbackCommandTest.php b/app/tests/Unit/Bakery/MigrateRollbackCommandTest.php index 7e5261f8..5446331d 100644 --- a/app/tests/Unit/Bakery/MigrateRollbackCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateRollbackCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/MigrateStatusCommandTest.php b/app/tests/Unit/Bakery/MigrateStatusCommandTest.php index 2910a24d..8c94e905 100644 --- a/app/tests/Unit/Bakery/MigrateStatusCommandTest.php +++ b/app/tests/Unit/Bakery/MigrateStatusCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/RouteListCommandTest.php b/app/tests/Unit/Bakery/RouteListCommandTest.php index 55452bc5..263e5b86 100644 --- a/app/tests/Unit/Bakery/RouteListCommandTest.php +++ b/app/tests/Unit/Bakery/RouteListCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/SeedCommandTest.php b/app/tests/Unit/Bakery/SeedCommandTest.php index b1e85cd7..64f6ad2e 100644 --- a/app/tests/Unit/Bakery/SeedCommandTest.php +++ b/app/tests/Unit/Bakery/SeedCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/SeedListCommandTest.php b/app/tests/Unit/Bakery/SeedListCommandTest.php index 9450eecf..fbe4f682 100644 --- a/app/tests/Unit/Bakery/SeedListCommandTest.php +++ b/app/tests/Unit/Bakery/SeedListCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/ServeCommandTest.php b/app/tests/Unit/Bakery/ServeCommandTest.php index fdb256a0..1b4e9551 100644 --- a/app/tests/Unit/Bakery/ServeCommandTest.php +++ b/app/tests/Unit/Bakery/ServeCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/SetupCommandTest.php b/app/tests/Unit/Bakery/SetupCommandTest.php index 76a6794e..80bb124a 100644 --- a/app/tests/Unit/Bakery/SetupCommandTest.php +++ b/app/tests/Unit/Bakery/SetupCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/SprinkleListCommandTest.php b/app/tests/Unit/Bakery/SprinkleListCommandTest.php index 2cf1981b..36c8e6df 100644 --- a/app/tests/Unit/Bakery/SprinkleListCommandTest.php +++ b/app/tests/Unit/Bakery/SprinkleListCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Bakery/TestMailCommandTest.php b/app/tests/Unit/Bakery/TestMailCommandTest.php index f07a3dce..4606cb3d 100644 --- a/app/tests/Unit/Bakery/TestMailCommandTest.php +++ b/app/tests/Unit/Bakery/TestMailCommandTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Migrator/MigratorDependencyTest.php b/app/tests/Unit/Database/Migrator/MigratorDependencyTest.php index 71f244c9..c1a67be9 100644 --- a/app/tests/Unit/Database/Migrator/MigratorDependencyTest.php +++ b/app/tests/Unit/Database/Migrator/MigratorDependencyTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Migrator/MigratorRollbackTest.php b/app/tests/Unit/Database/Migrator/MigratorRollbackTest.php index 5af8d5a3..5bc98f32 100644 --- a/app/tests/Unit/Database/Migrator/MigratorRollbackTest.php +++ b/app/tests/Unit/Database/Migrator/MigratorRollbackTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Migrator/MigratorTest.php b/app/tests/Unit/Database/Migrator/MigratorTest.php index 7905780e..9a1f4e0d 100644 --- a/app/tests/Unit/Database/Migrator/MigratorTest.php +++ b/app/tests/Unit/Database/Migrator/MigratorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Migrator/SprinkleMigrationLocatorTest.php b/app/tests/Unit/Database/Migrator/SprinkleMigrationLocatorTest.php index 0466a5d2..12cd9846 100644 --- a/app/tests/Unit/Database/Migrator/SprinkleMigrationLocatorTest.php +++ b/app/tests/Unit/Database/Migrator/SprinkleMigrationLocatorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Relations/BelongsToManyThroughTest.php b/app/tests/Unit/Database/Relations/BelongsToManyThroughTest.php index 033ccc1c..70fe95df 100644 --- a/app/tests/Unit/Database/Relations/BelongsToManyThroughTest.php +++ b/app/tests/Unit/Database/Relations/BelongsToManyThroughTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Database/Relations/DatabaseSyncableTest.php b/app/tests/Unit/Database/Relations/DatabaseSyncableTest.php index c4f44ff6..d2297ec5 100644 --- a/app/tests/Unit/Database/Relations/DatabaseSyncableTest.php +++ b/app/tests/Unit/Database/Relations/DatabaseSyncableTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/ExceptionHandlerMiddlewareTest.php b/app/tests/Unit/Error/ExceptionHandlerMiddlewareTest.php index 28a1b3d1..54608226 100644 --- a/app/tests/Unit/Error/ExceptionHandlerMiddlewareTest.php +++ b/app/tests/Unit/Error/ExceptionHandlerMiddlewareTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Handler/ExceptionHandlerTest.php b/app/tests/Unit/Error/Handler/ExceptionHandlerTest.php index deb0de51..ec2fbb03 100644 --- a/app/tests/Unit/Error/Handler/ExceptionHandlerTest.php +++ b/app/tests/Unit/Error/Handler/ExceptionHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Handler/HttpExceptionHandlerTest.php b/app/tests/Unit/Error/Handler/HttpExceptionHandlerTest.php index 46b6898a..3bd9715d 100644 --- a/app/tests/Unit/Error/Handler/HttpExceptionHandlerTest.php +++ b/app/tests/Unit/Error/Handler/HttpExceptionHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Handler/PhpMailerExceptionHandlerTest.php b/app/tests/Unit/Error/Handler/PhpMailerExceptionHandlerTest.php index 2bfa19f2..7900fd18 100644 --- a/app/tests/Unit/Error/Handler/PhpMailerExceptionHandlerTest.php +++ b/app/tests/Unit/Error/Handler/PhpMailerExceptionHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Renderer/HtmlRendererTest.php b/app/tests/Unit/Error/Renderer/HtmlRendererTest.php index 3e8dbace..68299b97 100644 --- a/app/tests/Unit/Error/Renderer/HtmlRendererTest.php +++ b/app/tests/Unit/Error/Renderer/HtmlRendererTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Renderer/JsonRendererTest.php b/app/tests/Unit/Error/Renderer/JsonRendererTest.php index 9cf90982..f9dce59e 100644 --- a/app/tests/Unit/Error/Renderer/JsonRendererTest.php +++ b/app/tests/Unit/Error/Renderer/JsonRendererTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Renderer/PlainTextRendererTest.php b/app/tests/Unit/Error/Renderer/PlainTextRendererTest.php index f5a61ebe..6619ae33 100644 --- a/app/tests/Unit/Error/Renderer/PlainTextRendererTest.php +++ b/app/tests/Unit/Error/Renderer/PlainTextRendererTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Renderer/PrettyPageRendererTest.php b/app/tests/Unit/Error/Renderer/PrettyPageRendererTest.php index 9f9c6681..f2f3ea62 100644 --- a/app/tests/Unit/Error/Renderer/PrettyPageRendererTest.php +++ b/app/tests/Unit/Error/Renderer/PrettyPageRendererTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/Renderer/XmlRendererTest.php b/app/tests/Unit/Error/Renderer/XmlRendererTest.php index 88bf874e..67255e98 100644 --- a/app/tests/Unit/Error/Renderer/XmlRendererTest.php +++ b/app/tests/Unit/Error/Renderer/XmlRendererTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/ShutdownHandlerTest.php b/app/tests/Unit/Error/ShutdownHandlerTest.php index 8c9815c1..09d409a9 100644 --- a/app/tests/Unit/Error/ShutdownHandlerTest.php +++ b/app/tests/Unit/Error/ShutdownHandlerTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Error/TestException.php b/app/tests/Unit/Error/TestException.php index 95b95bd3..901776a5 100644 --- a/app/tests/Unit/Error/TestException.php +++ b/app/tests/Unit/Error/TestException.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Event/RedirectTraitTest.php b/app/tests/Unit/Event/RedirectTraitTest.php index 23feaed5..26a30bc6 100644 --- a/app/tests/Unit/Event/RedirectTraitTest.php +++ b/app/tests/Unit/Event/RedirectTraitTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Event/StoppableTraitTest.php b/app/tests/Unit/Event/StoppableTraitTest.php index fc1b0063..17269266 100644 --- a/app/tests/Unit/Event/StoppableTraitTest.php +++ b/app/tests/Unit/Event/StoppableTraitTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Listeners/LogExecutedQueryTest.php b/app/tests/Unit/Listeners/LogExecutedQueryTest.php index 7a683e86..3505d2a4 100644 --- a/app/tests/Unit/Listeners/LogExecutedQueryTest.php +++ b/app/tests/Unit/Listeners/LogExecutedQueryTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Listeners/ModelInitiatedTest.php b/app/tests/Unit/Listeners/ModelInitiatedTest.php index 57986f73..d6cac341 100644 --- a/app/tests/Unit/Listeners/ModelInitiatedTest.php +++ b/app/tests/Unit/Listeners/ModelInitiatedTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Listeners/SetRouteCachingTest.php b/app/tests/Unit/Listeners/SetRouteCachingTest.php index d5263098..9017138b 100644 --- a/app/tests/Unit/Listeners/SetRouteCachingTest.php +++ b/app/tests/Unit/Listeners/SetRouteCachingTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Middlewares/FilePermissionMiddlewareTest.php b/app/tests/Unit/Middlewares/FilePermissionMiddlewareTest.php index e2238bb1..9722b12b 100644 --- a/app/tests/Unit/Middlewares/FilePermissionMiddlewareTest.php +++ b/app/tests/Unit/Middlewares/FilePermissionMiddlewareTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Middlewares/URIMiddlewareTest.php b/app/tests/Unit/Middlewares/URIMiddlewareTest.php index 30833949..d2980c4c 100644 --- a/app/tests/Unit/Middlewares/URIMiddlewareTest.php +++ b/app/tests/Unit/Middlewares/URIMiddlewareTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Seeder/SprinkleSeedsRepositoryTest.php b/app/tests/Unit/Seeder/SprinkleSeedsRepositoryTest.php index baf49681..62b1fd85 100644 --- a/app/tests/Unit/Seeder/SprinkleSeedsRepositoryTest.php +++ b/app/tests/Unit/Seeder/SprinkleSeedsRepositoryTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/AlertStreamServiceTest.php b/app/tests/Unit/ServicesProvider/AlertStreamServiceTest.php index 3ffa006e..ae3de1ac 100644 --- a/app/tests/Unit/ServicesProvider/AlertStreamServiceTest.php +++ b/app/tests/Unit/ServicesProvider/AlertStreamServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/CacheServiceTest.php b/app/tests/Unit/ServicesProvider/CacheServiceTest.php index 387fa2a7..1051b775 100644 --- a/app/tests/Unit/ServicesProvider/CacheServiceTest.php +++ b/app/tests/Unit/ServicesProvider/CacheServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/ConfigServiceTest.php b/app/tests/Unit/ServicesProvider/ConfigServiceTest.php index aa3276ee..825bc87a 100644 --- a/app/tests/Unit/ServicesProvider/ConfigServiceTest.php +++ b/app/tests/Unit/ServicesProvider/ConfigServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/DatabaseServiceTest.php b/app/tests/Unit/ServicesProvider/DatabaseServiceTest.php index 0fafea5b..1314400f 100644 --- a/app/tests/Unit/ServicesProvider/DatabaseServiceTest.php +++ b/app/tests/Unit/ServicesProvider/DatabaseServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/LoggersServiceTest.php b/app/tests/Unit/ServicesProvider/LoggersServiceTest.php index e13f062d..21d062c1 100644 --- a/app/tests/Unit/ServicesProvider/LoggersServiceTest.php +++ b/app/tests/Unit/ServicesProvider/LoggersServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/MailerServiceTest.php b/app/tests/Unit/ServicesProvider/MailerServiceTest.php index f8a45e0a..dc9d6509 100644 --- a/app/tests/Unit/ServicesProvider/MailerServiceTest.php +++ b/app/tests/Unit/ServicesProvider/MailerServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/SessionServiceTest.php b/app/tests/Unit/ServicesProvider/SessionServiceTest.php index 851c3115..0695fc05 100644 --- a/app/tests/Unit/ServicesProvider/SessionServiceTest.php +++ b/app/tests/Unit/ServicesProvider/SessionServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/ServicesProvider/TwigServiceTest.php b/app/tests/Unit/ServicesProvider/TwigServiceTest.php index aa757ed9..33b3d33a 100644 --- a/app/tests/Unit/ServicesProvider/TwigServiceTest.php +++ b/app/tests/Unit/ServicesProvider/TwigServiceTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Sprunje/SprunjeTest.php b/app/tests/Unit/Sprunje/SprunjeTest.php index a5a3febb..91c9caf9 100644 --- a/app/tests/Unit/Sprunje/SprunjeTest.php +++ b/app/tests/Unit/Sprunje/SprunjeTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/AlertsExtensionTest.php b/app/tests/Unit/Twig/AlertsExtensionTest.php index 3bb96e24..35b8ee17 100644 --- a/app/tests/Unit/Twig/AlertsExtensionTest.php +++ b/app/tests/Unit/Twig/AlertsExtensionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/CacheHelperTest.php b/app/tests/Unit/Twig/CacheHelperTest.php index 0213bf8b..fc456d5d 100644 --- a/app/tests/Unit/Twig/CacheHelperTest.php +++ b/app/tests/Unit/Twig/CacheHelperTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/ConfigExtensionTest.php b/app/tests/Unit/Twig/ConfigExtensionTest.php index c35312a4..e24f83fc 100644 --- a/app/tests/Unit/Twig/ConfigExtensionTest.php +++ b/app/tests/Unit/Twig/ConfigExtensionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/CoreExtensionTest.php b/app/tests/Unit/Twig/CoreExtensionTest.php index e35684bf..aec5948f 100644 --- a/app/tests/Unit/Twig/CoreExtensionTest.php +++ b/app/tests/Unit/Twig/CoreExtensionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/I18nExtensionTest.php b/app/tests/Unit/Twig/I18nExtensionTest.php index eac2e1ad..7fe23dc6 100644 --- a/app/tests/Unit/Twig/I18nExtensionTest.php +++ b/app/tests/Unit/Twig/I18nExtensionTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Twig/SprinkleTwigRepositoryTest.php b/app/tests/Unit/Twig/SprinkleTwigRepositoryTest.php index d0ccfea4..2887242f 100644 --- a/app/tests/Unit/Twig/SprinkleTwigRepositoryTest.php +++ b/app/tests/Unit/Twig/SprinkleTwigRepositoryTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Util/CaptchaTest.php b/app/tests/Unit/Util/CaptchaTest.php index ff47aecc..1a84baee 100644 --- a/app/tests/Unit/Util/CaptchaTest.php +++ b/app/tests/Unit/Util/CaptchaTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Util/DeterminesContentTypeTraitTest.php b/app/tests/Unit/Util/DeterminesContentTypeTraitTest.php index a4aeafc3..c1930a10 100644 --- a/app/tests/Unit/Util/DeterminesContentTypeTraitTest.php +++ b/app/tests/Unit/Util/DeterminesContentTypeTraitTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Util/RouteListTest.php b/app/tests/Unit/Util/RouteListTest.php index cea6cfb0..54e93ec5 100644 --- a/app/tests/Unit/Util/RouteListTest.php +++ b/app/tests/Unit/Util/RouteListTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Validators/AbstractVersionValidatorTester.php b/app/tests/Unit/Validators/AbstractVersionValidatorTester.php index c01c2eba..f87d389b 100644 --- a/app/tests/Unit/Validators/AbstractVersionValidatorTester.php +++ b/app/tests/Unit/Validators/AbstractVersionValidatorTester.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Validators/NodeVersionValidatorTest.php b/app/tests/Unit/Validators/NodeVersionValidatorTest.php index f121b374..812c4d66 100644 --- a/app/tests/Unit/Validators/NodeVersionValidatorTest.php +++ b/app/tests/Unit/Validators/NodeVersionValidatorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Validators/NpmVersionValidatorTest.php b/app/tests/Unit/Validators/NpmVersionValidatorTest.php index 6ecf7aeb..d2d2b24c 100644 --- a/app/tests/Unit/Validators/NpmVersionValidatorTest.php +++ b/app/tests/Unit/Validators/NpmVersionValidatorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Validators/PhpDeprecationValidatorTest.php b/app/tests/Unit/Validators/PhpDeprecationValidatorTest.php index ffc70033..f8657dfd 100644 --- a/app/tests/Unit/Validators/PhpDeprecationValidatorTest.php +++ b/app/tests/Unit/Validators/PhpDeprecationValidatorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/app/tests/Unit/Validators/PhpVersionValidatorTest.php b/app/tests/Unit/Validators/PhpVersionValidatorTest.php index 13cf7da4..e1dd3761 100644 --- a/app/tests/Unit/Validators/PhpVersionValidatorTest.php +++ b/app/tests/Unit/Validators/PhpVersionValidatorTest.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */ diff --git a/bakery b/bakery index bc31dc5a..0d80f00d 100644 --- a/bakery +++ b/bakery @@ -15,7 +15,7 @@ declare(strict_types=1); * UserFrosting (http://www.userfrosting.com) * * @link https://github.com/userfrosting/UserFrosting - * @copyright Copyright (c) 2019 Alexander Weissman + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/UserFrosting/blob/master/LICENSE.md (MIT License) */ diff --git a/public/index.php b/public/index.php index 0382b394..993aa692 100755 --- a/public/index.php +++ b/public/index.php @@ -6,7 +6,7 @@ * UserFrosting Core Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-core - * @copyright Copyright (c) 2021 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-core/blob/master/LICENSE.md (MIT License) */