X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdecode%2Fns_4551_1.php;h=67ed55d2c338ad4f17d3bd0a680a0534738b6334;hb=d8e94f0ae6733ca565035a93704d71de69b9f2e3;hp=36cb169165a0f802ece55e2fbcfc9a7cd446355c;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/functions/decode/ns_4551_1.php b/functions/decode/ns_4551_1.php index 36cb1691..67ed55d2 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-2005 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-2009 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, "[\\]{|}", "ÆØÅæøå"); } -?>