diff options
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. |