Skip to content

Commit 0d6f941

Browse files
committed
Fix old license headers from latest stream changes
1 parent 59df418 commit 0d6f941

3 files changed

Lines changed: 15 additions & 21 deletions

File tree

ext/standard/io_poll.c

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
+----------------------------------------------------------------------+
33
| Copyright (c) The PHP Group |
44
+----------------------------------------------------------------------+
5-
| This source file is subject to version 3.01 of the PHP license, |
6-
| that is bundled with this package in the file LICENSE, and is |
7-
| available through the world-wide-web at the following url: |
8-
| https://www.php.net/license/3_01.txt |
9-
| If you did not receive a copy of the PHP license and are unable to |
10-
| obtain it through the world-wide-web, please send a note to |
11-
| license@php.net so we can mail you a copy immediately. |
5+
| This source file is subject to the Modified BSD License that is |
6+
| bundled with this package in the file LICENSE, and is available |
7+
| through the World Wide Web at <https://www.php.net/license/>. |
8+
| |
9+
| SPDX-License-Identifier: BSD-3-Clause |
1210
+----------------------------------------------------------------------+
1311
| Author: Jakub Zelenka <bukka@php.net> |
1412
+----------------------------------------------------------------------+

main/streams/php_stream_errors.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
+----------------------------------------------------------------------+
33
| Copyright (c) The PHP Group |
44
+----------------------------------------------------------------------+
5-
| This source file is subject to version 3.01 of the PHP license, |
6-
| that is bundled with this package in the file LICENSE, and is |
7-
| available through the world-wide-web at the following url: |
8-
| https://www.php.net/license/3_01.txt |
9-
| If you did not receive a copy of the PHP license and are unable to |
10-
| obtain it through the world-wide-web, please send a note to |
11-
| license@php.net so we can mail you a copy immediately. |
5+
| This source file is subject to the Modified BSD License that is |
6+
| bundled with this package in the file LICENSE, and is available |
7+
| through the World Wide Web at <https://www.php.net/license/>. |
8+
| |
9+
| SPDX-License-Identifier: BSD-3-Clause |
1210
+----------------------------------------------------------------------+
1311
| Authors: Jakub Zelenka <bukka@php.net> |
1412
+----------------------------------------------------------------------+

main/streams/stream_errors.c

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
+----------------------------------------------------------------------+
33
| Copyright (c) The PHP Group |
44
+----------------------------------------------------------------------+
5-
| This source file is subject to version 3.01 of the PHP license, |
6-
| that is bundled with this package in the file LICENSE, and is |
7-
| available through the world-wide-web at the following url: |
8-
| https://www.php.net/license/3_01.txt |
9-
| If you did not receive a copy of the PHP license and are unable to |
10-
| obtain it through the world-wide-web, please send a note to |
11-
| license@php.net so we can mail you a copy immediately. |
5+
| This source file is subject to the Modified BSD License that is |
6+
| bundled with this package in the file LICENSE, and is available |
7+
| through the World Wide Web at <https://www.php.net/license/>. |
8+
| |
9+
| SPDX-License-Identifier: BSD-3-Clause |
1210
+----------------------------------------------------------------------+
1311
| Authors: Jakub Zelenka <bukka@php.net> |
1412
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)