From: Moriyoshi Koizumi Date: Fri, 25 Apr 2003 17:35:06 +0000 (+0000) Subject: Added a bogus copyright notice. X-Git-Tag: SPL_ALPHA~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c2d694aa3ba4b88f67e5d3bc07c06fc54da9de9;p=php Added a bogus copyright notice. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index ff1192737a..6306a0a5b3 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -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