File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 © 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" );
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ PHP Version => %s
2323%a
2424License
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
2929Copyright © The PHP Group and Contributors.
3030Copyright © Zend Technologies Ltd., a subsidiary company of
You can’t perform that action at this time.
0 commit comments