aboutsummaryrefslogtreecommitdiffstats
path: root/libwombat
diff options
context:
space:
mode:
Diffstat (limited to 'libwombat')
-rw-r--r--libwombat/wombat-client.c18
-rw-r--r--libwombat/wombat-client.h18
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