Happy New Year
[squirrelmail.git] / functions / decode / tis_620.php
index f171c3db088be41fb92b9ff75d20d0ada831d62d..3ef49bd15584787e54485d1cce6819636d36316b 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/tis620.php
  *
- * Copyright (c) 2003-2005 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-2018 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