phpDocumentor updates
[squirrelmail.git] / plugins / squirrelspell / js / crypto_settings.js
index 604a7cf29a8f8b0f805ed0eeb1de6333d6e676b5..68e374764b50c721dec565947179f874a82242c3 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * crypto_settings.js
- * -------------------
- * Some client-side checks. Nothing fancy.
  *
- * $Id$
+ * Some client-side checks. Nothing fancy.
  *
- * @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$
  */
 
 /**
@@ -23,4 +23,4 @@ function checkMe(){
   if (document.forms[0].action.value=="decrypt")
     cmsg=ui_decrypt;
   return confirm(cmsg);
-}
+}
\ No newline at end of file