X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fjs%2Finit.js;h=d7d6c1c02c9a12e1ee579e03204dadf618e4a9f2;hb=b1870063b2e576ca9ff3cd41ada9cda1f8812507;hp=fffd250e8d4029eaa885b6061b0d239be400aba9;hpb=c464f51a61357f17c0105be87658a37dc76a1830;p=squirrelmail.git diff --git a/plugins/squirrelspell/js/init.js b/plugins/squirrelspell/js/init.js index fffd250e..d7d6c1c0 100644 --- a/plugins/squirrelspell/js/init.js +++ b/plugins/squirrelspell/js/init.js @@ -1,13 +1,12 @@ /** * init.js * - * Copyright (c) 1999-2003 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * Grabs the text from the SquirrelMail field and submits it to * the squirrelspell. * - * $Id$ + * @copyright © 2001-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ */ /** @@ -22,4 +21,4 @@ function sqspell_init(flag){ textToSpell = opener.document.compose.subject.value + "\n" + opener.document.compose.body.value; document.forms[0].sqspell_text.value = textToSpell; if (flag) document.forms[0].submit(); -} +} \ No newline at end of file