From: Josh G. <ja...@us...> - 2004-09-08 09:47:35
|
Update of /cvsroot/iptables-p2p/iptables-p2p/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16781/kernel Modified Files: main.c match_bittorrent.c match_dc.c match_edonkey.c match_http.c utils.c utils.h Log Message: added copyright notice Index: match_bittorrent.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_bittorrent.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- match_bittorrent.c 8 Sep 2004 09:06:24 -0000 1.5 +++ match_bittorrent.c 8 Sep 2004 09:47:05 -0000 1.6 @@ -1,6 +1,8 @@ /* * $Id$ * + * Copyright (C) 2003-2004 Filipe Almeida <fi...@rn...> + * * 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, or (at your option) any Index: utils.h =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/utils.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- utils.h 8 Sep 2004 09:43:49 -0000 1.2 +++ utils.h 8 Sep 2004 09:47:05 -0000 1.3 @@ -1,6 +1,8 @@ /* * $Id$ * + * Copyright (C) 2004 Filipe Almeida <fi...@rn...> + * * 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, or (at your option) any Index: match_dc.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_dc.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- match_dc.c 8 Sep 2004 09:06:24 -0000 1.6 +++ match_dc.c 8 Sep 2004 09:47:05 -0000 1.7 @@ -1,6 +1,8 @@ /* * $Id$ * + * Copyright (C) 2003-2004 Filipe Almeida <fi...@rn...> + * * 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, or (at your option) any Index: match_http.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_http.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- match_http.c 8 Sep 2004 09:06:24 -0000 1.28 +++ match_http.c 8 Sep 2004 09:47:05 -0000 1.29 @@ -1,8 +1,9 @@ /* + * $Id$ + * * Matches for HTTP based P2P protocols - * Copyright (C) 2004 Filipe Almeida <fi...@rn...> * - * $Id$ + * Copyright (C) 2004 Filipe Almeida <fi...@rn...> * * 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 Index: main.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/main.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- main.c 8 Sep 2004 09:06:24 -0000 1.17 +++ main.c 8 Sep 2004 09:47:05 -0000 1.18 @@ -3,6 +3,8 @@ * * ipt_p2p kernel match module. * + * Copyright (C) 2003-2004 Filipe Almeida <fi...@rn...> + * * 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, or (at your option) any Index: utils.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/utils.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- utils.c 8 Sep 2004 09:43:49 -0000 1.6 +++ utils.c 8 Sep 2004 09:47:05 -0000 1.7 @@ -2,6 +2,7 @@ * $Id$ * * Tree string handling routines. There are trie based trees. + * * Copyright (C) 2004 Filipe Almeida <fi...@rn...> * * This program is free software; you can redistribute it and/or modify it Index: match_edonkey.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_edonkey.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- match_edonkey.c 8 Sep 2004 09:06:24 -0000 1.5 +++ match_edonkey.c 8 Sep 2004 09:47:05 -0000 1.6 @@ -1,6 +1,8 @@ /* * $Id$ * + * Copyright (C) 2003-2004 Filipe Almeida <fi...@rn...> + * * 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, or (at your option) any |