Happy New Year
[squirrelmail.git] / plugins / squirrelspell / js / check_me.js
index 3373dc1352358ac311115c42781e8e6f7c66070d..332c62cdbdbd923d79ba27c35b8d1ead2e375526 100644 (file)
@@ -1,14 +1,13 @@
 /**
  * check_me.js
  *
 /**
  * check_me.js
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This JavaScript app is the driving power of the SquirrelSpell's
  * main spellchecker window. Hope you have as much pain figuring
  * it out as it took to write. ;))
  *
  * This JavaScript app is the driving power of the SquirrelSpell's
  * main spellchecker window. Hope you have as much pain figuring
  * it out as it took to write. ;))
  *
- * $Id$
+ * @copyright 1999-2020 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  */
 
 var CurrentError=0;
  */
 
 var CurrentError=0;
@@ -297,4 +296,4 @@ function sqspellCommitChanges(){
   } else {
     self.close();
   }
   } else {
     self.close();
   }
-}
+}
\ No newline at end of file