mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Add Header comment
This commit is contained in:
parent
df7043343e
commit
34b33a9127
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user