diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-06 21:42:48 +0200 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-06-06 21:48:22 +0200 |
| commit | d0d46fd2418f3c1f9a29aeb8b3e3af53cb773dbf (patch) | |
| tree | c3ce4d8ad3ff243269f9081cc61d6d89613476c0 /test/regression/usbx_ux_device_stack_vendor_request_test.c | |
| parent | 9b8fac9601d1d83e79a1c4e3f48ea4beefd2dea7 (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_ux_device_stack_vendor_request_test.c')
| -rw-r--r-- | test/regression/usbx_ux_device_stack_vendor_request_test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/usbx_ux_device_stack_vendor_request_test.c b/test/regression/usbx_ux_device_stack_vendor_request_test.c index 01321e4..099714e 100644 --- a/test/regression/usbx_ux_device_stack_vendor_request_test.c +++ b/test/regression/usbx_ux_device_stack_vendor_request_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 */ +/***************************************************************************/ + /* This test is designed to test the simple dpump host/device class operation. */ #include <stdio.h> |
