Skip to content

Commit

Permalink
Remove copyright noise that is covered by the Apache 2.0 licence. (#473)
Browse files Browse the repository at this point in the history
* Remove copyright noise that is covered by the Apache 2.0 licence.

* verify v2 is now in GA
  • Loading branch information
SecondeJK authored Apr 12, 2024
1 parent dccb3ff commit 438dfc0
Show file tree
Hide file tree
Showing 221 changed files with 3 additions and 1,548 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ var_dump($response);

## Supported APIs

| API | API Release Status | Supported?
| API | API Release Status | Supported? |
|------------------------|:--------------------:|:----------:|
| Account API | General Availability ||
| Alerts API | General Availability ||
Expand All @@ -1067,7 +1067,7 @@ var_dump($response);
| SMS API | General Availability ||
| Subaccounts API | General Availability ||
| Verify API | General Availability ||
| Verify API (Version 2) | Beta | |
| Verify API (Version 2) | General Availability | |
| Voice API | General Availability ||

## Troubleshooting
Expand Down Expand Up @@ -1151,7 +1151,7 @@ $logger->pushHandler(new \Monolog\Handler\StreamHandler(__DIR__ . '/log.txt', \M
$client->getFactory()->set(\PSR\Log\LoggerInterface::class, $logger);
```

**ENABLING DEBUGING LOGGING HAS THE POTENTIAL FOR LOGGING SENSITIVE INFORMATION, DO NOT ENABLE IN PRODUCTION**
**ENABLING DEBUGGING LOGGING HAS THE POTENTIAL FOR LOGGING SENSITIVE INFORMATION, DO NOT ENABLE IN PRODUCTION**

## Test Suite

Expand Down
7 changes: 0 additions & 7 deletions src/Account/Balance.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/Client.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/ClientFactory.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/Config.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/PrefixPrice.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/Price.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/SmsPrice.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/Account/VoicePrice.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Account;
Expand Down
7 changes: 0 additions & 7 deletions src/ApiErrorHandler.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/Application.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/ApplicationInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/Client.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/ClientFactory.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/Hydrator.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/MessagesConfig.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/RtcConfig.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/VbcConfig.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/VoiceConfig.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Application/Webhook.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Application;
Expand Down
7 changes: 0 additions & 7 deletions src/Client.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage;
Expand Down
8 changes: 0 additions & 8 deletions src/Client/APIClient.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client;
Expand Down
8 changes: 0 additions & 8 deletions src/Client/APIExceptionHandler.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client;
Expand Down
8 changes: 0 additions & 8 deletions src/Client/APIResource.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client;
Expand Down
7 changes: 0 additions & 7 deletions src/Client/Callback/Callback.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client\Callback;
Expand Down
7 changes: 0 additions & 7 deletions src/Client/Callback/CallbackInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client\Callback;
Expand Down
7 changes: 0 additions & 7 deletions src/Client/ClientAwareInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client;
Expand Down
7 changes: 0 additions & 7 deletions src/Client/ClientAwareTrait.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client;
Expand Down
7 changes: 0 additions & 7 deletions src/Client/Credentials/AbstractCredentials.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Vonage Client Library for PHP
*
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
*/

declare(strict_types=1);

namespace Vonage\Client\Credentials;
Expand Down
Loading

0 comments on commit 438dfc0

Please sign in to comment.