Happy New Year
[squirrelmail.git] / functions / decode / ns_4551_1.php
index 36cb169165a0f802ece55e2fbcfc9a7cd446355c..7585f2339320c54cd38efb4da17360dea8b5a009 100644 (file)
@@ -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-2021 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, "[\\]{|}", "ÆØÅæøå");
 }
-?>