Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove copyright noise that is covered by the Apache 2.0 licence. #473

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading