Increment year in copyright notice.
[squirrelmail.git] / functions / decode / us_ascii.php
index 0b599f64a81bc79a11d8d6bdd5abe290c453c9da..55eb73b0e39cb6a5998d0c2b56ef7513783bc572 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * functions/decode/us_ascii.php
  *
- * Copyright (c) 2004 The SquirrelMail Project Team
+ * Copyright (c) 2004-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file contains us-ascii decoding function that is needed to read
@@ -35,4 +35,4 @@ function charset_decode_us_ascii ($string) {
     $string = preg_replace("/([\241-\377])/e","'?'",$string);
     return $string;
 }
-?>
\ No newline at end of file
+?>