uw Wed Mar 28 05:08:12 2001 EDT Modified files: /php4/pear/Experimental/Image color_helper.php /php4/pear/HTML Menu.php Log: - added the php licence Index: php4/pear/Experimental/Image/color_helper.php diff -u php4/pear/Experimental/Image/color_helper.php:1.1 php4/pear/Experimental/Image/color_helper.php:1.2 --- php4/pear/Experimental/Image/color_helper.php:1.1 Wed Mar 28 01:51:11 2001 +++ php4/pear/Experimental/Image/color_helper.php Wed Mar 28 05:08:11 2001 @@ -1,4 +1,24 @@ <?php +// +// +----------------------------------------------------------------------+ +// | PHP version 4.0 | +// +----------------------------------------------------------------------+ +// | Copyright (c) 1997-2001 The PHP Group | +// +----------------------------------------------------------------------+ +// | This source file is subject to version 2.0 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 | +// | [EMAIL PROTECTED] so we can mail you a copy immediately. | +// +----------------------------------------------------------------------+ +// | Authors: Ulf Wendel <[EMAIL PROTECTED] | +// +----------------------------------------------------------------------+ +// +// $Id: color_helper.php,v 1.2 2001/03/28 13:08:11 uw Exp $ +// + /** * Widget stuff: color translation, ... * @@ -6,7 +26,7 @@ * functions to convert userdefined colors into RGB colors. * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: color_helper.php,v 1.1 2001/03/28 09:51:11 uw Exp $ +* @version $Id: color_helper.php,v 1.2 2001/03/28 13:08:11 uw Exp $ */ class ColorHelper { Index: php4/pear/HTML/Menu.php diff -u php4/pear/HTML/Menu.php:1.1 php4/pear/HTML/Menu.php:1.2 --- php4/pear/HTML/Menu.php:1.1 Wed Mar 28 04:58:23 2001 +++ php4/pear/HTML/Menu.php Wed Mar 28 05:08:11 2001 @@ -16,7 +16,7 @@ // | Authors: Ulf Wendel <[EMAIL PROTECTED] | // +----------------------------------------------------------------------+ // -// $Id: Menu.php,v 1.1 2001/03/28 12:58:23 uw Exp $$ +// $Id: Menu.php,v 1.2 2001/03/28 13:08:11 uw Exp $ // /** @@ -24,7 +24,7 @@ * * Special thanks to the original author: Alex Vorobiev <[EMAIL PROTECTED]>. * -* @version $Id: Menu.php,v 1.1 2001/03/28 12:58:23 uw Exp $ +* @version $Id: Menu.php,v 1.2 2001/03/28 13:08:11 uw Exp $ * @author Ulf Wendel <[EMAIL PROTECTED]> * @access public * @package HTML -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]