diff --git a/flextype/parsers/Markdown.php b/flextype/parsers/Markdown.php index 5603254a..7346f97b 100644 --- a/flextype/parsers/Markdown.php +++ b/flextype/parsers/Markdown.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://flextype.org - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/parsers/Yaml.php b/flextype/parsers/Yaml.php index 2450502d..1c370d65 100644 --- a/flextype/parsers/Yaml.php +++ b/flextype/parsers/Yaml.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://flextype.org - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/shortcodes/BaseUrlShortcode.php b/flextype/shortcodes/BaseUrlShortcode.php index 2c731ae4..9709f5a4 100644 --- a/flextype/shortcodes/BaseUrlShortcode.php +++ b/flextype/shortcodes/BaseUrlShortcode.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://romanenko.digital - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype;