From: Paul Mangan Date: Thu, 12 Feb 2009 08:20:37 +0000 (+0000) Subject: 2009-02-12 [paul] 3.7.0cvs62 X-Git-Tag: rel_3_7_1~17 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ec708e1251b4958ca9b8c25d8470b5d0022b6677 2009-02-12 [paul] 3.7.0cvs62 * src/gtk/spell_entry.c * src/gtk/spell_entry.h better, more standard copyright header --- diff --git a/ChangeLog b/ChangeLog index f8c42f776..3ccb31799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-12 [paul] 3.7.0cvs62 + + * src/gtk/spell_entry.c + * src/gtk/spell_entry.h + better, more standard copyright header + 2009-02-12 [paul] 3.7.0cvs61 * src/gtk/spell_entry.c diff --git a/PATCHSETS b/PATCHSETS index 6dbc945c3..956a615ee 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3723,3 +3723,4 @@ ( diff -u /dev/null src/gtk/spell_entry.c; diff -u /dev/null src/gtk/spell_entry.h; ) > 3.7.0cvs59.patchset ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gtk/spell_entry.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gtk/spell_entry.h; ) > 3.7.0cvs60.patchset ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/gtk/spell_entry.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/gtk/spell_entry.h; ) > 3.7.0cvs61.patchset +( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/gtk/spell_entry.c; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/gtk/spell_entry.h; ) > 3.7.0cvs62.patchset diff --git a/configure.ac b/configure.ac index 2f28507ca..5ebc10345 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=61 +EXTRA_VERSION=62 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/spell_entry.c b/src/gtk/spell_entry.c index d1bd6f780..261f1e0e8 100644 --- a/src/gtk/spell_entry.c +++ b/src/gtk/spell_entry.c @@ -3,29 +3,21 @@ * * @Copyright (C) 2004-2006 Christian Hammond. * Some of this code is from gtkspell, Copyright (C) 2002 Evan Martin. + * Adapted for Claws Mail (c) 2009 Pawel Pekala and the Claws Mail team * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -/* - * Adapted for Claws Mail (c) 2009 Pawel Pekala and the Claws Mail team + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * The adaptations for Claws Mail are released under the terms of the - * GNU General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ #ifdef HAVE_CONFIG_H diff --git a/src/gtk/spell_entry.h b/src/gtk/spell_entry.h index c44b07bd6..2fae7ebe7 100644 --- a/src/gtk/spell_entry.h +++ b/src/gtk/spell_entry.h @@ -3,29 +3,21 @@ * * @Copyright (C) 2004-2006 Christian Hammond. * Some of this code is from gtkspell, Copyright (C) 2002 Evan Martin. + * Adapted for Claws Mail (c) 2009 Pawel Pekala and the Claws Mail team * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 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 3 of the License, or + * (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -/* - * Adapted for Claws Mail (c) 2009 Pawel Pekala and the Claws Mail team + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * The adaptations for Claws Mail are released under the terms of the - * GNU General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * */ #ifndef __SPELL_ENTRY_H__