Also, add a copyright notice at the top of dccp.c dccp.h dccp_recv.c and dccp_send.c
Robert Leslie (libmad)
+Ian McDonald <imcdnzl@gmail.com> (dccp example code)
+
Simon Morlat <simon.morlat@linphone.org> (ortp)
Christof Müller (bug reports)
* 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"
* 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
* 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"
* 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"