summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/addr.h7
-rw-r--r--include/ulogd/conffile.h2
-rw-r--r--include/ulogd/db.h7
-rw-r--r--include/ulogd/ulogd.h3
4 files changed, 15 insertions, 4 deletions
diff --git a/include/ulogd/addr.h b/include/ulogd/addr.h
index 9c91270..b4432e3 100644
--- a/include/ulogd/addr.h
+++ b/include/ulogd/addr.h
@@ -1,3 +1,10 @@
+/* IP address handling functions
+ *
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2012 by Eric Leblond <eric@regit.org>
+ *
+ * This code is distributed under the terms of GNU GPL version 2 */
+
#ifndef _ADDR_H
#define _ADDR_H
diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h
index aa35809..09eb8cf 100644
--- a/include/ulogd/conffile.h
+++ b/include/ulogd/conffile.h
@@ -2,8 +2,6 @@
*
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
- * $Id$
- *
* This code is distributed under the terms of GNU GPL */
#ifndef _CONFFILE_H
diff --git a/include/ulogd/db.h b/include/ulogd/db.h
index b0b7295..1c910ff 100644
--- a/include/ulogd/db.h
+++ b/include/ulogd/db.h
@@ -1,3 +1,10 @@
+/* DB handling functions
+ *
+ * (C) 2000-2005 by Harald Welte <laforge@gnumonks.org>
+ *
+ * This code is distributed under the terms of GNU GPL version 2 */
+
+
#ifndef _ULOGD_DB_H
#define _ULOGD_DB_H
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 41c2e9b..90272eb 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -1,6 +1,6 @@
#ifndef _ULOGD_H
#define _ULOGD_H
-/* ulogd, Version $Revision$
+/* ulogd
*
* userspace logging daemon for netfilter ULOG target
* of the linux 2.4/2.6 netfilter subsystem.
@@ -9,7 +9,6 @@
*
* this code is released under the terms of GNU GPL
*
- * $Id$
*/
#include <ulogd/linuxlist.h>