Skip to content

Commit 2343ce2

Browse files
committed
updated license blocks
1 parent ada44ac commit 2343ce2

26 files changed

+78
-78
lines changed

Encoder/DecoderInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55

66
/*
7-
* This file is part of the Symfony framework.
7+
* This file is part of the Symfony package.
88
*
99
* (c) Fabien Potencier <[email protected]>
1010
*
11-
* This source file is subject to the MIT license that is bundled
12-
* with this source code in the file LICENSE.
11+
* For the full copyright and license information, please view the LICENSE
12+
* file that was distributed with this source code.
1313
*/
1414

1515
/**

Encoder/EncoderInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Symfony\Component\Serializer\Encoder;
44

55
/*
6-
* This file is part of the Symfony framework.
6+
* This file is part of the Symfony package.
77
*
88
* (c) Fabien Potencier <[email protected]>
99
*
10-
* This source file is subject to the MIT license that is bundled
11-
* with this source code in the file LICENSE.
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
1212
*/
1313

1414
/**

Encoder/JsonEncoder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55

66
/*
7-
* This file is part of the Symfony framework.
7+
* This file is part of the Symfony package.
88
*
99
* (c) Fabien Potencier <[email protected]>
1010
*
11-
* This source file is subject to the MIT license that is bundled
12-
* with this source code in the file LICENSE.
11+
* For the full copyright and license information, please view the LICENSE
12+
* file that was distributed with this source code.
1313
*/
1414

1515
/**

Encoder/NormalizationAwareInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55

66
/*
7-
* This file is part of the Symfony framework.
7+
* This file is part of the Symfony package.
88
*
99
* (c) Fabien Potencier <[email protected]>
1010
*
11-
* This source file is subject to the MIT license that is bundled
12-
* with this source code in the file LICENSE.
11+
* For the full copyright and license information, please view the LICENSE
12+
* file that was distributed with this source code.
1313
*/
1414

1515
/**

Encoder/SerializerAwareEncoder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
use Symfony\Component\Serializer\SerializerAwareInterface;
77

88
/*
9-
* This file is part of the Symfony framework.
9+
* This file is part of the Symfony package.
1010
*
1111
* (c) Fabien Potencier <[email protected]>
1212
*
13-
* This source file is subject to the MIT license that is bundled
14-
* with this source code in the file LICENSE.
13+
* For the full copyright and license information, please view the LICENSE
14+
* file that was distributed with this source code.
1515
*/
1616

1717
/**

Encoder/XmlEncoder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
66

77
/*
8-
* This file is part of the Symfony framework.
8+
* This file is part of the Symfony package.
99
*
1010
* (c) Fabien Potencier <[email protected]>
1111
*
12-
* This source file is subject to the MIT license that is bundled
13-
* with this source code in the file LICENSE.
12+
* For the full copyright and license information, please view the LICENSE
13+
* file that was distributed with this source code.
1414
*/
1515

1616
/**

Exception/Exception.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony framework.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Fabien Potencier <[email protected]>
77
*
8-
* This source file is subject to the MIT license that is bundled
9-
* with this source code in the file LICENSE.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1010
*/
1111

1212
namespace Symfony\Component\Serializer\Exception;

Exception/InvalidArgumentException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony framework.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Fabien Potencier <[email protected]>
77
*
8-
* This source file is subject to the MIT license that is bundled
9-
* with this source code in the file LICENSE.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1010
*/
1111

1212
namespace Symfony\Component\Serializer\Exception;

Exception/LogicException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony framework.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Fabien Potencier <[email protected]>
77
*
8-
* This source file is subject to the MIT license that is bundled
9-
* with this source code in the file LICENSE.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1010
*/
1111

1212
namespace Symfony\Component\Serializer\Exception;

Exception/RuntimeException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony framework.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Fabien Potencier <[email protected]>
77
*
8-
* This source file is subject to the MIT license that is bundled
9-
* with this source code in the file LICENSE.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1010
*/
1111

1212
namespace Symfony\Component\Serializer\Exception;

0 commit comments

Comments
 (0)