Skip to content

Commit

Permalink
Add license on new files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxailloud committed Mar 12, 2014
1 parent 1afe90e commit 77cc863
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DependencyInjection/Compiler/DoctrineEntityListenerPass.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\CoreBundle\DependencyInjection\Compiler;

use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
Expand Down
9 changes: 9 additions & 0 deletions Doctrine/EntityListenerResolver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\CoreBundle\Doctrine;

use Doctrine\ORM\Mapping\DefaultEntityListenerResolver;
Expand Down
10 changes: 10 additions & 0 deletions Entity/Badge/Listener/BadgeListener.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\CoreBundle\Entity\Badge\Listener;

use Claroline\CoreBundle\Entity\Badge\Badge;
Expand Down

0 comments on commit 77cc863

Please sign in to comment.