Skip to content

Commit 084a10a

Browse files
committed
license-update: Zend source headers
RFC: https://wiki.php.net/rfc/php_license_update
1 parent 3c85b15 commit 084a10a

148 files changed

Lines changed: 902 additions & 1192 deletions

File tree

Some content is hidden

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

Zend/zend.c

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend_API.c

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend_API.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend_alloc.c

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend_alloc.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Andi Gutmans <andi@php.net> |
1614
| Zeev Suraski <zeev@php.net> |

Zend/zend_alloc_sizes.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Dmitry Stogov <dmitry@php.net> |
1614
+----------------------------------------------------------------------+

Zend/zend_arena.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Dmitry Stogov <dmitry@php.net> |
1614
+----------------------------------------------------------------------+

Zend/zend_ast.c

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Bob Weinand <bwoebi@php.net> |
1614
| Dmitry Stogov <dmitry@php.net> |

Zend/zend_ast.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright © Zend by Perforce and Contributors. |
66
+----------------------------------------------------------------------+
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. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Authors: Bob Weinand <bwoebi@php.net> |
1614
| Dmitry Stogov <dmitry@php.net> |

0 commit comments

Comments
 (0)