X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Furl_parser.php;h=7582f4aeffa6eae8afceb57346b5d416407a99c1;hb=674a2ca23b0ac23ad7dc80b3adeb0cf900a6c99a;hp=2a6da6670a431306baef4f3ef36cba60abbd322b;hpb=1bc52de52ab111ec3f6f2b9c88ac6e52b96eef00;p=squirrelmail.git diff --git a/functions/url_parser.php b/functions/url_parser.php index 2a6da667..7582f4ae 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -3,12 +3,11 @@ /** * url_parser.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This code provides various string manipulation functions that are * used by the rest of the SquirrelMail code. * + * @copyright © 1999-2005 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -223,4 +222,4 @@ function getEmail($string) { return (array_key_exists(0, $addresses) ? $addresses[0] : ''); } -?> +?> \ No newline at end of file