From 8e9e3709b85948d405cb280d684b25f4aa99bc14 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Thu, 13 Jan 2022 00:20:14 -0500 Subject: [PATCH] format codes --- httpclient_sample.c | 2 +- tcpclient_sample.c | 2 +- tcpclient_select_sample.c | 2 +- tcpserver_sample.c | 2 +- udpclient_sample.c | 2 +- udpserver_sample.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/httpclient_sample.c b/httpclient_sample.c index 1a0e552..04adda4 100644 --- a/httpclient_sample.c +++ b/httpclient_sample.c @@ -1,7 +1,7 @@ /* * File : httpclient.c * - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tcpclient_sample.c b/tcpclient_sample.c index 01336f1..65be4ab 100644 --- a/tcpclient_sample.c +++ b/tcpclient_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tcpclient_select_sample.c b/tcpclient_select_sample.c index 94e82d3..81d98fb 100644 --- a/tcpclient_select_sample.c +++ b/tcpclient_select_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tcpserver_sample.c b/tcpserver_sample.c index 87def71..e5bd2bf 100644 --- a/tcpserver_sample.c +++ b/tcpserver_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/udpclient_sample.c b/udpclient_sample.c index 2eb62c0..6b1041c 100644 --- a/udpclient_sample.c +++ b/udpclient_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/udpserver_sample.c b/udpserver_sample.c index d3ea654..36ef10a 100644 --- a/udpserver_sample.c +++ b/udpserver_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 *