From b90682dc8b0b498385b891bce8a84e359e17ba04 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 10 Nov 2016 11:19:27 +0100 Subject: [PATCH] Update email address I am leaving Verisure at the end of the month. --- src/apps/mdns/mdns.c | 5 +---- src/include/lwip/apps/mdns.h | 2 +- src/include/lwip/apps/mdns_opts.h | 2 +- src/include/lwip/apps/mdns_priv.h | 2 +- test/unit/mdns/test_mdns.c | 5 +---- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/apps/mdns/mdns.c b/src/apps/mdns/mdns.c index e0c528c3..3c5cf2d1 100644 --- a/src/apps/mdns/mdns.c +++ b/src/apps/mdns/mdns.c @@ -52,10 +52,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Erik Ekman - * - * Please coordinate changes and requests with Erik Ekman - * + * Author: Erik Ekman * */ diff --git a/src/include/lwip/apps/mdns.h b/src/include/lwip/apps/mdns.h index f57b182f..d0368161 100644 --- a/src/include/lwip/apps/mdns.h +++ b/src/include/lwip/apps/mdns.h @@ -31,7 +31,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Erik Ekman + * Author: Erik Ekman * */ #ifndef LWIP_HDR_MDNS_H diff --git a/src/include/lwip/apps/mdns_opts.h b/src/include/lwip/apps/mdns_opts.h index a298c5aa..bf186bcc 100644 --- a/src/include/lwip/apps/mdns_opts.h +++ b/src/include/lwip/apps/mdns_opts.h @@ -31,7 +31,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Erik Ekman + * Author: Erik Ekman * */ diff --git a/src/include/lwip/apps/mdns_priv.h b/src/include/lwip/apps/mdns_priv.h index 9ae2cef9..8ee6db86 100644 --- a/src/include/lwip/apps/mdns_priv.h +++ b/src/include/lwip/apps/mdns_priv.h @@ -31,7 +31,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Erik Ekman + * Author: Erik Ekman * */ #ifndef LWIP_HDR_MDNS_PRIV_H diff --git a/test/unit/mdns/test_mdns.c b/test/unit/mdns/test_mdns.c index 9cff0fd7..223520c1 100644 --- a/test/unit/mdns/test_mdns.c +++ b/test/unit/mdns/test_mdns.c @@ -26,10 +26,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Erik Ekman - * - * Please coordinate changes and requests with Erik Ekman - * + * Author: Erik Ekman * */