diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-02-19 15:30:32 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-19 16:54:52 -0800 |
commit | ae5211d71dcd0715ed83e1d4949d8425d64cb3d1 (patch) | |
tree | d78d7cd9138636a8e860af7fbe0f0ca538681cd5 /host/utils/b2xx_side_channel.py | |
parent | f15dbc0484adf95c245ac86fb9aa7ea37ccce71b (diff) | |
download | uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.tar.gz uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.tar.bz2 uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.zip |
uhd: Update license headers
All copyright is now attributed to "Ettus Research, a National
Instruments company".
SPDX headers were also updated to latest version 3.0.
Diffstat (limited to 'host/utils/b2xx_side_channel.py')
-rwxr-xr-x | host/utils/b2xx_side_channel.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/b2xx_side_channel.py b/host/utils/b2xx_side_channel.py index e6d876016..df4540a40 100755 --- a/host/utils/b2xx_side_channel.py +++ b/host/utils/b2xx_side_channel.py @@ -2,8 +2,9 @@ # -*- coding: utf-8 -*- # # Copyright 2013-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 # """ Tool to read log buffers from the FX3. Use to debug USB connection issues. |