Skip to content

Commit 6663fd4

Browse files
committed
license-update: README and CONTRIBUTING docs
RFC: https://wiki.php.net/rfc/php_license_update
1 parent 66e9ba9 commit 6663fd4

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ 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.3.19 (cli) (built: Mar 13 2025 17:44:40) (NTS)
34-
Copyright (c) The PHP Group
35-
Zend Engine v4.3.19, Copyright (c) Zend Technologies
36-
with Zend OPcache v8.3.19, Copyright (c), by Zend Technologies
34+
Copyright © The PHP Group and Contributors
35+
Zend Engine v4.3.19, Copyright © Zend by Perforce
36+
with Zend OPcache v8.3.19, Copyright ©, Zend by Perforce
3737
render: plain
3838
validations:
3939
required: true

CONTRIBUTING.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ implement RFCs. Please be sure to include tests as appropriate!
3636
By submitting a pull request, you certify that you have the necessary rights
3737
to submit the work, that the work does not violate any third-party rights
3838
(including those of your employer, if applicable), and that you license your
39-
contribution under the PHP License or under another license if explicitly
40-
accepted by the PHP project maintainers.
39+
contribution under the [Modified BSD License](LICENSE) or under another license
40+
if explicitly accepted by the PHP project maintainers.
4141

4242
If you are fixing a bug, then please submit your PR against the lowest actively
4343
supported branch of PHP that the bug affects (only green branches on
@@ -437,15 +437,13 @@ New source code files should include the following header block:
437437
```c
438438
/*
439439
+----------------------------------------------------------------------+
440-
| Copyright (c) The PHP Group |
440+
| Copyright © The PHP Group and Contributors. |
441441
+----------------------------------------------------------------------+
442-
| This source file is subject to version 3.01 of the PHP license, |
443-
| that is bundled with this package in the file LICENSE, and is |
444-
| available through the world-wide-web at the following url: |
445-
| https://www.php.net/license/3_01.txt |
446-
| If you did not receive a copy of the PHP license and are unable to |
447-
| obtain it through the world-wide-web, please send a note to |
448-
| license@php.net so we can mail you a copy immediately. |
442+
| This source file is subject to the Modified BSD License that is |
443+
| bundled with this package in the file LICENSE, and is available |
444+
| through the World Wide Web at <https://www.php.net/license/>. |
445+
| |
446+
| SPDX-License-Identifier: BSD-3-Clause |
449447
+----------------------------------------------------------------------+
450448
| Author: |
451449
+----------------------------------------------------------------------+

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
[![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/push.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)