summaryrefslogtreecommitdiff
path: root/common/src/nxe_packet_data_append.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/nxe_packet_data_append.c
parentdd1a89cf27d54b4151931441f522c91beefa4688 (diff)
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'common/src/nxe_packet_data_append.c')
-rw-r--r--common/src/nxe_packet_data_append.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/common/src/nxe_packet_data_append.c b/common/src/nxe_packet_data_append.c
index 76da3a88..ed75d03c 100644
--- a/common/src/nxe_packet_data_append.c
+++ b/common/src/nxe_packet_data_append.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
**************************************************************************/
@@ -69,14 +69,6 @@ NX_CALLER_CHECKING_EXTERNS
/* */
/* Application Code */
/* */
-/* 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 */
-/* */
/**************************************************************************/
UINT _nxe_packet_data_append(NX_PACKET *packet_ptr, VOID *data_start, ULONG data_size,
NX_PACKET_POOL *pool_ptr, ULONG wait_option)