Add Ian McDonald to CREDITS
authorAndre <maan@p133.(none)>
Wed, 8 Mar 2006 23:17:35 +0000 (00:17 +0100)
committerAndre <maan@p133.(none)>
Wed, 8 Mar 2006 23:17:35 +0000 (00:17 +0100)
Also, add a copyright notice at the top of dccp.c dccp.h dccp_recv.c and dccp_send.c

CREDITS
dccp.c
dccp.h
dccp_recv.c
dccp_send.c

diff --git a/CREDITS b/CREDITS
index 8d778c8feb16d77300d130a38bc8ec61b2168d6f..aeb1d2d89a895f895d1e85e2fc2cbe27518467ff 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -25,6 +25,8 @@ Jaroslav Kysela <perex@suse.cz> (aplay)
 
 Robert Leslie (libmad)
 
+Ian McDonald <imcdnzl@gmail.com> (dccp example code)
+
 Simon Morlat <simon.morlat@linphone.org> (ortp)
 
 Christof Müller (bug reports)
diff --git a/dccp.c b/dccp.c
index 60667a4efe3b004f9bb0b586460f27904c822d60..b5cf7fd9abd106a5c942c96f0cab9e53445d12de 100644 (file)
--- a/dccp.c
+++ b/dccp.c
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/*
+ * based on common.c of dccp-cs-0.01.tar.bz2,
+ * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
+ */
+
 #include "para.h"
 #include "error.h"
 #include "dccp.h"
diff --git a/dccp.h b/dccp.h
index 47b0b89962911c2408c9df16f4b83175fdd7a595..2443db8419e86e7c60917dbf026c2d3a3291d01b 100644 (file)
--- a/dccp.h
+++ b/dccp.h
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/*
+ * based on common.h of dccp-cs-0.01.tar.bz2,
+ * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
+ */
+
 #define SOL_DCCP 269
 #define SOCK_DCCP 6
 #define IPPROTO_DCCP 33
index 6c55c4b19e34fe5d8353c98b376181e392604f94..95d2ba8a8a2447a2cfaa1dc8a003b081538628f5 100644 (file)
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/*
+ * based on client.c of dccp-cs-0.01.tar.bz2,
+ * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
+ */
+
 #include "para.h"
 #include "error.h"
 #include "dccp.h"
index dd495f98eccb190fc8aff579cf7851d5bcf627d8..08b3069fcdbc0f554a5e0ca655930ddd109ab360 100644 (file)
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/*
+ * based on server.c of dccp-cs-0.01.tar.bz2,
+ * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
+ */
+
 #include "server.h"
 #include "net.h"
 #include "list.h"