Allow control over white space wrapping of auto-generated SquirrelMail option widgets
[squirrelmail.git] / functions / ngettext.php
index 6bbecdcdbed3284e74144d1f3aa72c3dab78a282..bacd5929734fde89ec43707c27c1445739d89d79 100644 (file)
@@ -1,16 +1,14 @@
 <?php
+
 /**
  * SquirrelMail internal ngettext functions
  *
  * Uses php-gettext classes
  *
- * Copyright (c) 2004-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * @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
+ * @copyright &copy; 2004-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
@@ -69,4 +67,3 @@ if (! function_exists('dngettext')) {
         return $l10n[$domain]->ngettext($single, $plural, $number);
     }
 }
-?>
\ No newline at end of file