Skip to content

Commit a2723b1

Browse files
committed
license-update: README and CONTRIBUTING docs
RFC: https://wiki.php.net/rfc/php_license_update
1 parent e8684c3 commit a2723b1

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ body:
3131
Please make sure that the used PHP version [is a supported version](https://www.php.net/supported-versions.php).
3232
placeholder: |
3333
PHP 8.5.2 (cli) (built: Jan 21 2026 17:35:28) (NTS)
34-
Copyright (c) The PHP Group
34+
Copyright © The PHP Group and Contributors
3535
Built by Ubuntu
36-
Zend Engine v4.5.2, Copyright (c) Zend Technologies
37-
with Zend OPcache v8.5.2, Copyright (c), by Zend Technologies
36+
Zend Engine v4.5.2, Copyright © Zend by Perforce
37+
with Zend OPcache v8.5.2, Copyright ©, Zend by Perforce
3838
render: plain
3939
validations:
4040
required: true

CONTRIBUTING.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ implement RFCs. Please be sure to include tests as appropriate!
3737
By submitting a pull request, you certify that you have the necessary rights
3838
to 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

4343
If you are fixing a bug, then please submit your PR against the lowest actively
4444
supported 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
+----------------------------------------------------------------------+

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212
PHP is a popular general-purpose scripting language that is especially suited to
1313
web development. Fast, flexible and pragmatic, PHP powers everything from your
14-
blog to the most popular websites in the world. PHP is distributed under the
15-
[PHP License v3.01](LICENSE).
14+
blog to the most popular websites in the world.
15+
16+
PHP is distributed under the [Modified BSD License](LICENSE)
17+
(SPDX-License-Identifier: `BSD-3-Clause`).
1618

1719
[![Test](https://github.com/php/php-src/actions/workflows/test.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/test.yml)
1820
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://issues.oss-fuzz.com/issues?q=project:php)

0 commit comments

Comments
 (0)