Skip to content

Commit 8d44ff3

Browse files
committed
license-update: license info for mysqlnd plugin
RFC: https://wiki.php.net/rfc/php_license_update
1 parent 6663fd4 commit 8d44ff3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

ext/mysqlnd/mysqlnd_auth.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_native_auth_plugin =
590590
"auth_plugin_mysql_native_password",
591591
MYSQLND_VERSION_ID,
592592
PHP_MYSQLND_VERSION,
593-
"PHP License 3.01",
593+
"Modified BSD License (BSD-3-Clause)",
594594
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>",
595595
{
596596
NULL, /* no statistics , will be filled later if there are some */
@@ -644,7 +644,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_pam_authentication_plugin
644644
"auth_plugin_mysql_clear_password",
645645
MYSQLND_VERSION_ID,
646646
PHP_MYSQLND_VERSION,
647-
"PHP License 3.01",
647+
"Modified BSD License (BSD-3-Clause)",
648648
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>",
649649
{
650650
NULL, /* no statistics , will be filled later if there are some */
@@ -942,7 +942,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_sha256_authentication_plu
942942
"auth_plugin_sha256_password",
943943
MYSQLND_VERSION_ID,
944944
PHP_MYSQLND_VERSION,
945-
"PHP License 3.01",
945+
"Modified BSD License (BSD-3-Clause)",
946946
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>",
947947
{
948948
NULL, /* no statistics , will be filled later if there are some */
@@ -1304,7 +1304,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_caching_sha2_auth_plugin
13041304
"auth_plugin_caching_sha2_password",
13051305
MYSQLND_VERSION_ID,
13061306
PHP_MYSQLND_VERSION,
1307-
"PHP License 3.01",
1307+
"Modified BSD License (BSD-3-Clause)",
13081308
"Johannes Schlüter <johannes.schlueter@php.net>",
13091309
{
13101310
NULL, /* no statistics , will be filled later if there are some */

ext/mysqlnd/mysqlnd_charset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ static struct st_mysqlnd_plugin_charsets mysqlnd_plugin_charsets_plugin =
974974
"charsets",
975975
MYSQLND_VERSION_ID,
976976
PHP_MYSQLND_VERSION,
977-
"PHP License 3.01",
977+
"Modified BSD License (BSD-3-Clause)",
978978
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>",
979979
{
980980
NULL, /* no statistics , will be filled later if there are some */

ext/mysqlnd/mysqlnd_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ static struct st_mysqlnd_plugin_trace_log mysqlnd_plugin_trace_log_plugin =
740740
"debug_trace",
741741
MYSQLND_VERSION_ID,
742742
PHP_MYSQLND_VERSION,
743-
"PHP License 3.01",
743+
"Modified BSD License (BSD-3-Clause)",
744744
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>",
745745
{
746746
NULL, /* no statistics , will be filled later if there are some */

ext/mysqlnd/mysqlnd_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static struct st_mysqlnd_plugin_core mysqlnd_plugin_core =
3636
"mysqlnd",
3737
MYSQLND_VERSION_ID,
3838
PHP_MYSQLND_VERSION,
39-
"PHP License 3.01",
39+
"Modified BSD License (BSD-3-Clause)",
4040
"Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>",
4141
{
4242
NULL, /* will be filled later */

ext/mysqlnd/mysqlnd_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static struct st_mysqlnd_typeii_plugin_example mysqlnd_example_plugin =
4545
"example",
4646
10001L,
4747
"1.00.01",
48-
"PHP License",
48+
"Modified BSD License (BSD-3-Clause)",
4949
"Andrey Hristov <andrey@php.net>",
5050
{
5151
NULL, /* will be filled later */

0 commit comments

Comments
 (0)