Skip to content

Commit e41be2f

Browse files
committed
Drop license boilerplate
1 parent a3fecdc commit e41be2f

File tree

7 files changed

+0
-63
lines changed

7 files changed

+0
-63
lines changed

src/Omnipay/NetBanx/Gateway.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx;
134

145
use Omnipay\Common\AbstractGateway;

src/Omnipay/NetBanx/Message/AbstractRequest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
use Omnipay\Common\CreditCard;

src/Omnipay/NetBanx/Message/AuthorizeRequest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
use Omnipay\Common\CreditCard;

src/Omnipay/NetBanx/Message/CaptureRequest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
/**

src/Omnipay/NetBanx/Message/PurchaseRequest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
/**

src/Omnipay/NetBanx/Message/Response.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
use Omnipay\NetBanx\Gateway;

src/Omnipay/NetBanx/Message/VoidRequest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Omnipay package.
5-
*
6-
* (c) Adrian Macneil <adrian@adrianmacneil.com>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Omnipay\NetBanx\Message;
134

145
/**

0 commit comments

Comments
 (0)