From: Andre Date: Wed, 8 Mar 2006 23:08:01 +0000 (+0100) Subject: Add GPL headers for dccp.c dccp.h, dccp_recv.c, and dccp_send.c X-Git-Tag: v0.2.12~161^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f9149914884d8348ae0dca36aa47478da921ac8b Add GPL headers for dccp.c dccp.h, dccp_recv.c, and dccp_send.c --- diff --git a/dccp.c b/dccp.c index 5e769be2..60667a4e 100644 --- a/dccp.c +++ b/dccp.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Andre Noll + * + * 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 6687bf32..47b0b899 100644 --- a/dccp.h +++ b/dccp.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Andre Noll + * + * 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 diff --git a/dccp_recv.c b/dccp_recv.c index f56f58cb..6c55c4b1 100644 --- a/dccp_recv.c +++ b/dccp_recv.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Andre Noll + * + * 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_send.c b/dccp_send.c index ace92dee..dd495f98 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Andre Noll + * + * 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"