From 7ef98237c5cf7091b12b304074890de3bb03a86e Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 18 Jan 2013 20:19:28 +0100 Subject: Get rid of SVN tag in comment. This patch also update some copyright and licence declaration. --- include/libipulog/libipulog.h | 2 -- include/ulogd/addr.h | 7 +++++++ include/ulogd/conffile.h | 2 -- include/ulogd/db.h | 7 +++++++ include/ulogd/ulogd.h | 3 +-- 5 files changed, 15 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/libipulog/libipulog.h b/include/libipulog/libipulog.h index 1f6aee9..b3c9616 100644 --- a/include/libipulog/libipulog.h +++ b/include/libipulog/libipulog.h @@ -1,8 +1,6 @@ #ifndef _LIBIPULOG_H #define _LIBIPULOG_H -/* $Id$ */ - #include #include #include 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 + * (C) 2012 by Eric Leblond + * + * 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 * - * $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 + * + * 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 -- cgit v1.2.3