Skip to content

Commit ac8baf0

Browse files
committed
Drop license boilerplate
1 parent 420999e commit ac8baf0

27 files changed

+0
-243
lines changed

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 <[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\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 <[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\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 <[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\Common;
134

145
/**

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

145
/**

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

145
/**

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

145
/**

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

145
/**

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

145
/**

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

145
/**

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

145
use RecursiveDirectoryIterator;

0 commit comments

Comments
 (0)