]> granicus.if.org Git - php/commitdiff
Added a bogus copyright notice.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 25 Apr 2003 17:35:06 +0000 (17:35 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 25 Apr 2003 17:35:06 +0000 (17:35 +0000)
ext/mbstring/mbstring.c

index ff1192737a69d7055a737e5186f3df8155a4b7fd..6306a0a5b33e5a36de18a03bae0ab8c54b7f8075 100644 (file)
@@ -896,6 +896,7 @@ PHP_MINFO_FUNCTION(mbstring)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "Multibyte Support", "enabled");
+       php_info_print_table_colspan_header(2, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1.");
 #if defined(HAVE_MBSTR_JA)
        php_info_print_table_row(2, "Japanese support", "enabled");     
 #endif