diff options
Diffstat (limited to 'host/tests/devtest/usrp_probe_test.py')
-rwxr-xr-x | host/tests/devtest/usrp_probe_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/tests/devtest/usrp_probe_test.py b/host/tests/devtest/usrp_probe_test.py index 53c3eac0f..762d65030 100755 --- a/host/tests/devtest/usrp_probe_test.py +++ b/host/tests/devtest/usrp_probe_test.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # # Copyright 2015 Ettus Research LLC +# Copyright 2018 Ettus Research, a National Instruments Company # -# SPDX-License-Identifier: GPL-3.0 +# SPDX-License-Identifier: GPL-3.0-or-later # """ Run the test for tx_burst """ |