From c8705844bd924e8e00bc79ec0f4ae92c85f7e48e Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 25 Nov 2006 17:03:20 +0000 Subject: Code cleanup --- examples/csoap/soapclient.c | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'examples/csoap/soapclient.c') diff --git a/examples/csoap/soapclient.c b/examples/csoap/soapclient.c index ec6374c..e39802a 100644 --- a/examples/csoap/soapclient.c +++ b/examples/csoap/soapclient.c @@ -1,22 +1,31 @@ -/* soapclient.c -// compile with -// gcc soapclient.c -o soapclient -lcsoap -*/ -/* Author: Adrianus Warmenhoven */ - +/****************************************************************** + * $Id: soapclient.c,v 1.11 2006/11/25 17:03:20 m0gg Exp $ + * + * CSOAP Project: CSOAP examples project + * Copyright (C) 2003-2006 Adrianus Warmehoven + * + * 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, MA02111-1307USA + * + * Author: Adrianus Warmenhoven + ******************************************************************/ #include #include -#include #include -#include #include -#include - -// #include -// #include -// #include #include #include -- cgit v1.1-32-gdbae