diff --git a/flextype/core/Cache.php b/flextype/core/Cache.php index 0a003d81..fe4d592f 100755 --- a/flextype/core/Cache.php +++ b/flextype/core/Cache.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Controller.php b/flextype/core/Controller.php index fc904a31..9849f92c 100644 --- a/flextype/core/Controller.php +++ b/flextype/core/Controller.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 7ddec908..dfe47b41 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Fieldsets.php b/flextype/core/Fieldsets.php index fef17cce..ca1f8d99 100644 --- a/flextype/core/Fieldsets.php +++ b/flextype/core/Fieldsets.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Middleware.php b/flextype/core/Middleware.php index 9ea0743a..e763b11f 100644 --- a/flextype/core/Middleware.php +++ b/flextype/core/Middleware.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Plugins.php b/flextype/core/Plugins.php index 773d17c4..3f3410dc 100755 --- a/flextype/core/Plugins.php +++ b/flextype/core/Plugins.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Snippets.php b/flextype/core/Snippets.php index e5c95fd3..45b2cb23 100644 --- a/flextype/core/Snippets.php +++ b/flextype/core/Snippets.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/core/Themes.php b/flextype/core/Themes.php index c8e67ad8..52efbf90 100644 --- a/flextype/core/Themes.php +++ b/flextype/core/Themes.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/parsers/JsonParser.php b/flextype/parsers/JsonParser.php index 3bc72eaf..250d5e3a 100644 --- a/flextype/parsers/JsonParser.php +++ b/flextype/parsers/JsonParser.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/routes/web.php b/flextype/routes/web.php index f303c04c..ade26e4d 100644 --- a/flextype/routes/web.php +++ b/flextype/routes/web.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/shortcodes/EntriesShortcode.php b/flextype/shortcodes/EntriesShortcode.php index f8db37ec..3e844016 100644 --- a/flextype/shortcodes/EntriesShortcode.php +++ b/flextype/shortcodes/EntriesShortcode.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/shortcodes/RegistryShortcode.php b/flextype/shortcodes/RegistryShortcode.php index 93927ca1..299e5dc8 100644 --- a/flextype/shortcodes/RegistryShortcode.php +++ b/flextype/shortcodes/RegistryShortcode.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/shortcodes/SnippetsShortcode.php b/flextype/shortcodes/SnippetsShortcode.php index 0b04bcdc..d95383d7 100644 --- a/flextype/shortcodes/SnippetsShortcode.php +++ b/flextype/shortcodes/SnippetsShortcode.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/AssetsTwigExtension.php b/flextype/twig/AssetsTwigExtension.php index bd7dea10..09a131c1 100644 --- a/flextype/twig/AssetsTwigExtension.php +++ b/flextype/twig/AssetsTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/CsrfTwigExtension.php b/flextype/twig/CsrfTwigExtension.php index 616c9dc7..a4295b44 100644 --- a/flextype/twig/CsrfTwigExtension.php +++ b/flextype/twig/CsrfTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/EmitterTwigExtension.php b/flextype/twig/EmitterTwigExtension.php index b0c43125..6d8f6f74 100644 --- a/flextype/twig/EmitterTwigExtension.php +++ b/flextype/twig/EmitterTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/EntriesTwigExtension.php b/flextype/twig/EntriesTwigExtension.php index 5a1f1f39..29277214 100644 --- a/flextype/twig/EntriesTwigExtension.php +++ b/flextype/twig/EntriesTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/FilesystemTwigExtension.php b/flextype/twig/FilesystemTwigExtension.php index 3cfad2d0..1ed43127 100644 --- a/flextype/twig/FilesystemTwigExtension.php +++ b/flextype/twig/FilesystemTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/FlashTwigExtension.php b/flextype/twig/FlashTwigExtension.php index 2d5d3eb1..de5113d8 100644 --- a/flextype/twig/FlashTwigExtension.php +++ b/flextype/twig/FlashTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/GlobalVarsTwigExtension.php b/flextype/twig/GlobalVarsTwigExtension.php index 3caa0cff..2448421a 100644 --- a/flextype/twig/GlobalVarsTwigExtension.php +++ b/flextype/twig/GlobalVarsTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/I18nTwigExtension.php b/flextype/twig/I18nTwigExtension.php index bbe66c57..e06d09ab 100644 --- a/flextype/twig/I18nTwigExtension.php +++ b/flextype/twig/I18nTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/JsonParserTwigExtension.php b/flextype/twig/JsonParserTwigExtension.php index 484c0479..91431d14 100644 --- a/flextype/twig/JsonParserTwigExtension.php +++ b/flextype/twig/JsonParserTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/ShortcodesTwigExtension.php b/flextype/twig/ShortcodesTwigExtension.php index f8651fbc..a0c3572c 100644 --- a/flextype/twig/ShortcodesTwigExtension.php +++ b/flextype/twig/ShortcodesTwigExtension.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ namespace Flextype; diff --git a/flextype/twig/SnippetsTwigExtension.php b/flextype/twig/SnippetsTwigExtension.php index 21d6e20c..0e9cfd75 100644 --- a/flextype/twig/SnippetsTwigExtension.php +++ b/flextype/twig/SnippetsTwigExtension.php @@ -3,12 +3,11 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * 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) */ - namespace Flextype; use Twig_Extension;