Increment year in copyright notice.
[squirrelmail.git] / plugins / squirrelspell / modules / options_main.mod
index 844191d9920e9bab66013669090a1c4f03221efd..d8bfce4b0c874c1343a4ddd01d428ebaf358cdf9 100644 (file)
@@ -3,17 +3,17 @@
  * options_main.mod
  * ----------------
  * Squirrelspell module
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2005 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Default page called when accessing SquirrelSpell's options.
  *
- *  $Id$
- *
- * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
- * @version $Date$
+ * @author Konstantin Riabitsev <icon@duke.edu>
+ * @version $Id$
+ * @package plugins
+ * @subpackage squirrelspell
  */
-    
+
 global $SQSPELL_APP;
 $msg = '<p>'
   . _("Please choose which options you wish to set up:")
@@ -41,7 +41,7 @@ if (function_exists("mcrypt_generic")) {
     . "</a></li>\n";
 } else {
   $msg .= '<li>'
-    . _("Encrypt or decrypt your personal dictionary") . ' <em>(' 
+    . _("Encrypt or decrypt your personal dictionary") . ' <em>('
     . _("not available") . ')</em></li>';
 }
 $msg .= "</ul>\n";
@@ -52,5 +52,6 @@ sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg);
  * Local variables:
  * mode: php
  * End:
+ * vim: syntax=php
  */
-?>
+?>
\ No newline at end of file