Skip to content

Commit e8f257a

Browse files
committed
Drop license boilerplate
1 parent d04ff93 commit e8f257a

File tree

7 files changed

+0
-63
lines changed

7 files changed

+0
-63
lines changed

src/Omnipay/Eway/Message/RapidCompletePurchaseRequest.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 <[email protected]>
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\Eway\Message;
134

145
/**

src/Omnipay/Eway/Message/RapidPurchaseRequest.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 <[email protected]>
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\Eway\Message;
134

145
use Omnipay\Common\Message\AbstractRequest;

src/Omnipay/Eway/Message/RapidResponse.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 <[email protected]>
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\Eway\Message;
134

145
use Omnipay\Common\Message\AbstractResponse;

src/Omnipay/Eway/RapidGateway.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 <[email protected]>
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\Eway;
134

145
use Omnipay\Common\AbstractGateway;

tests/Omnipay/Eway/Message/RapidCompletePurchaseRequestTest.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 <[email protected]>
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\Eway\Message;
134

145
use Omnipay\TestCase;

tests/Omnipay/Eway/Message/RapidPurchaseRequestTest.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 <[email protected]>
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\Eway\Message;
134

145
use Omnipay\TestCase;

tests/Omnipay/Eway/RapidGatewayTest.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 <[email protected]>
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\Eway;
134

145
use Omnipay\GatewayTestCase;

0 commit comments

Comments
 (0)