diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-28 07:36:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-28 07:36:16 +0800 |
commit | be7e0fd349bbb0f8ed01437de25fb4882f3abc6e (patch) | |
tree | 10baf1b2ae287aaf6c28cfa279471ca32933918a /libwombat | |
parent | 6cf3eed5909ede44c085e81d2a822455973f2fa9 (diff) | |
download | gsoc2013-evolution-be7e0fd349bbb0f8ed01437de25fb4882f3abc6e.tar.gz gsoc2013-evolution-be7e0fd349bbb0f8ed01437de25fb4882f3abc6e.tar.zst gsoc2013-evolution-be7e0fd349bbb0f8ed01437de25fb4882f3abc6e.zip |
More fixing of the license texts.
svn path=/trunk/; revision=14241
Diffstat (limited to 'libwombat')
-rw-r--r-- | libwombat/wombat-client.c | 18 | ||||
-rw-r--r-- | libwombat/wombat-client.h | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/libwombat/wombat-client.c b/libwombat/wombat-client.c index 0087d1a9ed..cd7a7d7ac9 100644 --- a/libwombat/wombat-client.c +++ b/libwombat/wombat-client.c @@ -4,19 +4,19 @@ * * Author: Rodrigo Moya <rodrigo@ximian.com> * - * 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 free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. * * 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. + * 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. + * 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. */ #include "wombat-client.h" diff --git a/libwombat/wombat-client.h b/libwombat/wombat-client.h index afec05db39..272ca58a1a 100644 --- a/libwombat/wombat-client.h +++ b/libwombat/wombat-client.h @@ -4,19 +4,19 @@ * * Author: Rodrigo Moya <rodrigo@ximian.com> * - * 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 free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. * * 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. + * 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. + * 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. */ #ifndef WOMBAT_CLIENT_H |