X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdecode%2Fns_4551_1.php;h=8c6a889a7c00bdb40dc983bff6c84aac0a7152a2;hb=e3e770bdae1706d364495ef5529435682916a736;hp=795f5f9337aaaf47475b658fabf5bca360e7cba1;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e;p=squirrelmail.git diff --git a/functions/decode/ns_4551_1.php b/functions/decode/ns_4551_1.php index 795f5f93..8c6a889a 100644 --- a/functions/decode/ns_4551_1.php +++ b/functions/decode/ns_4551_1.php @@ -3,15 +3,14 @@ /** * functions/decode/ns_4551_1.php * - * Copyright (c) 2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This file contains ns_4551-1 decoding function that is needed to read * ns_4551-1 encoded mails in non-ns_4551-1 locale. * * This is the same as ISO-646-NO and is used by some * Microsoft programs when sending Norwegian characters * + * @copyright © 2004-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage decode @@ -33,4 +32,3 @@ function charset_decode_ns_4551_1 ($string) { */ return strtr ($string, "[\\]{|}", "ÆØÅæøå"); } -?> \ No newline at end of file