Skip to content

Commit 06b3376

Browse files
committed
license-update: revise license statement in phpinfo
RFC: https://wiki.php.net/rfc/php_license_update
1 parent e439494 commit 06b3376

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ext/standard/info.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,8 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
10221022
SECTION("License");
10231023
php_info_print_box_start(0);
10241024
php_info_print("<p>\n");
1025-
php_info_print("PHP is free software: you can redistribute it and/or modify it under the ");
1026-
php_info_print("terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause):\n");
1025+
php_info_print("PHP is free software. You may redistribute it and/or modify it under the ");
1026+
php_info_print("terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause).\n");
10271027
php_info_print("</p>\n");
10281028
php_info_print("<p>\n");
10291029
php_info_print("Copyright &copy; The PHP Group and Contributors.<br>\n");
@@ -1060,8 +1060,8 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
10601060
php_info_print("\n");
10611061
php_info_print("License\n");
10621062
php_info_print("\n");
1063-
php_info_print("PHP is free software: you can redistribute it and/or modify it under the\n");
1064-
php_info_print("terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause):\n");
1063+
php_info_print("PHP is free software. You may redistribute it and/or modify it under the\n");
1064+
php_info_print("terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause).\n");
10651065
php_info_print("\n");
10661066
php_info_print("Copyright © The PHP Group and Contributors.\n");
10671067
php_info_print("Copyright © Zend Technologies Ltd., a subsidiary company of\n");

sapi/cli/tests/019.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ PHP Version => %s
2323
%a
2424
License
2525

26-
PHP is free software: you can redistribute it and/or modify it under the
27-
terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause):
26+
PHP is free software. You may redistribute it and/or modify it under the
27+
terms of the Modified BSD License (SPDX-License-Identifier: BSD-3-Clause).
2828

2929
Copyright © The PHP Group and Contributors.
3030
Copyright © Zend Technologies Ltd., a subsidiary company of

0 commit comments

Comments
 (0)