Increment year in copyright notice.
[squirrelmail.git] / functions / ngettext.php
index c6368c83505b15eb31c7c0f9a4900870eb876156..16ee62a14447ee04e6983abaf74d09d702363a25 100644 (file)
@@ -4,10 +4,10 @@
  *
  * Uses php-gettext classes
  *
- * 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.
  *
- * @copyright (c) 2004 The SquirrelMail Project Team
+ * @copyright (c) 2004-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public Licens
  * @link http://www.php.net/gettext Original php gettext manual
  * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes
@@ -33,4 +33,4 @@ function ngettext($single, $plural, $number) {
     if ($l10n[$gettext_domain]->error==1) return $single;
     return $l10n[$gettext_domain]->ngettext($single, $plural, $number);
 }
-?>
\ No newline at end of file
+?>