summaryrefslogtreecommitdiff
path: root/test/regression/usbx_cdc_ecm_basic_test.c
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-06 21:42:48 +0200
committerFrédéric Desbiens <[email protected]>2026-06-06 21:48:22 +0200
commitd0d46fd2418f3c1f9a29aeb8b3e3af53cb773dbf (patch)
treec3ce4d8ad3ff243269f9081cc61d6d89613476c0 /test/regression/usbx_cdc_ecm_basic_test.c
parent9b8fac9601d1d83e79a1c4e3f48ea4beefd2dea7 (diff)
Added copyright headers to files missing them
Applied the standard MIT license header to all project-owned C, header, assembly, shell, and Python files that were missing a copyright notice. Third-party, toolchain startup, and auto-generated files were excluded. Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'test/regression/usbx_cdc_ecm_basic_test.c')
-rw-r--r--test/regression/usbx_cdc_ecm_basic_test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/usbx_cdc_ecm_basic_test.c b/test/regression/usbx_cdc_ecm_basic_test.c
index 23030c8..2773aa2 100644
--- a/test/regression/usbx_cdc_ecm_basic_test.c
+++ b/test/regression/usbx_cdc_ecm_basic_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 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 */
+/***************************************************************************/
+
/* Include necessary system files. */
#include "usbx_ux_test_cdc_ecm.h"