The copyright symbol isn't really needed since the word "copyright" is there. Also...
[squirrelmail.git] / functions / encode / utf_8.php
index 8cd069ba4f0fee5e488fdc212cf63be90fb26400..27f3707617e9cc70752f501dda2d7f4d73485398 100644 (file)
@@ -10,7 +10,7 @@
  * Original code is taken from www.php.net manual comments
  * Original author: ronen at greyzone dot com
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -118,4 +118,3 @@ function unicodetoutf8($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file