summaryrefslogtreecommitdiff
path: root/common/src/nx_icmpv4_process_echo_request.c
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
committerFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
commitff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch)
treeeea5e3221587620a673dc76722ea5345081d605f /common/src/nx_icmpv4_process_echo_request.c
parentdd1a89cf27d54b4151931441f522c91beefa4688 (diff)
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'common/src/nx_icmpv4_process_echo_request.c')
-rw-r--r--common/src/nx_icmpv4_process_echo_request.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/common/src/nx_icmpv4_process_echo_request.c b/common/src/nx_icmpv4_process_echo_request.c
index b145d844..6109794a 100644
--- a/common/src/nx_icmpv4_process_echo_request.c
+++ b/common/src/nx_icmpv4_process_echo_request.c
@@ -1,11 +1,11 @@
/***************************************************************************
- * Copyright (c) 2024 Microsoft Corporation
+ * Copyright (c) 2024 Microsoft Corporation
* Copyright (c) 2025-present Eclipse ThreadX Contributors
- *
+ *
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
- *
+ *
* SPDX-License-Identifier: MIT
**************************************************************************/
@@ -71,14 +71,6 @@
/* */
/* _nx_icmpv4_packet_process Main ICMP packet pocess */
/* */
-/* RELEASE HISTORY */
-/* */
-/* DATE NAME DESCRIPTION */
-/* */
-/* 05-19-2020 Yuxin Zhou Initial Version 6.0 */
-/* 09-30-2020 Yuxin Zhou Modified comment(s), */
-/* resulting in version 6.1 */
-/* */
/**************************************************************************/
VOID _nx_icmpv4_process_echo_request(NX_IP *ip_ptr, NX_PACKET *packet_ptr)
{