Skip to content

Commit 381d1ab

Browse files
committed
Drop license boilerplate
1 parent 35a0803 commit 381d1ab

File tree

296 files changed

+0
-2664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+0
-2664
lines changed

example/index.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
require __DIR__.'/../vendor/autoload.php';
134

145
// create basic Silex application

src/Omnipay/AuthorizeNet/AIMGateway.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\AuthorizeNet;
134

145
use Omnipay\AuthorizeNet\Message\AIMAuthorizeRequest;

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

145
/**

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

145
/**

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

145
use Omnipay\Common\Message\AbstractResponse;

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

145
/**

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

145
/**

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

145
/**

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

145
/**

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

145
use Omnipay\Common\Message\AbstractResponse;

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

145
use Omnipay\Common\Exception\InvalidRequestException;

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

145
use Omnipay\Common\Message\AbstractResponse;

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

145
/**

src/Omnipay/AuthorizeNet/SIMGateway.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\AuthorizeNet;
134

145
use Omnipay\AuthorizeNet\Message\SIMAuthorizeRequest;

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

145
use Omnipay\Common\AbstractGateway;

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

145
use Omnipay\Common\Exception\InvalidRequestException;

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

145
use Omnipay\Common\Message\AbstractResponse;

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

145
use Omnipay\Common\Message\AbstractRequest;

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

145
use Omnipay\Common\Message\AbstractResponse;

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

145
use Omnipay\CardSave\Message\CompletePurchaseRequest;

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

145
use SimpleXMLElement;

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

145
use DOMDocument;

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

145
use DOMDocument;

src/Omnipay/Common/AbstractGateway.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\Common;
134

145
use Guzzle\Http\ClientInterface;

src/Omnipay/Common/CreditCard.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\Common;
134

145
use Omnipay\Common\Exception\InvalidCreditCardException;

src/Omnipay/Common/Currency.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\Common;
134

145
/**

0 commit comments

Comments
 (0)