From 5b05a62a714bb7e8ba1ce7412f7442debe67c291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 12 Apr 2022 17:18:48 +0200 Subject: [PATCH] Add missing license header --- Tests/Encoder/IdnAddressEncoderTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Tests/Encoder/IdnAddressEncoderTest.php b/Tests/Encoder/IdnAddressEncoderTest.php index 71e7716..656225a 100644 --- a/Tests/Encoder/IdnAddressEncoderTest.php +++ b/Tests/Encoder/IdnAddressEncoderTest.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\Mime\Encoder; use PHPUnit\Framework\TestCase;