Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 49e73d7

Browse files
committed
Merge pull request #141 from WouterJ/license-patch
Added license headers
2 parents 16f5fe5 + 4d0abd6 commit 49e73d7

32 files changed

+324
-1
lines changed

Admin/AbstractMenuNodeAdmin.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\Admin;
414

515
use Sonata\AdminBundle\Datagrid\ListMapper;

Admin/Extension/MenuNodeReferrersExtension.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\Admin\Extension;
414

515
use Sonata\AdminBundle\Admin\AdminExtension;

Admin/MenuAdmin.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\Admin;
414

515
use Sonata\AdminBundle\Form\FormMapper;

Admin/MenuNodeAdmin.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\Admin;
414

515
use Sonata\AdminBundle\Form\FormMapper;

CmfMenuBundle.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle;
414

515
use Symfony\Component\HttpKernel\Bundle\Bundle;

ContentAwareFactory.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle;
414

515
use Knp\Menu\Silex\RouterAwareFactory;

DependencyInjection/CmfMenuExtension.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
<?php
2+
3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
213
namespace Symfony\Cmf\Bundle\MenuBundle\DependencyInjection;
314

415
use Symfony\Component\Config\FileLocator;
516
use Symfony\Component\DependencyInjection\ContainerBuilder;
617
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
718
use Symfony\Component\DependencyInjection\Reference;
819
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
9-
// this use is only used if the class really is present, no hard dependency
1020
use Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter;
1121

1222
class CmfMenuExtension extends Extension

DependencyInjection/Compiler/AddVotersPass.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\DependencyInjection\Compiler;
414

515
use Symfony\Component\DependencyInjection\ContainerBuilder;

DependencyInjection/Configuration.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\DependencyInjection;
414

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

Doctrine/Phpcr/Menu.php

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

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2013 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Bundle\MenuBundle\Doctrine\Phpcr;
414

515
use Symfony\Cmf\Bundle\MenuBundle\Model\Menu as BaseMenu;

0 commit comments

Comments
 (0)