Commit ac0b05dd513 for php.net

commit ac0b05dd5132b7d8f21aefd565d7adbf3a9cec53
Author: Ben Ramsey <ramsey@php.net>
Date:   Sat Jun 28 13:55:24 2025 -0500

    license-update: scripts source headers

    RFC: https://wiki.php.net/rfc/php_license_update

diff --git a/scripts/dev/check_parameters.php b/scripts/dev/check_parameters.php
index f32e4e5806b..83c19d0b4ef 100755
--- a/scripts/dev/check_parameters.php
+++ b/scripts/dev/check_parameters.php
@@ -2,15 +2,13 @@
 <?php
 /*
   +----------------------------------------------------------------------+
-  | Copyright (c) The PHP Group                                          |
+  | Copyright © The PHP Group and Contributors.                          |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.01 of the PHP license,      |
-  | that is bundled with this package in the file LICENSE, and is        |
-  | available through the world-wide-web at the following url:           |
-  | https://www.php.net/license/3_01.txt                                 |
-  | If you did not receive a copy of the PHP license and are unable to   |
-  | obtain it through the world-wide-web, please send a note to          |
-  | license@php.net so we can mail you a copy immediately.               |
+  | This source file is subject to the Modified BSD License that is      |
+  | bundled with this package in the file LICENSE, and is available      |
+  | through the World Wide Web at <https://www.php.net/license/>.        |
+  |                                                                      |
+  | SPDX-License-Identifier: BSD-3-Clause                                |
   +----------------------------------------------------------------------+
   | Author: Nuno Lopes <nlopess@php.net>                                 |
   +----------------------------------------------------------------------+
diff --git a/scripts/dev/genfiles b/scripts/dev/genfiles
index b8d35cff6bf..a7068e8c3f8 100755
--- a/scripts/dev/genfiles
+++ b/scripts/dev/genfiles
@@ -1,15 +1,13 @@
 #!/bin/sh
 #
 #  +----------------------------------------------------------------------+
-#  | Copyright (c) The PHP Group                                          |
+#  | Copyright © The PHP Group and Contributors.                          |
 #  +----------------------------------------------------------------------+
-#  | This source file is subject to version 3.01 of the PHP license,      |
-#  | that is bundled with this package in the file LICENSE, and is        |
-#  | available through the world-wide-web at the following url:           |
-#  | https://www.php.net/license/3_01.txt                                 |
-#  | If you did not receive a copy of the PHP license and are unable to   |
-#  | obtain it through the world-wide-web, please send a note to          |
-#  | license@php.net so we can mail you a copy immediately.               |
+#  | This source file is subject to the Modified BSD License that is      |
+#  | bundled with this package in the file LICENSE, and is available      |
+#  | through the World Wide Web at <https://www.php.net/license/>.        |
+#  |                                                                      |
+#  | SPDX-License-Identifier: BSD-3-Clause                                |
 #  +----------------------------------------------------------------------+
 #  | Authors: Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
diff --git a/scripts/dev/search_underscores.php b/scripts/dev/search_underscores.php
index 42e4c876e05..da442987405 100755
--- a/scripts/dev/search_underscores.php
+++ b/scripts/dev/search_underscores.php
@@ -3,15 +3,13 @@

 /*
    +----------------------------------------------------------------------+
-   | Copyright (c) The PHP Group                                          |
+   | Copyright © The PHP Group and Contributors.                          |
    +----------------------------------------------------------------------+
-   | This source file is subject to version 3.01 of the PHP license,      |
-   | that is bundled with this package in the file LICENSE, and is        |
-   | available through the world-wide-web at the following url:           |
-   | https://www.php.net/license/3_01.txt                                 |
-   | If you did not receive a copy of the PHP license and are unable to   |
-   | obtain it through the world-wide-web, please send a note to          |
-   | license@php.net so we can mail you a copy immediately.               |
+   | This source file is subject to the Modified BSD License that is      |
+   | bundled with this package in the file LICENSE, and is available      |
+   | through the World Wide Web at <https://www.php.net/license/>.        |
+   |                                                                      |
+   | SPDX-License-Identifier: BSD-3-Clause                                |
    +----------------------------------------------------------------------+
    | Authors: Marcus Boerger <helly@php.net>                              |
    +----------------------------------------------------------------------+