Happy New Year
[squirrelmail.git] / functions / decode / cp1253.php
index fa7978706463c6da30d5d97fed822c2e4c32cd64..979761e052d9f0df0a069154a948268b8338c7c6 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1253.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp1253 decoding function that is needed to read
  * cp1253 encoded mails in non-cp1253 locale.
  *
@@ -18,6 +16,8 @@
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *
+ * @copyright 2003-2016 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -168,5 +168,3 @@ function charset_decode_cp1253 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file