From 60ad783b8f2bf83658b505f6d532054f7535f76e Mon Sep 17 00:00:00 2001 From: xHire Date: Tue, 16 May 2017 08:31:40 +0200 Subject: [PATCH] E-mails update --- src/arp.h | 2 +- src/dnsproxy.c | 2 +- src/ethernet.h | 2 +- src/ipv4.h | 2 +- src/ipv6.h | 2 +- src/linkedlist.c | 2 +- src/linkedlist.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/nat.c | 2 +- src/nat.h | 2 +- src/radixtree.c | 2 +- src/radixtree.h | 2 +- src/tcp.h | 2 +- src/udp.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/arp.h b/src/arp.h index ce4be62..3436497 100644 --- a/src/arp.h +++ b/src/arp.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/dnsproxy.c b/src/dnsproxy.c index d582fd8..8bf245f 100644 --- a/src/dnsproxy.c +++ b/src/dnsproxy.c @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2010 Michal Zima + * Copyright (C) 2008-2010 xHire * * 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/ethernet.h b/src/ethernet.h index a638aaf..7ea2312 100644 --- a/src/ethernet.h +++ b/src/ethernet.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/ipv4.h b/src/ipv4.h index 84bfd98..da3bd80 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/ipv6.h b/src/ipv6.h index 4887de2..e310147 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/linkedlist.c b/src/linkedlist.c index bda3729..71156be 100644 --- a/src/linkedlist.c +++ b/src/linkedlist.c @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/linkedlist.h b/src/linkedlist.h index a1a911a..1834553 100644 --- a/src/linkedlist.h +++ b/src/linkedlist.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/log.c b/src/log.c index d54d5f6..6ff81cf 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/log.h b/src/log.h index c866270..18cb890 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/nat.c b/src/nat.c index cc0b311..1a7114e 100644 --- a/src/nat.c +++ b/src/nat.c @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/nat.h b/src/nat.h index 37231c9..8146f6c 100644 --- a/src/nat.h +++ b/src/nat.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/radixtree.c b/src/radixtree.c index 1194908..b237227 100644 --- a/src/radixtree.c +++ b/src/radixtree.c @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/radixtree.h b/src/radixtree.h index c52d8df..35303bc 100644 --- a/src/radixtree.h +++ b/src/radixtree.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2013 Michal Zima + * Copyright (C) 2008-2013 xHire * * 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/tcp.h b/src/tcp.h index f4f2493..0f76cd7 100644 --- a/src/tcp.h +++ b/src/tcp.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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/udp.h b/src/udp.h index caf887c..b46f2b3 100644 --- a/src/udp.h +++ b/src/udp.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2012 Michal Zima + * Copyright (C) 2008-2012 xHire * * 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