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

Commit 438a686

Browse files
committed
Added missing license headers
1 parent c41c816 commit 438a686

File tree

6 files changed

+38
-1
lines changed

6 files changed

+38
-1
lines changed

Controller/ResourceController.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 Symfony CMF package.
5+
*
6+
* (c) 2011-2015 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+
312
namespace Symfony\Cmf\Bundle\ResourceRestBundle\Controller;
413

514
use Symfony\Cmf\Component\Resource\RepositoryRegistryInterface;

Resources/meta/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ResourceRestBundle
22

33
The MIT License
44

5-
Copyright (c) 2011-2015 Symfony2 CMF
5+
Copyright (c) 2011-2015 Symfony CMF
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

Serializer/Jms/Handler/ResourceHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the Symfony CMF package.
45
*

Tests/Features/Context/ResourceContext.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 Symfony CMF package.
5+
*
6+
* (c) 2011-2015 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+
312
namespace Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Features\Context;
413

514
use Behat\Gherkin\Node\PyStringNode;

Tests/Resources/TestBundle/Document/Article.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 Symfony CMF package.
5+
*
6+
* (c) 2011-2015 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+
312
namespace Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Resources\TestBundle\Document;
413

514
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCR;

Tests/Resources/TestBundle/TestBundle.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 Symfony CMF package.
5+
*
6+
* (c) 2011-2015 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+
312
namespace Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Resources\TestBundle;
413

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

0 commit comments

Comments
 (0)