Skip to content

Commit

Permalink
[Minor] Licensify
Browse files Browse the repository at this point in the history
  • Loading branch information
eymengunay committed Sep 26, 2013
1 parent d0b01f9 commit 01eb439
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DependencyInjection/Compiler/FormCompilerPass.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle\DependencyInjection\Compiler;

use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
9 changes: 9 additions & 0 deletions Document/HoneypotPrey.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle\Document;

use Eo\HoneypotBundle\Model\HoneypotPrey as BaseHoneypotPrey;
Expand Down
9 changes: 9 additions & 0 deletions Entity/HoneypotPrey.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle\Entity;

use Eo\HoneypotBundle\Model\HoneypotPrey as BaseHoneypotPrey;
Expand Down
9 changes: 9 additions & 0 deletions Events.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle;

final class Events
Expand Down
9 changes: 9 additions & 0 deletions Model/HoneypotPrey.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle\Model;

/**
Expand Down
9 changes: 9 additions & 0 deletions Model/HoneypotPreyInterface.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the EoHoneypotBundle package.
*
* (c) Eymen Gunay <eymen@egunay.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Eo\HoneypotBundle\Model;

/**
Expand Down

0 comments on commit 01eb439

Please sign in to comment.