Skip to content

Commit 499ef85

Browse files
committed
update license references explicitly to BSD-2-Clause
1 parent 39c379d commit 499ef85

17 files changed

+34
-77
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Microsoft Azure Storage for WordPress](https://github.com/10up/windows-azure-storage/blob/develop/.wordpress-org/banner-1544x500.png)
44

5-
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) ![Required PHP Version](https://img.shields.io/wordpress/plugin/required-php/windows-azure-storage?label=Requires%20PHP) ![Required WP Version](https://img.shields.io/wordpress/plugin/wp-version/windows-azure-storage?label=Requires%20WordPress) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/windows-azure-storage?label=WordPress) [![BSD 2-Clause License](https://img.shields.io/github/license/10up/windows-azure-storage.svg)](https://github.com/10up/windows-azure-storage/blob/trunk/LICENSE) [![Dependency Review](https://github.com/10up/windows-azure-storage/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/dependency-review.yml) [![E2E test](https://github.com/10up/windows-azure-storage/actions/workflows/cypress.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/cypress.yml) [![PHP Compatibility](https://github.com/10up/windows-azure-storage/actions/workflows/php-compatibility.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/php-compatibility.yml) [![CodeQL](https://github.com/10up/windows-azure-storage/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/github-code-scanning/codeql) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/windows-azure-storage?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/windows-azure-storage/add/playground/.wordpress-org/blueprints/blueprint.json)
5+
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) ![Required PHP Version](https://img.shields.io/wordpress/plugin/required-php/windows-azure-storage?label=Requires%20PHP) ![Required WP Version](https://img.shields.io/wordpress/plugin/wp-version/windows-azure-storage?label=Requires%20WordPress) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/windows-azure-storage?label=WordPress) [![BSD-2-Clause License](https://img.shields.io/github/license/10up/windows-azure-storage.svg)](https://github.com/10up/windows-azure-storage/blob/trunk/LICENSE) [![Dependency Review](https://github.com/10up/windows-azure-storage/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/dependency-review.yml) [![E2E test](https://github.com/10up/windows-azure-storage/actions/workflows/cypress.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/cypress.yml) [![PHP Compatibility](https://github.com/10up/windows-azure-storage/actions/workflows/php-compatibility.yml/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/php-compatibility.yml) [![CodeQL](https://github.com/10up/windows-azure-storage/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/10up/windows-azure-storage/actions/workflows/github-code-scanning/codeql) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/windows-azure-storage?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/windows-azure-storage/add/playground/.wordpress-org/blueprints/blueprint.json)
66

77
> Use the Microsoft Azure Storage service to host your website's media files.
88

bin/wp-cli.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22
/**
33
* Microsoft Azure Storage command line client.
4-
*
54
* Version: 4.0.0
6-
*
75
* Author: Microsoft Open Technologies, Inc.
8-
*
96
* Author URI: http://www.microsoft.com/
10-
*
11-
* License: New BSD License (BSD)
7+
* License: BSD-2-Clause
128
*
139
* Copyright (c) Microsoft Open Technologies, Inc.
1410
* All rights reserved.
@@ -36,7 +32,7 @@
3632
* @package Windows_Azure_Storage_For_WordPress
3733
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3834
* @copyright Microsoft Open Technologies, Inc.
39-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
35+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4036
* @link http://www.microsoft.com
4137
*/
4238
class Windows_Azure_Storage_CLI extends WP_CLI_Command {

includes/class-windows-azure-config-provider.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
* Microsoft Azure Storage config provider.
55
*
66
* Version: 4.0.0
7-
*
87
* Author: Microsoft Open Technologies, Inc.
9-
*
108
* Author URI: http://www.microsoft.com/
11-
*
12-
* License: New BSD License (BSD)
9+
* License: BSD-2-Clause
1310
*
1411
* Copyright (c) Microsoft Open Technologies, Inc.
1512
* All rights reserved.
@@ -37,7 +34,7 @@
3734
* @package Windows_Azure_Storage_For_WordPress
3835
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3936
* @copyright Microsoft Open Technologies, Inc.
40-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
37+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4138
* @link http://www.microsoft.com
4239
*/
4340
class Windows_Azure_Config_Provider {

includes/class-windows-azure-file-contents-provider.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
* Microsoft Azure Storage file contents provider.
55
*
66
* Version: 4.0.0
7-
*
87
* Author: Microsoft Open Technologies, Inc.
9-
*
108
* Author URI: http://www.microsoft.com/
11-
*
12-
* License: New BSD License (BSD)
9+
* License: BSD-2-Clause
1310
*
1411
* Copyright (c) Microsoft Open Technologies, Inc.
1512
* All rights reserved.
@@ -37,7 +34,7 @@
3734
* @package Windows_Azure_Storage_For_WordPress
3835
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3936
* @copyright Microsoft Open Technologies, Inc.
40-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
37+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4138
* @link http://www.microsoft.com
4239
* @since 4.0.0
4340
*/

includes/class-windows-azure-filesystem-access-provider.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
* Microsoft Azure Storage REST API client.
55
*
66
* Version: 4.0.0
7-
*
87
* Author: Microsoft Open Technologies, Inc.
9-
*
108
* Author URI: http://www.microsoft.com/
11-
*
12-
* License: New BSD License (BSD)
9+
* License: BSD-2-Clause
1310
*
1411
* Copyright (c) Microsoft Open Technologies, Inc.
1512
* All rights reserved.
@@ -37,7 +34,7 @@
3734
* @package Windows_Azure_Storage_For_WordPress
3835
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3936
* @copyright Microsoft Open Technologies, Inc.
40-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
37+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4138
* @link http://www.microsoft.com
4239
* @since 4.0.0
4340
*/

includes/class-windows-azure-generic-list-response.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@
77
* Microsoft Azure Storage REST API list containers response.
88
*
99
* Version: 4.0.0
10-
*
1110
* Author: Microsoft Open Technologies, Inc.
12-
*
1311
* Author URI: http://www.microsoft.com/
14-
*
15-
* License: New BSD License (BSD)
12+
* License: BSD-2-Clause
1613
*
1714
* Copyright (c) Microsoft Open Technologies, Inc.
1815
* All rights reserved.
@@ -40,7 +37,7 @@
4037
* @package Windows_Azure_Storage_For_WordPress
4138
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
4239
* @copyright Microsoft Open Technologies, Inc.
43-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
40+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4441
* @link http://www.microsoft.com
4542
* @since 4.0.0
4643
*/

includes/class-windows-azure-helper.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
* Microsoft Azure Storage helper class.
55
*
66
* Version: 4.0.0
7-
*
87
* Author: Microsoft Open Technologies, Inc.
9-
*
108
* Author URI: http://www.microsoft.com/
11-
*
12-
* License: New BSD License (BSD)
9+
* License: BSD-2-Clause
1310
*
1411
* Copyright (c) Microsoft Open Technologies, Inc.
1512
* All rights reserved.
@@ -37,7 +34,7 @@
3734
* @package Windows_Azure_Storage_For_WordPress
3835
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3936
* @copyright Microsoft Open Technologies, Inc.
40-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
37+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4138
* @link http://www.microsoft.com
4239
* @since 4.0.0
4340
*/

includes/class-windows-azure-list-blobs-response.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
* Microsoft Azure Storage REST API list blobs response.
77
*
88
* Version: 4.0.0
9-
*
109
* Author: Microsoft Open Technologies, Inc.
11-
*
1210
* Author URI: http://www.microsoft.com/
13-
*
14-
* License: New BSD License (BSD)
11+
* License: BSD-2-Clause
1512
*
1613
* Copyright (c) Microsoft Open Technologies, Inc.
1714
* All rights reserved.
@@ -39,7 +36,7 @@
3936
* @package Windows_Azure_Storage_For_WordPress
4037
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
4138
* @copyright Microsoft Open Technologies, Inc.
42-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
39+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4340
* @link http://www.microsoft.com
4441
* @since 4.0.0
4542
*/

includes/class-windows-azure-list-containers-response.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
* Microsoft Azure Storage REST API list containers response.
77
*
88
* Version: 4.0.0
9-
*
109
* Author: Microsoft Open Technologies, Inc.
11-
*
1210
* Author URI: http://www.microsoft.com/
13-
*
14-
* License: New BSD License (BSD)
11+
* License: BSD-2-Clause
1512
*
1613
* Copyright (c) Microsoft Open Technologies, Inc.
1714
* All rights reserved.
@@ -39,7 +36,7 @@
3936
* @package Windows_Azure_Storage_For_WordPress
4037
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
4138
* @copyright Microsoft Open Technologies, Inc.
42-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
39+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4340
* @link http://www.microsoft.com
4441
* @since 4.0.0
4542
*/

includes/class-windows-azure-replace-media.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
* Microsoft Azure Storage REST API client.
55
*
66
* Version: 4.0.0
7-
*
87
* Author: Microsoft Open Technologies, Inc.
9-
*
108
* Author URI: http://www.microsoft.com/
11-
*
12-
* License: New BSD License (BSD)
9+
* License: BSD-2-Clause
1310
*
1411
* Copyright (c) Microsoft Open Technologies, Inc.
1512
* All rights reserved.
@@ -37,7 +34,7 @@
3734
* @package Windows_Azure_Storage_For_WordPress
3835
* @author Microsoft Open Technologies, Inc. <msopentech@microsoft.com>
3936
* @copyright Microsoft Open Technologies, Inc.
40-
* @license New BSD license, (http://www.opensource.org/licenses/bsd-license.php)
37+
* @license BSD-2-Clause, (http://www.opensource.org/licenses/bsd-license.php)
4138
* @link http://www.microsoft.com
4239
*/
4340

0 commit comments

Comments
 (0)