Update copyrights to 2010
[squirrelmail.git] / functions / encode / koi8_u.php
index 99f0bbbb81ac792e9623478b0dd3e506a0098215..48c789d084d447d051c6f67fb57adf3fb0e1d6c5 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a koi8-u encoded string
  * Unsupported characters are replaced with ?.
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -177,4 +177,3 @@ function unicodetokoi8u($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file