# HG changeset patch # User Mark Doliner # Date 1113667540 0 # Node ID 9cf14a87eedc4358fdf21a5b2a3aeec05509df12 # Parent 53e7884c549a57a490e5f91ba1b89e6136eb9c8a [gaim-migrate @ 12494] La di da di committer: Tailor Script diff -r 53e7884c549a -r 9cf14a87eedc plugins/spellchk.c --- a/plugins/spellchk.c Fri Apr 15 22:32:00 2005 +0000 +++ b/plugins/spellchk.c Sat Apr 16 16:05:40 2005 +0000 @@ -1,7 +1,35 @@ +/* + * Gaim - Replace certain misspelled words with their correct form. + * + * Signification changes were made by Benjamin Kahn ("xkahn") and + * Richard Laager ("rlaager") in April 2005--you may want to contact + * them if you have questions. + * + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ + /* * A lot of this code (especially the config code) was taken directly * or nearly directly from xchat, version 1.4.2 by Peter Zelezny and others. */ + #include "internal.h" #include "gtkgaim.h"