1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 01:54:28 +02:00

chore(flextype): update copyright information

This commit is contained in:
Awilum
2022-04-05 16:46:55 +03:00
parent 82cbc8480e
commit 6f73d54280
71 changed files with 700 additions and 210 deletions

View File

@@ -1,9 +1,16 @@
#!/usr/bin/env php
<?php declare(strict_types=1);
/**
* Flextype (https://awilum.github.io/flextype)
* Founded by Sergey Romanenko and maintained by Flextype Community.
/**
* Flextype - Hybrid Content Management System with the freedom of a headless CMS
* and with the full functionality of a traditional CMS!
*
* Copyright (c) Sergey Romanenko (https://awilum.github.io)
*
* Licensed under The MIT License.
*
* For full copyright and license information, please see the LICENSE
* Redistributions of files must retain the above copyright notice.
*/
namespace Flextype;