@@ -37,8 +37,8 @@ implement RFCs. Please be sure to include tests as appropriate!
3737By submitting a pull request, you certify that you have the necessary rights
3838to submit the work, that the work does not violate any third-party rights
3939(including those of your employer, if applicable), and that you license your
40- contribution under the PHP License or under another license if explicitly
41- accepted by the PHP project maintainers.
40+ contribution under the [ Modified BSD License] ( LICENSE ) or under another license
41+ if explicitly accepted by the PHP project maintainers.
4242
4343If you are fixing a bug, then please submit your PR against the lowest actively
4444supported branch of PHP that the bug affects (only green branches on
@@ -439,15 +439,13 @@ New source code files should include the following header block:
439439``` c
440440/*
441441 +----------------------------------------------------------------------+
442- | Copyright (c) The PHP Group |
442+ | Copyright © The PHP Group and Contributors. |
443443 +----------------------------------------------------------------------+
444- | This source file is subject to version 3.01 of the PHP license, |
445- | that is bundled with this package in the file LICENSE, and is |
446- | available through the world-wide-web at the following url: |
447- | https://www.php.net/license/3_01.txt |
448- | If you did not receive a copy of the PHP license and are unable to |
449- | obtain it through the world-wide-web, please send a note to |
450- | license@php.net so we can mail you a copy immediately. |
444+ | This source file is subject to the Modified BSD License that is |
445+ | bundled with this package in the file LICENSE, and is available |
446+ | through the World Wide Web at <https://www.php.net/license/>. |
447+ | |
448+ | SPDX-License-Identifier: BSD-3-Clause |
451449 +----------------------------------------------------------------------+
452450 | Author: |
453451 +----------------------------------------------------------------------+
0 commit comments