From 43d5736bfcbafb94b7e66bfd0ced2856f0257e46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 4 Mar 2021 11:27:17 +0100
Subject: [PATCH] CS.

---
 src/Composer/ComposerPackage.php                        | 2 +-
 src/Composer/ComposerPackageInterface.php               | 2 +-
 src/Config.php                                          | 2 +-
 src/FileLocator/ChainFileLocator.php                    | 2 +-
 src/FileLocator/FileLocator.php                         | 2 +-
 src/FileLocator/FileLocatorInterface.php                | 2 +-
 src/Git/GitRepository.php                               | 2 +-
 src/Git/GitRepositoryInterface.php                      | 2 +-
 src/HeaderComment/ChainTemplateProvider.php             | 2 +-
 src/HeaderComment/FormattedHeaderProvider.php           | 2 +-
 src/HeaderComment/HeaderProviderInterface.php           | 2 +-
 src/HeaderComment/LicenseTemplateProvider.php           | 2 +-
 src/HeaderComment/SPDXLicenseTemplateProvider.php       | 2 +-
 src/HeaderComment/TemplateFormatter.php                 | 2 +-
 src/HeaderComment/TemplateFormatterInterface.php        | 2 +-
 src/HeaderComment/TemplateProviderInterface.php         | 2 +-
 src/HeaderComment/UserDefinedTemplateProvider.php       | 2 +-
 tests/FileLocator/FileLocatorTest.php                   | 2 +-
 tests/HeaderComment/LicenseTemplateProviderTest.php     | 2 +-
 tests/HeaderComment/SPDXLicenseTemplateProviderTest.php | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/Composer/ComposerPackage.php b/src/Composer/ComposerPackage.php
index 9e95674..d8ed232 100644
--- a/src/Composer/ComposerPackage.php
+++ b/src/Composer/ComposerPackage.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/Composer/ComposerPackageInterface.php b/src/Composer/ComposerPackageInterface.php
index e855dea..90dcc3e 100644
--- a/src/Composer/ComposerPackageInterface.php
+++ b/src/Composer/ComposerPackageInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/Config.php b/src/Config.php
index 4417ca9..01ba193 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/FileLocator/ChainFileLocator.php b/src/FileLocator/ChainFileLocator.php
index 9e8574c..70b8b2d 100644
--- a/src/FileLocator/ChainFileLocator.php
+++ b/src/FileLocator/ChainFileLocator.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/FileLocator/FileLocator.php b/src/FileLocator/FileLocator.php
index 39858b0..ba2555a 100644
--- a/src/FileLocator/FileLocator.php
+++ b/src/FileLocator/FileLocator.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/FileLocator/FileLocatorInterface.php b/src/FileLocator/FileLocatorInterface.php
index 1e8d266..f1269ea 100644
--- a/src/FileLocator/FileLocatorInterface.php
+++ b/src/FileLocator/FileLocatorInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/Git/GitRepository.php b/src/Git/GitRepository.php
index 5aab03a..5a7eadc 100644
--- a/src/Git/GitRepository.php
+++ b/src/Git/GitRepository.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/Git/GitRepositoryInterface.php b/src/Git/GitRepositoryInterface.php
index e789d77..f3b2d05 100644
--- a/src/Git/GitRepositoryInterface.php
+++ b/src/Git/GitRepositoryInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/ChainTemplateProvider.php b/src/HeaderComment/ChainTemplateProvider.php
index 70d8543..a8a65a3 100644
--- a/src/HeaderComment/ChainTemplateProvider.php
+++ b/src/HeaderComment/ChainTemplateProvider.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/FormattedHeaderProvider.php b/src/HeaderComment/FormattedHeaderProvider.php
index 2282f05..f8f9480 100644
--- a/src/HeaderComment/FormattedHeaderProvider.php
+++ b/src/HeaderComment/FormattedHeaderProvider.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/HeaderProviderInterface.php b/src/HeaderComment/HeaderProviderInterface.php
index 2ce9289..29f9eaa 100644
--- a/src/HeaderComment/HeaderProviderInterface.php
+++ b/src/HeaderComment/HeaderProviderInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/LicenseTemplateProvider.php b/src/HeaderComment/LicenseTemplateProvider.php
index 3820960..1c2a60e 100644
--- a/src/HeaderComment/LicenseTemplateProvider.php
+++ b/src/HeaderComment/LicenseTemplateProvider.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/SPDXLicenseTemplateProvider.php b/src/HeaderComment/SPDXLicenseTemplateProvider.php
index 3bac2c1..8c72274 100644
--- a/src/HeaderComment/SPDXLicenseTemplateProvider.php
+++ b/src/HeaderComment/SPDXLicenseTemplateProvider.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/TemplateFormatter.php b/src/HeaderComment/TemplateFormatter.php
index 8c385a7..4324a6d 100644
--- a/src/HeaderComment/TemplateFormatter.php
+++ b/src/HeaderComment/TemplateFormatter.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/TemplateFormatterInterface.php b/src/HeaderComment/TemplateFormatterInterface.php
index d59f5c5..4b6326a 100644
--- a/src/HeaderComment/TemplateFormatterInterface.php
+++ b/src/HeaderComment/TemplateFormatterInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/TemplateProviderInterface.php b/src/HeaderComment/TemplateProviderInterface.php
index a46639d..29d38e5 100644
--- a/src/HeaderComment/TemplateProviderInterface.php
+++ b/src/HeaderComment/TemplateProviderInterface.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/src/HeaderComment/UserDefinedTemplateProvider.php b/src/HeaderComment/UserDefinedTemplateProvider.php
index c177884..7974430 100644
--- a/src/HeaderComment/UserDefinedTemplateProvider.php
+++ b/src/HeaderComment/UserDefinedTemplateProvider.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/tests/FileLocator/FileLocatorTest.php b/tests/FileLocator/FileLocatorTest.php
index 29f148c..f68fef4 100644
--- a/tests/FileLocator/FileLocatorTest.php
+++ b/tests/FileLocator/FileLocatorTest.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/tests/HeaderComment/LicenseTemplateProviderTest.php b/tests/HeaderComment/LicenseTemplateProviderTest.php
index 66d9eb2..d6db816 100644
--- a/tests/HeaderComment/LicenseTemplateProviderTest.php
+++ b/tests/HeaderComment/LicenseTemplateProviderTest.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php b/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
index ab35739..8c8333b 100644
--- a/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
+++ b/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
@@ -2,7 +2,7 @@
 declare(strict_types=1);
 /*
  * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
- * Copyright (C) 2018-2020 IRSTEA
+ * Copyright (C) 2018-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
-- 
GitLab