diff --git a/.htaccess b/.htaccess index 905605a5..faaa801e 100755 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,9 @@ ## -# @package Flextype +# Flextype (http://flextype.org) +# Founded by Sergey Romanenko and maintained Flextype Community. # -# @author Sergey Romanenko -# @link http://romanenko.digital -# -# For the full copyright and license information, please view the LICENSE -# file that was distributed with this source code. -## +# @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) + ## Common PHP Overrides # diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index f6e441a9..75039153 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Cache.php b/flextype/core/Cache.php index fe4d592f..2d39876b 100755 --- a/flextype/core/Cache.php +++ b/flextype/core/Cache.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Controller.php b/flextype/core/Controller.php index 9849f92c..21f4f951 100644 --- a/flextype/core/Controller.php +++ b/flextype/core/Controller.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index dfe47b41..56af3408 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Fieldsets.php b/flextype/core/Fieldsets.php index ca1f8d99..21ece621 100644 --- a/flextype/core/Fieldsets.php +++ b/flextype/core/Fieldsets.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Middleware.php b/flextype/core/Middleware.php index e763b11f..38f79b58 100644 --- a/flextype/core/Middleware.php +++ b/flextype/core/Middleware.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Plugins.php b/flextype/core/Plugins.php index 3f3410dc..58c18dbc 100755 --- a/flextype/core/Plugins.php +++ b/flextype/core/Plugins.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Snippets.php b/flextype/core/Snippets.php index 45b2cb23..d1b25a0d 100644 --- a/flextype/core/Snippets.php +++ b/flextype/core/Snippets.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/core/Themes.php b/flextype/core/Themes.php index 52efbf90..b44ebf16 100644 --- a/flextype/core/Themes.php +++ b/flextype/core/Themes.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/dependencies.php b/flextype/dependencies.php index 13b0497f..a2146e58 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -2,7 +2,7 @@ /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/middlewares.php b/flextype/middlewares.php index 293f8949..ad4424ec 100644 --- a/flextype/middlewares.php +++ b/flextype/middlewares.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/parsers/JsonParser.php b/flextype/parsers/JsonParser.php index 250d5e3a..c1a7cbe6 100644 --- a/flextype/parsers/JsonParser.php +++ b/flextype/parsers/JsonParser.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/routes/web.php b/flextype/routes/web.php index 63725fb2..45fa0f7f 100644 --- a/flextype/routes/web.php +++ b/flextype/routes/web.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/shortcodes/EntriesShortcode.php b/flextype/shortcodes/EntriesShortcode.php index 3e844016..a20ffb6a 100644 --- a/flextype/shortcodes/EntriesShortcode.php +++ b/flextype/shortcodes/EntriesShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/shortcodes/RegistryShortcode.php b/flextype/shortcodes/RegistryShortcode.php index 299e5dc8..b33e3078 100644 --- a/flextype/shortcodes/RegistryShortcode.php +++ b/flextype/shortcodes/RegistryShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/shortcodes/SnippetsShortcode.php b/flextype/shortcodes/SnippetsShortcode.php index d95383d7..06c2e7b8 100644 --- a/flextype/shortcodes/SnippetsShortcode.php +++ b/flextype/shortcodes/SnippetsShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/AssetsTwigExtension.php b/flextype/twig/AssetsTwigExtension.php index 09a131c1..f92a0951 100644 --- a/flextype/twig/AssetsTwigExtension.php +++ b/flextype/twig/AssetsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/CsrfTwigExtension.php b/flextype/twig/CsrfTwigExtension.php index a4295b44..55aa5ed9 100644 --- a/flextype/twig/CsrfTwigExtension.php +++ b/flextype/twig/CsrfTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/EmitterTwigExtension.php b/flextype/twig/EmitterTwigExtension.php index 6d8f6f74..c262f414 100644 --- a/flextype/twig/EmitterTwigExtension.php +++ b/flextype/twig/EmitterTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/EntriesTwigExtension.php b/flextype/twig/EntriesTwigExtension.php index 29277214..c4166949 100644 --- a/flextype/twig/EntriesTwigExtension.php +++ b/flextype/twig/EntriesTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/FilesystemTwigExtension.php b/flextype/twig/FilesystemTwigExtension.php index 1ed43127..d35a7c53 100644 --- a/flextype/twig/FilesystemTwigExtension.php +++ b/flextype/twig/FilesystemTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/FlashTwigExtension.php b/flextype/twig/FlashTwigExtension.php index de5113d8..5f045315 100644 --- a/flextype/twig/FlashTwigExtension.php +++ b/flextype/twig/FlashTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/GlobalVarsTwigExtension.php b/flextype/twig/GlobalVarsTwigExtension.php index 2448421a..e92f1464 100644 --- a/flextype/twig/GlobalVarsTwigExtension.php +++ b/flextype/twig/GlobalVarsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/I18nTwigExtension.php b/flextype/twig/I18nTwigExtension.php index e06d09ab..8b40a7de 100644 --- a/flextype/twig/I18nTwigExtension.php +++ b/flextype/twig/I18nTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/JsonParserTwigExtension.php b/flextype/twig/JsonParserTwigExtension.php index 91431d14..3adee261 100644 --- a/flextype/twig/JsonParserTwigExtension.php +++ b/flextype/twig/JsonParserTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/ShortcodesTwigExtension.php b/flextype/twig/ShortcodesTwigExtension.php index a0c3572c..4328aae6 100644 --- a/flextype/twig/ShortcodesTwigExtension.php +++ b/flextype/twig/ShortcodesTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/flextype/twig/SnippetsTwigExtension.php b/flextype/twig/SnippetsTwigExtension.php index 0e9cfd75..46cf5344 100644 --- a/flextype/twig/SnippetsTwigExtension.php +++ b/flextype/twig/SnippetsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ diff --git a/site/plugins/admin/app/Middleware/AuthMiddleware.php b/site/plugins/admin/app/Middleware/AuthMiddleware.php index 7862290a..27c7ba1f 100644 --- a/site/plugins/admin/app/Middleware/AuthMiddleware.php +++ b/site/plugins/admin/app/Middleware/AuthMiddleware.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Maintained by Sergey Romanenko and Flextype Community. + * Founded by Sergey Romanenko and maintained Flextype Community. * * @license https://github.com/flextype/flextype/blob/dev/LICENSE.txt (MIT License) */