Happy New Year
[squirrelmail.git] / functions / decode / ns_4551_1.php
index 00a4b33ffb08074200a1f444b70fa3f205e2571b..508a0122afc53aef0f6cffd30e7378d428b3c997 100644 (file)
@@ -9,7 +9,7 @@
  * This is the same as ISO-646-NO and is used by some
  * Microsoft programs when sending Norwegian characters
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright 2004-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -32,4 +32,3 @@ function charset_decode_ns_4551_1 ($string) {
      */
     return strtr ($string, "[\\]{|}", "ÆØÅæøå");
 }
-?>
\ No newline at end of file