]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add GPL headers for dccp.c dccp.h, dccp_recv.c, and dccp_send.c
authorAndre <maan@p133.(none)>
Wed, 8 Mar 2006 23:08:01 +0000 (00:08 +0100)
committerAndre <maan@p133.(none)>
Wed, 8 Mar 2006 23:08:01 +0000 (00:08 +0100)
dccp.c
dccp.h
dccp_recv.c
dccp_send.c

diff --git a/dccp.c b/dccp.c
index 5e769be2b3c93df259257c956d632c21c224dc48..60667a4efe3b004f9bb0b586460f27904c822d60 100644 (file)
--- a/dccp.c
+++ b/dccp.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ *
+ *     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, MA  02111, USA.
+ */
+
 #include "para.h"
 #include "error.h"
 #include "dccp.h"
diff --git a/dccp.h b/dccp.h
index 6687bf322f2e7eafcf755a7af09b0374ca7e747c..47b0b89962911c2408c9df16f4b83175fdd7a595 100644 (file)
--- a/dccp.h
+++ b/dccp.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ *
+ *     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, MA  02111, USA.
+ */
+
 #define SOL_DCCP 269
 #define SOCK_DCCP 6
 #define IPPROTO_DCCP 33
index f56f58cbb2932ca95c0056f96df30ec5150b7519..6c55c4b19e34fe5d8353c98b376181e392604f94 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ *
+ *     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, MA  02111, USA.
+ */
+
 #include "para.h"
 #include "error.h"
 #include "dccp.h"
index ace92dee9f13ae2037e34279751494bf4245a00e..dd495f98eccb190fc8aff579cf7851d5bcf627d8 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ *
+ *     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, MA  02111, USA.
+ */
+
 #include "server.h"
 #include "net.h"
 #include "list.h"