Skip to content

Commit 438dfc0

Browse files
authored
Remove copyright noise that is covered by the Apache 2.0 licence. (#473)
* Remove copyright noise that is covered by the Apache 2.0 licence. * verify v2 is now in GA
1 parent dccb3ff commit 438dfc0

File tree

221 files changed

+3
-1548
lines changed

Some content is hidden

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

221 files changed

+3
-1548
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ var_dump($response);
10461046

10471047
## Supported APIs
10481048

1049-
| API | API Release Status | Supported?
1049+
| API | API Release Status | Supported? |
10501050
|------------------------|:--------------------:|:----------:|
10511051
| Account API | General Availability ||
10521052
| Alerts API | General Availability ||
@@ -1067,7 +1067,7 @@ var_dump($response);
10671067
| SMS API | General Availability ||
10681068
| Subaccounts API | General Availability ||
10691069
| Verify API | General Availability ||
1070-
| Verify API (Version 2) | Beta | |
1070+
| Verify API (Version 2) | General Availability | |
10711071
| Voice API | General Availability ||
10721072

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

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

11561156
## Test Suite
11571157

src/Account/Balance.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/Client.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/ClientFactory.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/Config.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/PrefixPrice.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/Price.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/SmsPrice.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/Account/VoicePrice.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage\Account;

src/ApiErrorHandler.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* Vonage Client Library for PHP
5-
*
6-
* @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com)
7-
* @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace Vonage;

0 commit comments

Comments
 (0)