Happy New Year
[squirrelmail.git] / functions / decode / cp1255.php
index a6c5a2addf78e61e689f2fd80848bfc8dcf4d9e0..f8c3e8dd0af6ad6ebed31943593849bc0e3f3c81 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1255.php
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp1255 decoding function that is needed to read
  * cp1255 encoded mails in non-cp1255 locale.
  *
@@ -18,6 +16,8 @@
  *   Date:          1/7/2000
  *   Contact:       cpxlate@microsoft.com
  *
+ * @copyright 2003-2020 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_cp1255 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file