Prevent endless recursive sent subfolder names - see: http://thread.gmane.org/gmane...
[squirrelmail.git] / plugins / squirrelspell / modules / crypto_badkey.mod
index fd5a219c8cd6b064981e79394353b98f63374933..3bc98875dfe2de528f148e1d8f391452fb391c37 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-2012 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
@@ -139,4 +139,3 @@ if (! $old_setup && $old_key) {
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file