Thanks, Thijs: svn propset svn:keywords Id <file>
[squirrelmail.git] / functions / decode / koi8_u.php
index 821cc491dd349b149f167bcaf4c1e9564c03bb1a..a5e7e88961dc7a39d6ab104bf5703d17cdf73ee4 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/koi8-u.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-u decoding function that is needed to read
  * koi8-u encoded mails in non-koi8-u locale.
  *
@@ -38,6 +36,8 @@
  * HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  *
+ * @copyright &copy; 2003-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -188,4 +188,3 @@ function charset_decode_koi8_u ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file