diff options
| author | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
| commit | ff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch) | |
| tree | eea5e3221587620a673dc76722ea5345081d605f /common/src/nx_tcp_queue_process.c | |
| parent | dd1a89cf27d54b4151931441f522c91beefa4688 (diff) | |
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'common/src/nx_tcp_queue_process.c')
| -rw-r--r-- | common/src/nx_tcp_queue_process.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/common/src/nx_tcp_queue_process.c b/common/src/nx_tcp_queue_process.c index ecf69b09..ecb4cf08 100644 --- a/common/src/nx_tcp_queue_process.c +++ b/common/src/nx_tcp_queue_process.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 **************************************************************************/ @@ -59,14 +59,6 @@ /* */ /* _nx_ip_thread_entry IP helper thread processing */ /* */ -/* 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_tcp_queue_process(NX_IP *ip_ptr) { |
