Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / cp1255.php
index 2e19139628ee0b138777c3e7ac44f4c079a43a8c..48d2d6825c693da3f349a89b3f61acd6a46382ed 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-2006 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
  */
@@ -152,4 +154,3 @@ function unicodetocp1255($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file