Skip to content

Commit bd07d1b

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

30 files changed

Lines changed: 180 additions & 242 deletions

win32/build/Makefile

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

win32/build/buildconf.js

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: Wez Furlong <wez@thebrainroom.com> |
1412
+----------------------------------------------------------------------+

win32/build/confutils.js

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

win32/build/deplister.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: Wez Furlong <wez@thebrainroom.com> |
1412
+----------------------------------------------------------------------+

win32/build/phpize.js.in

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: Pierre Joye <pierre1@php.net> |
1412
+----------------------------------------------------------------------+

win32/codepage.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: Anatol Belski <ab@php.net> |
1412
+----------------------------------------------------------------------+

win32/codepage.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: Anatol Belski <ab@php.net> |
1412
+----------------------------------------------------------------------+

win32/console.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: Michele Locati <mlocati@gmail.com> |
1412
+----------------------------------------------------------------------+

win32/console.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: Michele Locati <mlocati@gmail.com> |
1412
+----------------------------------------------------------------------+

win32/dllmain.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: Anatol Belski <ab@php.net> |
1412
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)