phpDocumentor updates
[squirrelmail.git] / functions / encode / cp1255.php
index 2e19139628ee0b138777c3e7ac44f4c079a43a8c..68399fb4af2b70df5ff9970304326c992de48863 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1255 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1255 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
  */