Happy New Year
[squirrelmail.git] / plugins / squirrelspell / modules / crypto_badkey.mod
index e1ca3b42f84311ddeff89621226e6a8835eb1fc3..fa81fd852237110fb4992fc84b3e61367bfcc711 100644 (file)
@@ -1,16 +1,16 @@
 <?php
+
 /**
  * crypto_badkey.mod
- * ------------------
- * Squirrelspell module
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Squirrelspell module
  *
  * This module tries to decrypt the user dictionary with a newly provided
  * old password, or erases the file if everything else fails. :(
  *
- * @author Konstantin Riabitsev <icon@duke.edu>
+ * @author Konstantin Riabitsev <icon at duke.edu>
+ * @copyright 1999-2018 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
@@ -84,10 +84,10 @@ function sqspell_dict_reencrypted() {
     sqspell_makePage(_("Successful re-encryption"), null, $msg);
   } else {
     $msg = '<p>'
-      . _("Your personal dictionary was re-encrypted successfully. Please close this window and click \"Check Spelling\" button again to start your spellcheck over.")
-      . '</p><form><p align="center"><input type="button" value=" '
-      . _("Close this Window") . ' "'
-      . 'onclick="self.close()" /></p></form>';
+        . _("Your personal dictionary was re-encrypted successfully. Please close this window and click \"Check Spelling\" button again to start your spellcheck over.")
+        . '</p><form><p align="center"><input type="button" value=" '
+        . _("Close this Window") . ' "'
+        . 'onclick="self.close()" /></p></form>';
     sqspell_makeWindow(null, _("Dictionary re-encrypted"), null, $msg);
   }
   exit;
@@ -139,4 +139,3 @@ if (! $old_setup && $old_key) {
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file