Happy 2015
[squirrelmail.git] / functions / decode / tis_620.php
index ea0697db3d8313428fb0b601a750903b5658d127..8b55bbec9c64161b881e570718a195f988b23c5b 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/tis620.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains tis620 decoding function that is needed to read
  * tis620 encoded mails in non-tis620 locale.
  *
@@ -33,6 +31,8 @@
  *  5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
  *  6. http://www.unicode.org/
  *
+ * @copyright 2003-2015 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -151,4 +151,3 @@ function charset_decode_tis_620 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file