From 51f3cdfd5af0fb9a9b2c5f4fba326a330d4d59d7 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 24 May 2016 13:14:18 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20UTF-8=20encoding=20of=20sntp=20files=20(F?= =?UTF-8?q?r=C3=A9d=C3=A9ric=20Bernon)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/sntp/sntp.c | 4 ++-- src/include/lwip/apps/sntp.h | 4 ++-- src/include/lwip/apps/sntp_opts.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/apps/sntp/sntp.c b/src/apps/sntp/sntp.c index 263996a3..a2f40a31 100644 --- a/src/apps/sntp/sntp.c +++ b/src/apps/sntp/sntp.c @@ -15,7 +15,7 @@ */ /* - * Copyright (c) 2007-2009 Fr�d�ric Bernon, Simon Goldschmidt + * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -42,7 +42,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Fr�d�ric Bernon, Simon Goldschmidt + * Author: Frédéric Bernon, Simon Goldschmidt */ #include "lwip/apps/sntp.h" diff --git a/src/include/lwip/apps/sntp.h b/src/include/lwip/apps/sntp.h index 78999475..0dcc5578 100644 --- a/src/include/lwip/apps/sntp.h +++ b/src/include/lwip/apps/sntp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2009 Fr�d�ric Bernon, Simon Goldschmidt + * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -26,7 +26,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Fr�d�ric Bernon, Simon Goldschmidt + * Author: Frédéric Bernon, Simon Goldschmidt * */ #ifndef LWIP_HDR_APPS_SNTP_H diff --git a/src/include/lwip/apps/sntp_opts.h b/src/include/lwip/apps/sntp_opts.h index 96773c86..7eafb230 100644 --- a/src/include/lwip/apps/sntp_opts.h +++ b/src/include/lwip/apps/sntp_opts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2009 Fr�d�ric Bernon, Simon Goldschmidt + * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -26,7 +26,7 @@ * * This file is part of the lwIP TCP/IP stack. * - * Author: Fr�d�ric Bernon, Simon Goldschmidt + * Author: Frédéric Bernon, Simon Goldschmidt * */ #ifndef LWIP_HDR_APPS_SNTP_OPTS_H