X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fhtml.php;h=62733c4d814f8bbb88c6f1231407f51822f8dc0f;hb=4b4abf93a9624311afef0c385023724ee46a2b60;hp=11cca6f7acd54547b503daad03754b4c0a1cd820;hpb=a9551b7f72ad8aac30b112658273035bf6dd4190;p=squirrelmail.git diff --git a/functions/html.php b/functions/html.php index 11cca6f7..62733c4d 100644 --- a/functions/html.php +++ b/functions/html.php @@ -3,13 +3,12 @@ /** * html.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * The idea is to inlcude here some functions to make easier * the right to left implementation by "functionize" some * html outputs. * + * @copyright © 1999-2005 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -181,4 +180,4 @@ function html_tag( $tag, // Tag to output echo $format_ar[$frm_last]; } } -?> +?> \ No newline at end of file