Skip to content

Commit

Permalink
fixed header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jan 5, 2016
1 parent 24b988f commit 78631ba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Block/GalleryListBlockService.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

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

namespace Sonata\MediaBundle\Block;

use Sonata\AdminBundle\Form\FormMapper;
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/ApiDoctrineMediaType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Sonata package.
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/ApiGalleryHasMediaType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Sonata package.
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/ApiGalleryType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Sonata package.
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
Expand Down
9 changes: 9 additions & 0 deletions Tests/Block/GalleryListBlockServiceTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

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

namespace Sonata\MediaBundle\Tests\Block\Service;

use Sonata\BlockBundle\Block\BlockContext;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/MediaExtensionTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Sonata package.
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
Expand Down

0 comments on commit 78631ba

Please sign in to comment.