Skip to content

Commit e0ceeff

Browse files
committed
Update license
1 parent 66595fd commit e0ceeff

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

Zend/zend_partial.c

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend Technologies Ltd., a subsidiary company of |
6+
| Perforce Software, Inc., and Contributors. |
67
+----------------------------------------------------------------------+
7-
| This source file is subject to version 2.00 of the Zend license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.zend.com/license/2_00.txt. |
11-
| If you did not receive a copy of the Zend license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@zend.com so we can mail you a copy immediately. |
8+
| This source file is subject to the Modified BSD License that is |
9+
| bundled with this package in the file LICENSE, and is available |
10+
| through the World Wide Web at <https://www.php.net/license/>. |
11+
| |
12+
| SPDX-License-Identifier: BSD-3-Clause |
13+
+----------------------------------------------------------------------+
14+
| Authors: Arnaud Le Blanc <arnaud.lb@gmail.com> |
1415
+----------------------------------------------------------------------+
1516
*/
1617

Zend/zend_partial.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend Technologies Ltd., a subsidiary company of |
6+
| Perforce Software, Inc., and Contributors. |
67
+----------------------------------------------------------------------+
7-
| This source file is subject to version 2.00 of the Zend license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.zend.com/license/2_00.txt. |
11-
| If you did not receive a copy of the Zend license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@zend.com so we can mail you a copy immediately. |
8+
| This source file is subject to the Modified BSD License that is |
9+
| bundled with this package in the file LICENSE, and is available |
10+
| through the World Wide Web at <https://www.php.net/license/>. |
11+
| |
12+
| SPDX-License-Identifier: BSD-3-Clause |
13+
+----------------------------------------------------------------------+
14+
| Authors: Arnaud Le Blanc <arnaud.lb@gmail.com> |
1415
+----------------------------------------------------------------------+
1516
*/
1617
#ifndef ZEND_PARTIAL_H

0 commit comments

Comments
 (0)