ips: update copyright date and author list.

remotes/origin/master-1.2.x
Eric Leblond 14 years ago committed by Victor Julien
parent d4cbc7c38c
commit c1ad64b333

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2011 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -15,6 +15,17 @@
* 02110-1301, USA. * 02110-1301, USA.
*/ */
/**
* \file
*
* \author Anoop Saldanha <poonaatsoc@gmail.com>
* \author Eric Leblond <eric@regit.org>
*
* Handling of ipfw runmodes.
*/
#include "suricata-common.h" #include "suricata-common.h"
#include "tm-threads.h" #include "tm-threads.h"
#include "conf.h" #include "conf.h"

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2011 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -15,6 +15,16 @@
* 02110-1301, USA. * 02110-1301, USA.
*/ */
/**
* \file
*
* \author Anoop Saldanha <poonaatsoc@gmail.com>
* \author Eric Leblond <eric@regit.org>
*
* Handling of NFQ runmodes.
*/
#include "suricata-common.h" #include "suricata-common.h"
#include "tm-threads.h" #include "tm-threads.h"
#include "conf.h" #include "conf.h"

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2011 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2011 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -19,6 +19,7 @@
* \file * \file
* *
* \author Nick Rogness <nick@rogness.net> * \author Nick Rogness <nick@rogness.net>
* \author Eric Leblond <eric@regit.org>
*/ */
#ifndef __SOURCE_IPFW_H__ #ifndef __SOURCE_IPFW_H__

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2011 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -19,6 +19,7 @@
* \file * \file
* *
* \author Victor Julien <victor@inliniac.net> * \author Victor Julien <victor@inliniac.net>
* \author Eric Leblond <eric@regit.org>
* *
* Netfilter's netfilter_queue support for reading packets from the * Netfilter's netfilter_queue support for reading packets from the
* kernel and setting verdicts back to it (inline mode). * kernel and setting verdicts back to it (inline mode).

Loading…
Cancel
Save