diff options
Diffstat (limited to 'host/tests')
65 files changed, 128 insertions, 62 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index b22f5722c..437a697d0 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -1,5 +1,6 @@ # # Copyright 2010-2015 Ettus Research LLC +# Copyright 2018 Ettus Research, a National Instruments Company # # SPDX-License-Identifier: GPL-3.0 # diff --git a/host/tests/addr_test.cpp b/host/tests/addr_test.cpp index 2f082ac65..671715153 100644 --- a/host/tests/addr_test.cpp +++ b/host/tests/addr_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/block_id_test.cpp b/host/tests/block_id_test.cpp index ebb903ba2..51be3a2a2 100644 --- a/host/tests/block_id_test.cpp +++ b/host/tests/block_id_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <iostream> diff --git a/host/tests/blockdef_test.cpp b/host/tests/blockdef_test.cpp index 3fbdb7bee..dc0b40ea9 100644 --- a/host/tests/blockdef_test.cpp +++ b/host/tests/blockdef_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014-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 // #include <iostream> diff --git a/host/tests/buffer_test.cpp b/host/tests/buffer_test.cpp index 95670c5f9..b2659a86b 100644 --- a/host/tests/buffer_test.cpp +++ b/host/tests/buffer_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/byteswap_test.cpp b/host/tests/byteswap_test.cpp index b941686ad..c006de169 100644 --- a/host/tests/byteswap_test.cpp +++ b/host/tests/byteswap_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/cal_container_test.cpp b/host/tests/cal_container_test.cpp index 0d042fee7..559a674c1 100644 --- a/host/tests/cal_container_test.cpp +++ b/host/tests/cal_container_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2016 Ettus Research +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #include <uhd/cal/power_container.hpp> diff --git a/host/tests/cast_test.cpp b/host/tests/cast_test.cpp index d9c0b5a81..d1357459e 100644 --- a/host/tests/cast_test.cpp +++ b/host/tests/cast_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <iostream> diff --git a/host/tests/chdr_test.cpp b/host/tests/chdr_test.cpp index f91fe8ac9..11daca521 100644 --- a/host/tests/chdr_test.cpp +++ b/host/tests/chdr_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <uhd/transport/chdr.hpp> diff --git a/host/tests/config_parser_test.cpp b/host/tests/config_parser_test.cpp index e0ad3e919..ef1686a11 100644 --- a/host/tests/config_parser_test.cpp +++ b/host/tests/config_parser_test.cpp @@ -1,7 +1,7 @@ // // Copyright 2017 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later // #include <uhdlib/utils/config_parser.hpp> diff --git a/host/tests/constrained_device_args_test.cpp b/host/tests/constrained_device_args_test.cpp index c5f256e9e..318315739 100644 --- a/host/tests/constrained_device_args_test.cpp +++ b/host/tests/constrained_device_args_test.cpp @@ -1,7 +1,7 @@ // // Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later // #include <boost/test/unit_test.hpp> diff --git a/host/tests/convert_test.cpp b/host/tests/convert_test.cpp index 489db28fb..1253b80d7 100644 --- a/host/tests/convert_test.cpp +++ b/host/tests/convert_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2011-2012 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 // #include <uhd/convert.hpp> diff --git a/host/tests/device3_test.cpp b/host/tests/device3_test.cpp index 27ff006e0..a5639a346 100644 --- a/host/tests/device3_test.cpp +++ b/host/tests/device3_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <exception> diff --git a/host/tests/devtest/CMakeLists.txt b/host/tests/devtest/CMakeLists.txt index 25c20b7ca..14f8b1f01 100644 --- a/host/tests/devtest/CMakeLists.txt +++ b/host/tests/devtest/CMakeLists.txt @@ -1,5 +1,6 @@ # # Copyright 2015 Ettus Research LLC +# Copyright 2018 Ettus Research, a National Instruments Company # # SPDX-License-Identifier: GPL-3.0 # diff --git a/host/tests/devtest/benchmark_rate_test.py b/host/tests/devtest/benchmark_rate_test.py index 0908bee06..4fac05d97 100755 --- a/host/tests/devtest/benchmark_rate_test.py +++ b/host/tests/devtest/benchmark_rate_test.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # # Copyright 2015-2016 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 # """ Test using benchmark_rate. """ diff --git a/host/tests/devtest/bitbang_test.py b/host/tests/devtest/bitbang_test.py index c1770707d..8f6ea7598 100755 --- a/host/tests/devtest/bitbang_test.py +++ b/host/tests/devtest/bitbang_test.py @@ -1,7 +1,8 @@ # # 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 # """ Test for gpio --bitbang. """ diff --git a/host/tests/devtest/devtest_b2xx.py b/host/tests/devtest/devtest_b2xx.py index fc8b544e5..ace963cc6 100755 --- a/host/tests/devtest/devtest_b2xx.py +++ b/host/tests/devtest/devtest_b2xx.py @@ -1,7 +1,8 @@ # # Copyright 2015-2016 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 device tests for the B2xx series. diff --git a/host/tests/devtest/devtest_e3xx.py b/host/tests/devtest/devtest_e3xx.py index 821b36bac..501a7c833 100755 --- a/host/tests/devtest/devtest_e3xx.py +++ b/host/tests/devtest/devtest_e3xx.py @@ -1,7 +1,8 @@ # # 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 device tests for the E3XX series. diff --git a/host/tests/devtest/devtest_x3x0.py b/host/tests/devtest/devtest_x3x0.py index bfc70173b..fd1c2ebff 100755 --- a/host/tests/devtest/devtest_x3x0.py +++ b/host/tests/devtest/devtest_x3x0.py @@ -1,7 +1,8 @@ # # 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 device tests for the X3x0 series. diff --git a/host/tests/devtest/gpio_test.py b/host/tests/devtest/gpio_test.py index 5920004fc..0112883e6 100755 --- a/host/tests/devtest/gpio_test.py +++ b/host/tests/devtest/gpio_test.py @@ -1,7 +1,8 @@ # # 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 # """ Test for gpio. """ diff --git a/host/tests/devtest/run_testsuite.py b/host/tests/devtest/run_testsuite.py index 5648357d9..5e90acdcb 100755 --- a/host/tests/devtest/run_testsuite.py +++ b/host/tests/devtest/run_testsuite.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # # Copyright 2015-2016 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 # """ Device test runner. diff --git a/host/tests/devtest/rx_samples_to_file_test.py b/host/tests/devtest/rx_samples_to_file_test.py index e11213cd8..fe03dc9f8 100755 --- a/host/tests/devtest/rx_samples_to_file_test.py +++ b/host/tests/devtest/rx_samples_to_file_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 # """ Test the rx_samples_to_file example. """ diff --git a/host/tests/devtest/test_messages_test.py b/host/tests/devtest/test_messages_test.py index 1c169b871..55d70db9c 100644 --- a/host/tests/devtest/test_messages_test.py +++ b/host/tests/devtest/test_messages_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 # """ Test the test_messages example. """ diff --git a/host/tests/devtest/test_pps_test.py b/host/tests/devtest/test_pps_test.py index 31cda255f..39c47d1c7 100755 --- a/host/tests/devtest/test_pps_test.py +++ b/host/tests/devtest/test_pps_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 # """ Test for test_pps_input. """ diff --git a/host/tests/devtest/tx_bursts_test.py b/host/tests/devtest/tx_bursts_test.py index f0178b33a..24537a00b 100755 --- a/host/tests/devtest/tx_bursts_test.py +++ b/host/tests/devtest/tx_bursts_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 """ diff --git a/host/tests/devtest/uhd_test_base.py b/host/tests/devtest/uhd_test_base.py index f596da89a..ca9b36181 100755 --- a/host/tests/devtest/uhd_test_base.py +++ b/host/tests/devtest/uhd_test_base.py @@ -1,4 +1,10 @@ #!/usr/bin/env python +# +# Copyright 2015-2016 Ettus Research LLC +# Copyright 2018 Ettus Research, a National Instruments Company +# +# SPDX-License-Identifier: GPL-3.0-or-later +# import os import sys diff --git a/host/tests/devtest/usrp_probe.py b/host/tests/devtest/usrp_probe.py index 8782b54ab..76e531906 100644 --- a/host/tests/devtest/usrp_probe.py +++ b/host/tests/devtest/usrp_probe.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # # Copyright 2015-2016 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 uhd_find_devices and parse the output. """ 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 """ diff --git a/host/tests/dict_test.cpp b/host/tests/dict_test.cpp index 1d8067096..6b0285b8a 100644 --- a/host/tests/dict_test.cpp +++ b/host/tests/dict_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/eeprom_c_test.c b/host/tests/eeprom_c_test.c index a1003f152..594261913 100644 --- a/host/tests/eeprom_c_test.c +++ b/host/tests/eeprom_c_test.c @@ -1,7 +1,8 @@ // // 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 // #include <uhd.h> diff --git a/host/tests/error_c_test.cpp b/host/tests/error_c_test.cpp index 1dbc92912..a60abe289 100644 --- a/host/tests/error_c_test.cpp +++ b/host/tests/error_c_test.cpp @@ -1,7 +1,8 @@ // // 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 // #include <uhd/error.h> diff --git a/host/tests/error_test.cpp b/host/tests/error_test.cpp index 0534210dd..b749ca6f4 100644 --- a/host/tests/error_test.cpp +++ b/host/tests/error_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/expert_test.cpp b/host/tests/expert_test.cpp index 7c1c4f8af..5b1c1ff92 100644 --- a/host/tests/expert_test.cpp +++ b/host/tests/expert_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/fe_conn_test.cpp b/host/tests/fe_conn_test.cpp index 5be3808ef..34ebb7b33 100644 --- a/host/tests/fe_conn_test.cpp +++ b/host/tests/fe_conn_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2016 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 // #include <uhd/usrp/fe_connection.hpp> diff --git a/host/tests/fp_compare_delta_test.cpp b/host/tests/fp_compare_delta_test.cpp index 41cc9ec49..5023d660a 100644 --- a/host/tests/fp_compare_delta_test.cpp +++ b/host/tests/fp_compare_delta_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <uhd/utils/math.hpp> diff --git a/host/tests/fp_compare_epsilon_test.cpp b/host/tests/fp_compare_epsilon_test.cpp index 5e7b6670c..5e5971586 100644 --- a/host/tests/fp_compare_epsilon_test.cpp +++ b/host/tests/fp_compare_epsilon_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <uhd/utils/math.hpp> diff --git a/host/tests/gain_group_test.cpp b/host/tests/gain_group_test.cpp index bba5f121b..b8c15b479 100644 --- a/host/tests/gain_group_test.cpp +++ b/host/tests/gain_group_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/graph.hpp b/host/tests/graph.hpp index 474792c9c..5bd5bffaa 100644 --- a/host/tests/graph.hpp +++ b/host/tests/graph.hpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #ifndef INCLUDED_TEST_GRAPH_HPP diff --git a/host/tests/graph_search_test.cpp b/host/tests/graph_search_test.cpp index b79f60ef2..8d35b3b1a 100644 --- a/host/tests/graph_search_test.cpp +++ b/host/tests/graph_search_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014-2016 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 // #include "graph.hpp" diff --git a/host/tests/log_test.cpp b/host/tests/log_test.cpp index 97fffadcb..5e3ce0199 100644 --- a/host/tests/log_test.cpp +++ b/host/tests/log_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/math_test.cpp b/host/tests/math_test.cpp index 3d7d94ac0..131016091 100644 --- a/host/tests/math_test.cpp +++ b/host/tests/math_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/module_test.cpp b/host/tests/module_test.cpp index 220cfc569..8914c56a1 100644 --- a/host/tests/module_test.cpp +++ b/host/tests/module_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <uhd/utils/static.hpp> diff --git a/host/tests/narrow_cast_test.cpp b/host/tests/narrow_cast_test.cpp index 2f784bfe3..c108c310e 100644 --- a/host/tests/narrow_cast_test.cpp +++ b/host/tests/narrow_cast_test.cpp @@ -1,7 +1,7 @@ // // Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #include <uhd/exception.hpp> diff --git a/host/tests/nocscript_common.hpp b/host/tests/nocscript_common.hpp index fb03263c7..4176fec6f 100644 --- a/host/tests/nocscript_common.hpp +++ b/host/tests/nocscript_common.hpp @@ -1,7 +1,8 @@ // // 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 // #include "../lib/rfnoc/nocscript/expression.hpp" diff --git a/host/tests/nocscript_expr_test.cpp b/host/tests/nocscript_expr_test.cpp index 8f5efa6b4..68990ba56 100644 --- a/host/tests/nocscript_expr_test.cpp +++ b/host/tests/nocscript_expr_test.cpp @@ -1,7 +1,8 @@ // // 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 // #include "../lib/rfnoc/nocscript/function_table.hpp" diff --git a/host/tests/nocscript_ftable_test.cpp b/host/tests/nocscript_ftable_test.cpp index 7a578f371..48303305c 100644 --- a/host/tests/nocscript_ftable_test.cpp +++ b/host/tests/nocscript_ftable_test.cpp @@ -1,7 +1,8 @@ // // 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 // #include "../lib/rfnoc/nocscript/function_table.hpp" diff --git a/host/tests/nocscript_parser_test.cpp b/host/tests/nocscript_parser_test.cpp index 43976d55b..caa2ae6e0 100644 --- a/host/tests/nocscript_parser_test.cpp +++ b/host/tests/nocscript_parser_test.cpp @@ -1,7 +1,8 @@ // // 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 // #include "../lib/rfnoc/nocscript/function_table.hpp" diff --git a/host/tests/node_connect_test.cpp b/host/tests/node_connect_test.cpp index ce6e14af5..dd3d8d08a 100644 --- a/host/tests/node_connect_test.cpp +++ b/host/tests/node_connect_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include "graph.hpp" diff --git a/host/tests/property_test.cpp b/host/tests/property_test.cpp index 288e6e28f..3daeed510 100644 --- a/host/tests/property_test.cpp +++ b/host/tests/property_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/ranges_c_test.c b/host/tests/ranges_c_test.c index defaf28c3..99e94b23e 100644 --- a/host/tests/ranges_c_test.c +++ b/host/tests/ranges_c_test.c @@ -1,7 +1,8 @@ // // Copyright 2015-2016 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 // #include <uhd.h> diff --git a/host/tests/ranges_test.cpp b/host/tests/ranges_test.cpp index 7c4dc3bdc..4f5b9e543 100644 --- a/host/tests/ranges_test.cpp +++ b/host/tests/ranges_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/rate_node_test.cpp b/host/tests/rate_node_test.cpp index 52d9d035f..f7e1bf30b 100644 --- a/host/tests/rate_node_test.cpp +++ b/host/tests/rate_node_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include "graph.hpp" diff --git a/host/tests/sensors_c_test.c b/host/tests/sensors_c_test.c index 985add9e7..adab9aef9 100644 --- a/host/tests/sensors_c_test.c +++ b/host/tests/sensors_c_test.c @@ -1,7 +1,8 @@ // // 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 // #include <uhd.h> diff --git a/host/tests/sensors_test.cpp b/host/tests/sensors_test.cpp index 083a376f6..e15269e2d 100644 --- a/host/tests/sensors_test.cpp +++ b/host/tests/sensors_test.cpp @@ -1,7 +1,7 @@ // // Copyright 2017 Ettus Research (National Instruments Corp.) // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #include <boost/test/unit_test.hpp> diff --git a/host/tests/sid_t_test.cpp b/host/tests/sid_t_test.cpp index 3fdabd2bb..1e643e059 100644 --- a/host/tests/sid_t_test.cpp +++ b/host/tests/sid_t_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include <iostream> diff --git a/host/tests/sph_recv_test.cpp b/host/tests/sph_recv_test.cpp index 4f1b0544e..e21e6ab07 100644 --- a/host/tests/sph_recv_test.cpp +++ b/host/tests/sph_recv_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2011-2012,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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/sph_send_test.cpp b/host/tests/sph_send_test.cpp index bb011724d..99f23a374 100644 --- a/host/tests/sph_send_test.cpp +++ b/host/tests/sph_send_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2011-2012,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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/stream_sig_test.cpp b/host/tests/stream_sig_test.cpp index 99e2323bd..88344faf5 100644 --- a/host/tests/stream_sig_test.cpp +++ b/host/tests/stream_sig_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014-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 // #include <iostream> diff --git a/host/tests/string_vector_c_test.c b/host/tests/string_vector_c_test.c index 265cf8898..9a394ede6 100644 --- a/host/tests/string_vector_c_test.c +++ b/host/tests/string_vector_c_test.c @@ -1,7 +1,8 @@ // // Copyright 2015-2016 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 // #include <uhd.h> diff --git a/host/tests/subdev_spec_c_test.c b/host/tests/subdev_spec_c_test.c index b71421763..bf7c17996 100644 --- a/host/tests/subdev_spec_c_test.c +++ b/host/tests/subdev_spec_c_test.c @@ -1,7 +1,8 @@ // // Copyright 2015-2016 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 // #include <uhd.h> diff --git a/host/tests/subdev_spec_test.cpp b/host/tests/subdev_spec_test.cpp index 00e071bcb..b87981392 100644 --- a/host/tests/subdev_spec_test.cpp +++ b/host/tests/subdev_spec_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/tasks_test.cpp b/host/tests/tasks_test.cpp index ca438a65e..f3bb07653 100644 --- a/host/tests/tasks_test.cpp +++ b/host/tests/tasks_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2011 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/tick_node_test.cpp b/host/tests/tick_node_test.cpp index 40d93e480..173481fb1 100644 --- a/host/tests/tick_node_test.cpp +++ b/host/tests/tick_node_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2014 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 // #include "graph.hpp" diff --git a/host/tests/time_spec_test.cpp b/host/tests/time_spec_test.cpp index 9a8c16603..445846ba8 100644 --- a/host/tests/time_spec_test.cpp +++ b/host/tests/time_spec_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2012 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 // #include <boost/test/unit_test.hpp> diff --git a/host/tests/vrt_test.cpp b/host/tests/vrt_test.cpp index d46589765..1b4df8fc7 100644 --- a/host/tests/vrt_test.cpp +++ b/host/tests/vrt_test.cpp @@ -1,7 +1,8 @@ // // Copyright 2010-2013 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 // #include <boost/test/unit_test.hpp> |