Correct documentation
[squirrelmail.git] / functions / decode / cp1256.php
index 91d5c4b755232a09daffd629623cd407d3b0d4b2..fcaf3887e5904c9efc8399295afb0ca369afd07f 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1256.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp1256 decoding function that is needed to read
  * cp1256 encoded mails in non-cp1256 locale.
  *
@@ -18,6 +16,8 @@
  *   Date:          01/5/99
  *   Contact:       cpxlate@microsoft.com
  *
+ * @copyright &copy; 2003-2009 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_cp1256 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file