Update copyrights to 2010
[squirrelmail.git] / functions / gettext.php
index f311150e82e1e4e2f6a0002c3abed44e3a215a1d..0b84bba58b4c98074f7e967ee506c49610da4aaa 100644 (file)
@@ -8,7 +8,7 @@
  *
  * @link http://www.php.net/gettext Original php gettext manual
  * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @since 1.1.2
@@ -101,4 +101,3 @@ if (! function_exists('dgettext')) {
         return $l10n[$domain]->translate($str);
     }
 }
-?>
\ No newline at end of file