diff options
Diffstat (limited to 'scripts/copy_armv7_m.sh')
| -rwxr-xr-x | scripts/copy_armv7_m.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/copy_armv7_m.sh b/scripts/copy_armv7_m.sh index 825979a2..e04ec2a7 100755 --- a/scripts/copy_armv7_m.sh +++ b/scripts/copy_armv7_m.sh @@ -1,4 +1,15 @@ #!/bin/bash +############################################################################## +# 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 +############################################################################## + # There is only one tx_port.h file that covers three architectures: M3/M4/M7 and four tools: ac5/ac6/gnu/iar. # This file is in threadx/ports/armv7-m/inc. We are going to ignore GHS for now, but I’d like to get GHS unified as well. |
