Skip to content

Commit

Permalink
Replaced copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickogden committed Jun 13, 2019
1 parent 21765d0 commit 2a6937c
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ return PhpCsFixer\Config::create()
'header' => <<<HEADER
This file is part of the AR Connect SDK.
© Airtime Rewards 2018
© Airtime Rewards 2019
HEADER
,
'comment_type' => 'PHPDoc',
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Credit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/CreditCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/CreditType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/CreditTypeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
6 changes: 6 additions & 0 deletions src/Eligibility.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2019
*/

declare(strict_types=1);

namespace AirtimeRewards\ARConnect;
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/FailedResponseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidResponseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UnrefreshableException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/HateoasCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/HateoasInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/PaginatedCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/Traits/CollectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Hateoas/Traits/HateoasLinksTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Network.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/NetworkCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Test/ClientStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Util/MoneyConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/CreditCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/Test/ClientStubTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of the AR Connect SDK.
*
* © Airtime Rewards 2018
* © Airtime Rewards 2019
*/

declare(strict_types=1);
Expand Down

0 comments on commit 2a6937c

Please sign in to comment.