diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 0deb44b5..f6e441a9 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.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/dependencies.php b/flextype/dependencies.php index 98be1149..13b0497f 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -1,13 +1,10 @@ - * @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) */ namespace Flextype; diff --git a/flextype/middlewares.php b/flextype/middlewares.php index d1ce7ccf..293f8949 100644 --- a/flextype/middlewares.php +++ b/flextype/middlewares.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/index.php b/index.php index 2120b783..8fe57806 100755 --- a/index.php +++ b/index.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;