More readable spacing
[squirrelmail.git] / functions / decode / cp1255.php
index 47c8e25fcf247ed0a6ff42409eb87ee9ca2ea62d..be63830aa2d2cf049498e8b53b66ffd18695dce0 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1255.php
  *
- * Copyright (c) 2003-2004 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 &copy; 2003-2006 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