Happy 2017
[squirrelmail.git] / functions / decode / koi8_r.php
index 3a1532e03c1f826fda0f4b149b780749ccdb5dba..f4d0a05b2dfa17d99c8f8e1ca048b291cb4dd7f5 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/koi8-r.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains koi8-r decoding function that is needed to read
  * koi8-r encoded mails in non-koi8-r locale.
  *
@@ -34,6 +32,8 @@
  * internal or external distribution as long as this notice remains
  * attached.
  *
+ * @copyright 2003-2017 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -184,4 +184,3 @@ function charset_decode_koi8_r ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file