diff options
Diffstat (limited to 'test/cmake/ptp/run.sh')
| -rwxr-xr-x | test/cmake/ptp/run.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cmake/ptp/run.sh b/test/cmake/ptp/run.sh index 234f43c8..5f06b26a 100755 --- a/test/cmake/ptp/run.sh +++ b/test/cmake/ptp/run.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 +############################################################################## + cd $(dirname $0) |
