Updating copyrights. Happy New Year.
[squirrelmail.git] / functions / encode / cp1255.php
index bfd1e54bac0fcae3e28807c9377d72d171955553..47d7bdfb912af8427385613548d31e781be2a6e2 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a cp1255 encoded string
  * Unsupported characters are replaced with ?.
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -154,4 +154,3 @@ function unicodetocp1255($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file