Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 076df1f

Browse files
committed
Added license headers
1 parent 07c1119 commit 076df1f

File tree

6 files changed

+54
-0
lines changed

6 files changed

+54
-0
lines changed

DependencyInjection/Compiler/SecurityEncoderFactoryPass.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle\DependencyInjection\Compiler;
413

514
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;

DependencyInjection/Configuration.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle\DependencyInjection;
413

514
use Symfony\Component\Config\Definition\Builder\TreeBuilder;

DependencyInjection/FOSAdvancedEncoderExtension.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle\DependencyInjection;
413

514
use Symfony\Component\Config\FileLocator;

FOSAdvancedEncoderBundle.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle;
413

514
use Symfony\Component\HttpKernel\Bundle\Bundle;

Security/Encoder/EncoderAwareInterface.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle\Security\Encoder;
413

514
use Symfony\Component\Security\Core\User\AdvancedUserInterface;

Security/Encoder/EncoderFactory.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the FOSAdvancedEncoderBundle package.
5+
*
6+
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace FOS\AdvancedEncoderBundle\Security\Encoder;
413

514
use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;

0 commit comments

Comments
 (0)