8000 Drop license boilerplate · thephpleague/omnipay-netaxept@375b1a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 375b1a3

Browse files
committed
Drop license boilerplate
1 parent 0ae7651 commit 375b1a3

File tree

7 files changed

+0
-63
lines changed

7 files changed

+0
-63
lines changed

src/Omnipay/Netaxept/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\Netaxept;
134

145
use Omnipay\Common\AbstractGateway;

src/Omnipay/Netaxept/Message/CompletePurchaseRequest.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\Netaxept\Message;
134

145
use Omnipay\Common\Exception\InvalidResponseException;

src/Omnipay/Netaxept/Message/ErrorResponse.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\Netaxept\Message;
134

145
use Omnipay\Common\Message\AbstractResponse;

src/Omnipay/Netaxept/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\Netaxept\Message;
134

145
use Omnipay\Common\Message\AbstractRequest;

src/Omnipay/Netaxept/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\Netaxept\Message;
134

145
use Omnipay\Common\Message\AbstractResponse;

tests/Omnipay/Netaxept/GatewayTest.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\Netaxept;
134

145
use Omnipay\GatewayTestCase;

tests/Omnipay/Netaxept/Message/ResponseTest.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\Netaxept\Message;
134

145
use Omnipay\TestCase;

0 commit comments

Comments
 (0)
0