phpDocumentor updates
[squirrelmail.git] / functions / encode / cp1256.php
index 3c36580ab66ed9d7059ab91ca4810004906f0674..da5f4683350ef2a0cebb144c165b3967510b1f22 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1256 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1256 encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @package squirrelmail
  * @subpackage encode
  */