Author: Mike Schinkel (mikeschinkel) Committer: Nikita Popov (nikic) Date: 2021-07-20T12:48:43+02:00
Commit: https://github.com/php/web-php/commit/f16e2cb6a3b0ea30a2c6a585180c20f12f941e82 Raw diff: https://github.com/php/web-php/commit/f16e2cb6a3b0ea30a2c6a585180c20f12f941e82.diff Explain how PHP 4 and later are licensed Previously the page stated "PHP 4, PHP 5 and PHP 7 are distributed..." even though PHP 8 has been released. This commit changes the wording to be "Starting with PHP 4, versions of the PHP software are distributed..." Changed paths: M license/index.php Diff: diff --git a/license/index.php b/license/index.php index 848fbbba14..ac76494f91 100644 --- a/license/index.php +++ b/license/index.php @@ -27,7 +27,7 @@ <ul> <li> - PHP 4, PHP 5 and PHP 7 are distributed under the + Starting with PHP 4, versions of the PHP software are distributed under the <a href="http://www.php.net/license/3_01.txt">PHP License v3.01</a>, copyright (c) the <a href="/credits.php">PHP Group</a>. <ul> <li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php