Skip to content

Commit 1fb8acd

Browse files
committed
license-update: TSRM source headers
RFC: https://wiki.php.net/rfc/php_license_update
1 parent ac0b05d commit 1fb8acd

2 files changed

Lines changed: 12 additions & 16 deletions

File tree

TSRM/tsrm_win32.c

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| Copyright (c) The PHP Group |
3+
| Copyright © The PHP Group and Contributors. |
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: Daniel Beulshausen <daniel@php4win.de> |
1412
+----------------------------------------------------------------------+

TSRM/tsrm_win32.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| Copyright (c) The PHP Group |
3+
| Copyright © The PHP Group and Contributors. |
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: Daniel Beulshausen <daniel@php4win.de> |
1412
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)