Skip to content

Commit 57fbe6a

Browse files
committed
Unify file headers
1 parent e0819d4 commit 57fbe6a

23 files changed

Lines changed: 67 additions & 39 deletions

Exception/ImportException.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
5+
*/
6+
27
declare(strict_types=1);
38

49
namespace FireGento\FastSimpleImport\Exception;

Exception/RuntimeException.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
5+
*/
6+
27
declare(strict_types=1);
38

49
namespace FireGento\FastSimpleImport\Exception;

Exception/ValidationException.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
5+
*/
6+
27
declare(strict_types=1);
38

49
namespace FireGento\FastSimpleImport\Exception;

Model/Adapters/ArrayAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Adapters;

Model/Adapters/ArrayAdapterFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Adapters;

Model/Adapters/ImportAdapterFactoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Adapters;

Model/Adapters/NestedArrayAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Adapters;

Model/Adapters/NestedArrayAdapterFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Adapters;

Model/Config.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
6+
67
namespace FireGento\FastSimpleImport\Model;
78

89
use Magento\Framework\App\Helper\AbstractHelper;

Model/Config/Source/Behavior.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4-
* See LICENSE.md bundled with this module for license details.
3+
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
4+
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
55
*/
66

77
namespace FireGento\FastSimpleImport\Model\Config\Source;

0 commit comments

Comments
 (0)