phpDocumentor updates
[squirrelmail.git] / plugins / squirrelspell / js / decrypt_error.js
index a8f188d851a3ee9bed10b2429dfd96344578da64..72980bd7bacb27aeb715f92c36006a9250b95e50 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * decrypt_error.js
- * -----------------
- * Some client-side form-checks. Trivial stuff.
  *
- * $Id$
+ * Some client-side form-checks. Trivial stuff.
  *
- * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
- * @version $Date$
+ * @author Konstantin Riabitsev <icon at duke.edu>
+ * @copyright &copy; 2001-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  */
 
 function AYS(){
@@ -22,5 +22,4 @@ function AYS(){
   if (document.forms[0].delete_words.checked)
     return confirm(ui_willdel);
   return true;
-}
-
+}
\ No newline at end of file