Fix UTF-8 encoding of sntp files (Frédéric Bernon)

This commit is contained in:
Dirk Ziegelmeier 2016-05-24 13:14:18 +02:00
parent 344de0e119
commit 51f3cdfd5a
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
*/ */
/* /*
* Copyright (c) 2007-2009 Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without modification, * 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. * This file is part of the lwIP TCP/IP stack.
* *
* Author: Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Author: Frédéric Bernon, Simon Goldschmidt
*/ */
#include "lwip/apps/sntp.h" #include "lwip/apps/sntp.h"

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2007-2009 Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without modification, * 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. * This file is part of the lwIP TCP/IP stack.
* *
* Author: Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Author: Frédéric Bernon, Simon Goldschmidt
* *
*/ */
#ifndef LWIP_HDR_APPS_SNTP_H #ifndef LWIP_HDR_APPS_SNTP_H

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2007-2009 Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without modification, * 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. * This file is part of the lwIP TCP/IP stack.
* *
* Author: Fr<EFBFBD>d<EFBFBD>ric Bernon, Simon Goldschmidt * Author: Frédéric Bernon, Simon Goldschmidt
* *
*/ */
#ifndef LWIP_HDR_APPS_SNTP_OPTS_H #ifndef LWIP_HDR_APPS_SNTP_OPTS_H