diff options
Diffstat (limited to 'test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.sh')
| -rwxr-xr-x | test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.sh b/test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.sh index b7711aaf..495d211f 100755 --- a/test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.sh +++ b/test/regression/interoperability_test/mqtt_test/test_scripts/certificate_server.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 +############################################################################## + function kill_mqtt_server(){ kill $mqtt_server_pid |
