Happy New Year
[squirrelmail.git] / functions / decode / ns_4551_1.php
index 1c990012b620abaae8003c7a2fac77ae118eb84b..508a0122afc53aef0f6cffd30e7378d428b3c997 100644 (file)
@@ -3,16 +3,15 @@
 /**
  * functions/decode/ns_4551_1.php
  *
 /**
  * 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
  * 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 
+ * Microsoft programs when sending Norwegian characters
  *
  *
- * $Id$
+ * @copyright 2004-2018 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
@@ -21,7 +20,7 @@
  * ns_4551_1 decoding function
  *
  * @param string $string
  * ns_4551_1 decoding function
  *
  * @param string $string
- * @return string 
+ * @return string
  */
 function charset_decode_ns_4551_1 ($string) {
     /*
  */
 function charset_decode_ns_4551_1 ($string) {
     /*
@@ -33,4 +32,3 @@ function charset_decode_ns_4551_1 ($string) {
      */
     return strtr ($string, "[\\]{|}", "ÆØÅæøå");
 }
      */
     return strtr ($string, "[\\]{|}", "ÆØÅæøå");
 }
-?>
\ No newline at end of file