summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-04 20:47:34 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-05 21:03:21 +0200
commit0fdebb3b32cd7ddf6e2c2531c51edffb21ac2a6b (patch)
tree9e9df20009b2659ffa025b1f295e9541740fe4eb /src
parent5df0cee4bdae751e7499d974f727a0920f44687f (diff)
ipset: update my email address
It's better to use my kadlec@netfilter.org email address in the source code. I might not be able to use kadlec@blackhole.kfki.hu in the future. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'src')
-rw-r--r--src/ipset.82
-rw-r--r--src/ipset.c2
-rw-r--r--src/ui.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ipset.8 b/src/ipset.8
index 674e0da..9c12889 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -1,4 +1,4 @@
-.\" Man page written by Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+.\" Man page written by Jozsef Kadlecsik <kadlec@netfilter.org>
.\"
.\" 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
diff --git a/src/ipset.c b/src/ipset.c
index fcb2247..ee36a06 100644
--- a/src/ipset.c
+++ b/src/ipset.c
@@ -1,6 +1,6 @@
/* Copyright 2000-2002 Joakim Axelsson (gozem@linux.nu)
* Patrick Schaaf (bof@bof.de)
- * Copyright 2003-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)
+ * Copyright 2003-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/src/ui.c b/src/ui.c
index fb378ba..55433b8 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,4 +1,4 @@
-/* Copyright 2007-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)
+/* Copyright 2007-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as