Commit 3ba0b9c81db for php.net
commit 3ba0b9c81db506e6bb47e259539dd40b116557ef
Author: Ben Ramsey <ramsey@php.net>
Date: Sat Jun 28 14:13:00 2025 -0500
license-update: run-tests.php source headers
RFC: https://wiki.php.net/rfc/php_license_update
diff --git a/run-extra-tests.php b/run-extra-tests.php
index 725f2b58c37..16dfac69d13 100755
--- a/run-extra-tests.php
+++ b/run-extra-tests.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 |
+----------------------------------------------------------------------+
*/
diff --git a/run-tests.php b/run-tests.php
index 68d2cb69256..b0bdc15518e 100755
--- a/run-tests.php
+++ b/run-tests.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 |
+----------------------------------------------------------------------+
| Authors: Ilia Alshanetsky <iliaa@php.net> |
| Preston L. Bannister <pbannister@php.net> |