summaryrefslogtreecommitdiffstats
path: root/libipulog
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-01-18 20:19:28 +0100
committerEric Leblond <eric@regit.org>2013-01-18 20:53:45 +0100
commit7ef98237c5cf7091b12b304074890de3bb03a86e (patch)
tree2fbda08641b1b36bc449bb1c33c732c6a432d907 /libipulog
parent56c188731015f0abe0c04dcdf07d0badfc61217e (diff)
Get rid of SVN tag in comment.
This patch also update some copyright and licence declaration.
Diffstat (limited to 'libipulog')
-rw-r--r--libipulog/libipulog.c5
-rw-r--r--libipulog/ulog_test.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c
index 2f58ea6..ab28bb4 100644
--- a/libipulog/libipulog.c
+++ b/libipulog/libipulog.c
@@ -1,5 +1,5 @@
-/*
- * libipulog.c, $Revision$
+/*
+ * libipulog.c
*
* netfilter ULOG userspace library.
*
@@ -21,7 +21,6 @@
* This library is still under development, so be aware of sudden interface
* changes
*
- * $Id$
*/
#include <stdlib.h>
diff --git a/libipulog/ulog_test.c b/libipulog/ulog_test.c
index fd9c925..0665717 100644
--- a/libipulog/ulog_test.c
+++ b/libipulog/ulog_test.c
@@ -1,4 +1,4 @@
-/* ulog_test, $Revision: 1.4 $
+/* ulog_test
*
* small testing program for libipulog, part of the netfilter ULOG target
* for the linux 2.4 netfilter subsystem.
@@ -7,7 +7,6 @@
*
* this code is released under the terms of GNU GPL
*
- * $Id: ulog_test.c,v 1.4 2001/01/30 09:28:04 laforge Exp $
*/
#include <stdio.h>