Happy New Year
[squirrelmail.git] / functions / ngettext.php
index 985cf8752b5a76f1de9deba9dbd80874cf483e77..5ee037a340a4a8741fbf71f2ee083c11ace513b3 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @link http://www.php.net/gettext Original php gettext manual
  * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -67,4 +67,3 @@ if (! function_exists('dngettext')) {
         return $l10n[$domain]->ngettext($single, $plural, $number);
     }
 }
-?>
\ No newline at end of file