# HG changeset patch # User Mark Doliner # Date 1113667540 0 # Node ID 153b99d35193e2aa22fb68d05a0d049da18f74c8 # Parent e87fea8e6914452405038f1ac47d261576319736 [gaim-migrate @ 12494] La di da di diff -r e87fea8e6914 -r 153b99d35193 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"