There are too many modified files being committed without the copyright year being...
[squirrelmail.git] / functions / encode / us_ascii.php
index ecf7cf9a9b7e5c6666ff5493aefec686933334f2..bf94326b2c31f180779748a4d9da7409dc6b7355 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a us-ascii encoded string
  * Unsupported characters are replaced with ?.
  *
- * @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
@@ -48,4 +48,3 @@ function unicodetousascii($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file