@@ -585,7 +585,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_native_auth_plugin =
585585 "auth_plugin_mysql_native_password" ,
586586 MYSQLND_VERSION_ID ,
587587 PHP_MYSQLND_VERSION ,
588- "PHP License 3.01 " ,
588+ "Modified BSD License (BSD-3-Clause) " ,
589589 "Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>" ,
590590 {
591591 NULL , /* no statistics , will be filled later if there are some */
@@ -638,7 +638,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_pam_authentication_plugin
638638 "auth_plugin_mysql_clear_password" ,
639639 MYSQLND_VERSION_ID ,
640640 PHP_MYSQLND_VERSION ,
641- "PHP License 3.01 " ,
641+ "Modified BSD License (BSD-3-Clause) " ,
642642 "Andrey Hristov <andrey@php.net>, Ulf Wendel <uw@php.net>, Georg Richter <georg@php.net>" ,
643643 {
644644 NULL , /* no statistics , will be filled later if there are some */
@@ -934,7 +934,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_sha256_authentication_plu
934934 "auth_plugin_sha256_password" ,
935935 MYSQLND_VERSION_ID ,
936936 PHP_MYSQLND_VERSION ,
937- "PHP License 3.01 " ,
937+ "Modified BSD License (BSD-3-Clause) " ,
938938 "Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>" ,
939939 {
940940 NULL , /* no statistics , will be filled later if there are some */
@@ -1295,7 +1295,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_caching_sha2_auth_plugin
12951295 "auth_plugin_caching_sha2_password" ,
12961296 MYSQLND_VERSION_ID ,
12971297 PHP_MYSQLND_VERSION ,
1298- "PHP License 3.01 " ,
1298+ "Modified BSD License (BSD-3-Clause) " ,
12991299 "Johannes Schlüter <johannes.schlueter@php.net>" ,
13001300 {
13011301 NULL , /* no statistics , will be filled later if there are some */
0 commit comments