From c104474c3cae4a01889e364e40ab86df63ddc232 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 16 Mar 2002 07:13:14 +0000 Subject: fixed errors of mbstring in regression tests. --- ext/mbstring/php_mbregex.c | 46 ++++++++++++++++------------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index b71b9e4882..ecf57fa0b1 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -1,33 +1,19 @@ -/* - * PHP3 Internationalization support program. - * - * Copyright (c) 1999,2000 by the PHP3 internationalization team. - * All rights reserved. - * - * This program is free software. You can use, redistribute and/or modify - * without fee under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY including implied or express warranty of - * marchantability or fitness for a particular purpose. - * - * Currently, the "PHP3 internationalization team" has no relationship with - * the "PHP Development Team". But we hope these code will be integrated - * into the PHP3, and it will be distributed as a part of PHP3. - * - * See README_i18n for more detail. - * - * Authors: - * Hironori Sato - * Shigeru Kanemoto - * Tsukada Takuya - */ - -/* - * PHP4 multibyte regular expression module - * Authors: - * Tsukada Takuya +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 2001 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Tsukada Takuya | + +----------------------------------------------------------------------+ */ /* $Id$ */ -- cgit v1.2.1