summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar snowdrop2003-05-20 21:00:16 +0000
committerGravatar snowdrop2003-05-20 21:00:16 +0000
commit340d39991f043631bd95a96c1a92e8403562720a (patch)
tree5e448f8292a3979a0c73ca72117917ca25f13886
parentd2ae04bb1ded02f8ba0fc190cd6c2f080745d10a (diff)
downloadcsoap-340d39991f043631bd95a96c1a92e8403562720a.tar.gz
csoap-340d39991f043631bd95a96c1a92e8403562720a.tar.bz2
errata
-rw-r--r--src/csoap.h4
-rw-r--r--src/csoapbody.c4
-rw-r--r--src/csoapbody.h4
-rw-r--r--src/csoapcall.c4
-rw-r--r--src/csoapcall.h4
-rw-r--r--src/csoapenv.c4
-rw-r--r--src/csoaperror.h4
-rw-r--r--src/csoapfault.c4
-rw-r--r--src/csoapfault.h4
-rw-r--r--src/csoapparam.c4
-rw-r--r--src/csoapres.c4
-rw-r--r--src/csoapres.h4
-rw-r--r--src/csoaptypes.h4
-rw-r--r--src/csoapurl.c4
-rw-r--r--src/csoapxml.c4
-rw-r--r--src/csoapxml.h4
16 files changed, 32 insertions, 32 deletions
diff --git a/src/csoap.h b/src/csoap.h
index 6022265..91f4c8d 100644
--- a/src/csoap.h
+++ b/src/csoap.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoap.h,v 1.1 2003/03/25 22:17:18 snowdrop Exp $
+ * $Id: csoap.h,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_H
#define CSOAP_H
diff --git a/src/csoapbody.c b/src/csoapbody.c
index 8fb35bd..ec4a3fd 100644
--- a/src/csoapbody.c
+++ b/src/csoapbody.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapbody.c,v 1.1 2003/03/25 22:17:18 snowdrop Exp $
+ * $Id: csoapbody.c,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapbody.h"
#include "csoaplog.h"
diff --git a/src/csoapbody.h b/src/csoapbody.h
index 619c2c4..153c18d 100644
--- a/src/csoapbody.h
+++ b/src/csoapbody.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapbody.h,v 1.1 2003/03/25 22:17:18 snowdrop Exp $
+ * $Id: csoapbody.h,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_BODY_H
#define CSOAP_BODY_H
diff --git a/src/csoapcall.c b/src/csoapcall.c
index aa211c1..c4b6998 100644
--- a/src/csoapcall.c
+++ b/src/csoapcall.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapcall.c,v 1.1 2003/03/25 22:17:19 snowdrop Exp $
+ * $Id: csoapcall.c,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapcall.h"
#include "csoaplog.h"
diff --git a/src/csoapcall.h b/src/csoapcall.h
index eba568b..2e499d8 100644
--- a/src/csoapcall.h
+++ b/src/csoapcall.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapcall.h,v 1.1 2003/03/25 22:17:19 snowdrop Exp $
+ * $Id: csoapcall.h,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_CALL_H
#define CSOAP_CALL_H
diff --git a/src/csoapenv.c b/src/csoapenv.c
index 90bcbac..08585ca 100644
--- a/src/csoapenv.c
+++ b/src/csoapenv.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapenv.c,v 1.1 2003/03/25 22:17:19 snowdrop Exp $
+ * $Id: csoapenv.c,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapenv.h"
#include "csoaplog.h"
diff --git a/src/csoaperror.h b/src/csoaperror.h
index 8b75291..f577600 100644
--- a/src/csoaperror.h
+++ b/src/csoaperror.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoaperror.h,v 1.1 2003/03/25 22:17:20 snowdrop Exp $
+ * $Id: csoaperror.h,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_ERROR_H
#define CSOAP_ERROR_H
diff --git a/src/csoapfault.c b/src/csoapfault.c
index 61fe32d..aae1143 100644
--- a/src/csoapfault.c
+++ b/src/csoapfault.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapfault.c,v 1.1 2003/03/25 22:17:20 snowdrop Exp $
+ * $Id: csoapfault.c,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapfault.h"
diff --git a/src/csoapfault.h b/src/csoapfault.h
index 3a876e7..fa06b1c 100644
--- a/src/csoapfault.h
+++ b/src/csoapfault.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapfault.h,v 1.1 2003/03/25 22:17:20 snowdrop Exp $
+ * $Id: csoapfault.h,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_FAULT_H
#define CSOAP_FAULT_H
diff --git a/src/csoapparam.c b/src/csoapparam.c
index dfc9ac4..c90bb04 100644
--- a/src/csoapparam.c
+++ b/src/csoapparam.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapparam.c,v 1.1 2003/03/25 22:17:25 snowdrop Exp $
+ * $Id: csoapparam.c,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapparam.h"
#include "csoaplog.h"
diff --git a/src/csoapres.c b/src/csoapres.c
index 3d631e1..b379824 100644
--- a/src/csoapres.c
+++ b/src/csoapres.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapres.c,v 1.1 2003/03/25 22:17:26 snowdrop Exp $
+ * $Id: csoapres.c,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapres.h"
#include "csoaplog.h"
diff --git a/src/csoapres.h b/src/csoapres.h
index 38efd9b..52690bd 100644
--- a/src/csoapres.h
+++ b/src/csoapres.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapres.h,v 1.1 2003/03/25 22:17:26 snowdrop Exp $
+ * $Id: csoapres.h,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_RES_H
#define CSOAP_RES_H
diff --git a/src/csoaptypes.h b/src/csoaptypes.h
index ac001f4..64b2be1 100644
--- a/src/csoaptypes.h
+++ b/src/csoaptypes.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoaptypes.h,v 1.1 2003/03/25 22:17:28 snowdrop Exp $
+ * $Id: csoaptypes.h,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_TYPES_H
#define CSOAP_TYPES_H
diff --git a/src/csoapurl.c b/src/csoapurl.c
index ae91e40..6c77142 100644
--- a/src/csoapurl.c
+++ b/src/csoapurl.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapurl.c,v 1.1 2003/03/25 22:17:28 snowdrop Exp $
+ * $Id: csoapurl.c,v 1.2 2003/05/20 21:00:16 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapurl.h"
#include "csoaplog.h"
diff --git a/src/csoapxml.c b/src/csoapxml.c
index 6129747..2c5ebcc 100644
--- a/src/csoapxml.c
+++ b/src/csoapxml.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapxml.c,v 1.1 2003/03/25 22:17:31 snowdrop Exp $
+ * $Id: csoapxml.c,v 1.2 2003/05/20 21:00:19 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#include "csoapxml.h"
diff --git a/src/csoapxml.h b/src/csoapxml.h
index 290d556..751641e 100644
--- a/src/csoapxml.h
+++ b/src/csoapxml.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapxml.h,v 1.1 2003/03/25 22:17:33 snowdrop Exp $
+ * $Id: csoapxml.h,v 1.2 2003/05/20 21:00:18 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef CSOAP_XML_H
#define CSOAP_XML_H