Skip to content

Commit 316629d

Browse files
committed
license-update: sapi/cli source headers
RFC: https://wiki.php.net/rfc/php_license_update
1 parent 8d814cd commit 316629d

9 files changed

Lines changed: 54 additions & 72 deletions

sapi/cli/cli.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
| Author: Johannes Schlueter <johannes@php.net> |
1412
+----------------------------------------------------------------------+

sapi/cli/generate_mime_type_map.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,13 @@
5757
echo <<<HEADER
5858
/*
5959
+----------------------------------------------------------------------+
60-
| Copyright (c) The PHP Group |
60+
| Copyright © The PHP Group and Contributors. |
6161
+----------------------------------------------------------------------+
62-
| This source file is subject to version 3.01 of the PHP license, |
63-
| that is bundled with this package in the file LICENSE, and is |
64-
| available through the world-wide-web at the following url: |
65-
| https://www.php.net/license/3_01.txt |
66-
| If you did not receive a copy of the PHP license and are unable to |
67-
| obtain it through the world-wide-web, please send a note to |
68-
| license@php.net so we can mail you a copy immediately. |
62+
| This source file is subject to the Modified BSD License that is |
63+
| bundled with this package in the file LICENSE, and is available |
64+
| through the World Wide Web at <https://www.php.net/license/>. |
65+
| |
66+
| SPDX-License-Identifier: BSD-3-Clause |
6967
+----------------------------------------------------------------------+
7068
| Author: Moriyoshi Koizumi <moriyoshi@php.net> |
7169
+----------------------------------------------------------------------+

sapi/cli/mime_type_map.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
| Author: Moriyoshi Koizumi <moriyoshi@php.net> |
1412
+----------------------------------------------------------------------+

sapi/cli/php_cli.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
| Author: Edin Kadribasic <edink@php.net> |
1412
| Marcus Boerger <helly@php.net> |

sapi/cli/php_cli_process_title.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
| Author: Keyur Govande (kgovande@gmail.com) |
1412
+----------------------------------------------------------------------+

sapi/cli/php_cli_process_title.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
| Author: Keyur Govande (kgovande@gmail.com) |
1412
+----------------------------------------------------------------------+

sapi/cli/php_cli_server.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
| Author: Moriyoshi Koizumi <moriyoshi@php.net> |
1412
| Xinchen Hui <laruence@php.net> |

sapi/cli/php_cli_server.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
| Author: Moriyoshi Koizumi <moriyoshi@php.net> |
1412
+----------------------------------------------------------------------+

sapi/cli/ps_title.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: Keyur Govande <kgovande@gmail.com> |
1412
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)