From a3ee53da2bcd2b6186d7ebdb792b369bc669bcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 12 Apr 2022 17:53:34 +0200 Subject: [PATCH] Add missing license header --- Tests/LokaliseProviderFactoryTest.php | 9 +++++++++ Tests/LokaliseProviderTest.php | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/Tests/LokaliseProviderFactoryTest.php b/Tests/LokaliseProviderFactoryTest.php index f50d1f5..df9ce68 100644 --- a/Tests/LokaliseProviderFactoryTest.php +++ b/Tests/LokaliseProviderFactoryTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Bridge\Lokalise\Tests; use Symfony\Component\HttpClient\MockHttpClient; diff --git a/Tests/LokaliseProviderTest.php b/Tests/LokaliseProviderTest.php index 3cf46b0..7ce9b8e 100644 --- a/Tests/LokaliseProviderTest.php +++ b/Tests/LokaliseProviderTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Bridge\Lokalise\Tests; use Psr\Log\LoggerInterface;