Skip to content

Commit 38c764e

Browse files
committed
Fic gactions
1 parent 769df5a commit 38c764e

5 files changed

+22
-10
lines changed

Diff for: .check-author.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ exclude:
66

77
mapping:
88
'Andreas Isaak <[email protected]>': 'Andreas Isaak <[email protected]>'
9+
10+
mapping:
11+
'Ingolf Steinhardt <[email protected]>':
12+
- 'zonky2 <[email protected]>'

Diff for: src/DependencyInjection/MetaModelsAttributeTranslatedSelectExtension.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedselect.
55
*
6-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -12,8 +12,9 @@
1212
*
1313
* @package MetaModels/attribute_translatedselect
1414
* @author David Molineus <[email protected]>
15-
* @author Christian Schiffler <[email protected]>
16-
* @copyright 2012-2019 The MetaModels team.
15+
* @author Stefan Heimes <[email protected]>
16+
* @author Ingolf Steinhardt <[email protected]>
17+
* @copyright 2012-2022 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_translatedselect/blob/master/LICENSE LGPL-3.0-or-later
1819
* @filesource
1920
*/

Diff for: src/MetaModelsAttributeTranslatedSelectBundle.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedselect.
55
*
6-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -12,8 +12,9 @@
1212
*
1313
* @package MetaModels/attribute_translatedselect
1414
* @author David Molineus <[email protected]>
15-
* @author Christian Schiffler <[email protected]>
16-
* @copyright 2012-2019 The MetaModels team.
15+
* @author Stefan Heimes <[email protected]>
16+
* @author Ingolf Steinhardt <[email protected]>
17+
* @copyright 2012-2022 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_translatedselect/blob/master/LICENSE LGPL-3.0-or-later
1819
* @filesource
1920
*/

Diff for: tests/Attribute/TranslatedSelectAttributeTypeFactoryTest.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2+
23
/**
34
* This file is part of MetaModels/attribute_translatedselect.
45
*
5-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
67
*
78
* For the full copyright and license information, please view the LICENSE
89
* file that was distributed with this source code.
@@ -12,7 +13,9 @@
1213
* @package MetaModels/attribute_translatedselect
1314
* @author Christian Schiffler <[email protected]>
1415
* @author Sven Baumann <[email protected]>
15-
* @copyright 2012-2019 The MetaModels team.
16+
* @author Stefan Heimes <[email protected]>
17+
* @author Ingolf Steinhardt <[email protected]>
18+
* @copyright 2012-2022 The MetaModels team.
1619
* @license https://github.com/MetaModels/attribute_translatedselect/blob/master/LICENSE LGPL-3.0-or-later
1720
* @filesource
1821
*/

Diff for: tests/Attribute/TranslatedSelectTest.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2+
23
/**
34
* This file is part of MetaModels/attribute_translatedselect.
45
*
5-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
67
*
78
* For the full copyright and license information, please view the LICENSE
89
* file that was distributed with this source code.
@@ -12,7 +13,9 @@
1213
* @package MetaModels/attribute_translatedselect
1314
* @author Christian Schiffler <[email protected]>
1415
* @author Sven Baumann <[email protected]>
15-
* @copyright 2012-2019 The MetaModels team.
16+
* @author Stefan Heimes <[email protected]>
17+
* @author Ingolf Steinhardt <[email protected]>
18+
* @copyright 2012-2022 The MetaModels team.
1619
* @license https://github.com/MetaModels/attribute_translatedselect/blob/master/LICENSE LGPL-3.0-or-later
1720
* @filesource
1821
*/

0 commit comments

Comments
 (0)