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 * */