add missing source code header

This commit is contained in:
a-sansara 2017-03-16 02:03:04 +01:00
parent ffd0addcec
commit 6c3bb16937
5 changed files with 40 additions and 0 deletions

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the silex-core package.
*
* (c) meta-tech.academy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MetaTech\Core; namespace MetaTech\Core;
/*! /*!

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the silex-core package.
*
* (c) meta-tech.academy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MetaTech\Db; namespace MetaTech\Db;
use PDO; use PDO;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the silex-core package.
*
* (c) meta-tech.academy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MetaTech\Db; namespace MetaTech\Db;
use MetaTech\Db\PdoConnector; use MetaTech\Db\PdoConnector;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the silex-core package.
*
* (c) meta-tech.academy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MetaTech\Db; namespace MetaTech\Db;
/*! /*!

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the silex-core package.
*
* (c) meta-tech.academy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MetaTech\Silex\Provider; namespace MetaTech\Silex\Provider;
use Symfony\Component\Security\Core\User\UserProviderInterface; use Symfony\Component\Security\Core\User\UserProviderInterface;