From 0fdebb3b32cd7ddf6e2c2531c51edffb21ac2a6b Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 4 Jun 2019 20:47:34 +0200 Subject: 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 Signed-off-by: Jozsef Kadlecsik --- lib/args.c | 2 +- lib/data.c | 2 +- lib/debug.c | 2 +- lib/errcode.c | 2 +- lib/icmp.c | 2 +- lib/icmpv6.c | 2 +- lib/ipset.c | 2 +- lib/ipset_bitmap_ip.c | 2 +- lib/ipset_bitmap_ipmac.c | 2 +- lib/ipset_bitmap_port.c | 2 +- lib/ipset_hash_ip.c | 2 +- lib/ipset_hash_ipmark.c | 2 +- lib/ipset_hash_ipport.c | 2 +- lib/ipset_hash_ipportip.c | 2 +- lib/ipset_hash_ipportnet.c | 2 +- lib/ipset_hash_mac.c | 2 +- lib/ipset_hash_net.c | 2 +- lib/ipset_hash_netiface.c | 2 +- lib/ipset_hash_netnet.c | 2 +- lib/ipset_hash_netport.c | 2 +- lib/ipset_hash_netportnet.c | 2 +- lib/ipset_list_set.c | 2 +- lib/libipset.3 | 2 +- lib/mnl.c | 2 +- lib/parse.c | 2 +- lib/print.c | 2 +- lib/session.c | 2 +- lib/types.c | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) (limited to 'lib') diff --git a/lib/args.c b/lib/args.c index a0cea4f..204c544 100644 --- a/lib/args.c +++ b/lib/args.c @@ -1,4 +1,4 @@ -/* Copyright 2017 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2017 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/lib/data.c b/lib/data.c index 9a7c861..47c9ddb 100644 --- a/lib/data.c +++ b/lib/data.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 diff --git a/lib/debug.c b/lib/debug.c index 44d0f04..6b3ead2 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -1,4 +1,4 @@ -/* Copyright 2011 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2011 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/lib/errcode.c b/lib/errcode.c index d356264..b38f95e 100644 --- a/lib/errcode.c +++ b/lib/errcode.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 diff --git a/lib/icmp.c b/lib/icmp.c index c50be7e..6312d3e 100644 --- a/lib/icmp.c +++ b/lib/icmp.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 diff --git a/lib/icmpv6.c b/lib/icmpv6.c index 82234da..8443ee5 100644 --- a/lib/icmpv6.c +++ b/lib/icmpv6.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 diff --git a/lib/ipset.c b/lib/ipset.c index 4366e60..8633491 100644 --- a/lib/ipset.c +++ b/lib/ipset.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 diff --git a/lib/ipset_bitmap_ip.c b/lib/ipset_bitmap_ip.c index 10dc3ae..76bfa38 100644 --- a/lib/ipset_bitmap_ip.c +++ b/lib/ipset_bitmap_ip.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 diff --git a/lib/ipset_bitmap_ipmac.c b/lib/ipset_bitmap_ipmac.c index e26cc69..f24b10b 100644 --- a/lib/ipset_bitmap_ipmac.c +++ b/lib/ipset_bitmap_ipmac.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 diff --git a/lib/ipset_bitmap_port.c b/lib/ipset_bitmap_port.c index cbffdd1..72224a7 100644 --- a/lib/ipset_bitmap_port.c +++ b/lib/ipset_bitmap_port.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 diff --git a/lib/ipset_hash_ip.c b/lib/ipset_hash_ip.c index a125eff..2ef1af3 100644 --- a/lib/ipset_hash_ip.c +++ b/lib/ipset_hash_ip.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 diff --git a/lib/ipset_hash_ipmark.c b/lib/ipset_hash_ipmark.c index 33009f5..42b1979 100644 --- a/lib/ipset_hash_ipmark.c +++ b/lib/ipset_hash_ipmark.c @@ -1,4 +1,4 @@ -/* Copyright 2007-2013 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2007-2013 Jozsef Kadlecsik (kadlec@netfilter.org) * Copyright 2013 Smoothwall Ltd. (vytas.dauksa@smoothwall.net) * * This program is free software; you can redistribute it and/or modify diff --git a/lib/ipset_hash_ipport.c b/lib/ipset_hash_ipport.c index c505412..b48cac2 100644 --- a/lib/ipset_hash_ipport.c +++ b/lib/ipset_hash_ipport.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 diff --git a/lib/ipset_hash_ipportip.c b/lib/ipset_hash_ipportip.c index b8e14a8..545e50c 100644 --- a/lib/ipset_hash_ipportip.c +++ b/lib/ipset_hash_ipportip.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 diff --git a/lib/ipset_hash_ipportnet.c b/lib/ipset_hash_ipportnet.c index bcc3c7b..94a680e 100644 --- a/lib/ipset_hash_ipportnet.c +++ b/lib/ipset_hash_ipportnet.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 diff --git a/lib/ipset_hash_mac.c b/lib/ipset_hash_mac.c index b80ce88..426c384 100644 --- a/lib/ipset_hash_mac.c +++ b/lib/ipset_hash_mac.c @@ -1,4 +1,4 @@ -/* Copyright 2014 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2014 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/lib/ipset_hash_net.c b/lib/ipset_hash_net.c index 01371db..ef9e19c 100644 --- a/lib/ipset_hash_net.c +++ b/lib/ipset_hash_net.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 diff --git a/lib/ipset_hash_netiface.c b/lib/ipset_hash_netiface.c index 1d829a3..a709816 100644 --- a/lib/ipset_hash_netiface.c +++ b/lib/ipset_hash_netiface.c @@ -1,4 +1,4 @@ -/* Copyright 2011 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2011 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/lib/ipset_hash_netnet.c b/lib/ipset_hash_netnet.c index 64ff0df..9918b47 100644 --- a/lib/ipset_hash_netnet.c +++ b/lib/ipset_hash_netnet.c @@ -1,4 +1,4 @@ -/* Copyright 2007-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) +/* Copyright 2007-2010 Jozsef Kadlecsik (kadlec@netfilter.org) * Copyright 2013 Oliver Smith (oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa) * * This program is free software; you can redistribute it and/or modify diff --git a/lib/ipset_hash_netport.c b/lib/ipset_hash_netport.c index f6409e2..48501ce 100644 --- a/lib/ipset_hash_netport.c +++ b/lib/ipset_hash_netport.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 diff --git a/lib/ipset_hash_netportnet.c b/lib/ipset_hash_netportnet.c index 4d04dd8..0b36bd5 100644 --- a/lib/ipset_hash_netportnet.c +++ b/lib/ipset_hash_netportnet.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 diff --git a/lib/ipset_list_set.c b/lib/ipset_list_set.c index 973243f..a19b748 100644 --- a/lib/ipset_list_set.c +++ b/lib/ipset_list_set.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 diff --git a/lib/libipset.3 b/lib/libipset.3 index 840db06..42a741f 100644 --- a/lib/libipset.3 +++ b/lib/libipset.3 @@ -1,4 +1,4 @@ -.\" Man page written by Jozsef Kadlecsik +.\" Man page written by Jozsef Kadlecsik .\" .\" 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/lib/mnl.c b/lib/mnl.c index 4ce90b4..cc5124d 100644 --- a/lib/mnl.c +++ b/lib/mnl.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 diff --git a/lib/parse.c b/lib/parse.c index 5943f05..31a619d 100644 --- a/lib/parse.c +++ b/lib/parse.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 diff --git a/lib/print.c b/lib/print.c index 02ffe41..bafe58f 100644 --- a/lib/print.c +++ b/lib/print.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 diff --git a/lib/session.c b/lib/session.c index 9e1d7dd..c28c2d8 100644 --- a/lib/session.c +++ b/lib/session.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 diff --git a/lib/types.c b/lib/types.c index 1adf640..0de5d97 100644 --- a/lib/types.c +++ b/lib/types.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 -- cgit v1.2.1