Add Header comment

This commit is contained in:
David Garcia 2018-02-01 23:54:22 +00:00 committed by David Garcia
parent df7043343e
commit 34b33a9127
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,12 @@
<?php <?php
/*
* Copyright (C) 2013 Mailgun
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
namespace Mailgun\Tests\Model\EmailValidation; namespace Mailgun\Tests\Model\EmailValidation;
use Mailgun\Model\EmailValidation\Parse; use Mailgun\Model\EmailValidation\Parse;

View File

@ -1,5 +1,12 @@
<?php <?php
/*
* Copyright (C) 2013 Mailgun
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
namespace Mailgun\Tests\Model\EmailValidation; namespace Mailgun\Tests\Model\EmailValidation;
use Mailgun\Model\EmailValidation\Parts; use Mailgun\Model\EmailValidation\Parts;