aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/latency
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils/latency')
-rw-r--r--host/utils/latency/CMakeLists.txt1
-rwxr-xr-xhost/utils/latency/graph.py3
-rw-r--r--host/utils/latency/include/Responder.hpp3
-rw-r--r--host/utils/latency/lib/Responder.cpp3
-rwxr-xr-xhost/utils/latency/pci_hwdata.py3
-rw-r--r--host/utils/latency/responder.cpp3
-rwxr-xr-xhost/utils/latency/run_tests.py3
7 files changed, 13 insertions, 6 deletions
diff --git a/host/utils/latency/CMakeLists.txt b/host/utils/latency/CMakeLists.txt
index 8a30b4f89..4ccfd3eba 100644
--- a/host/utils/latency/CMakeLists.txt
+++ b/host/utils/latency/CMakeLists.txt
@@ -1,5 +1,6 @@
#
# Copyright 2010-2013 Ettus Research LLC
+# Copyright 2018 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#
diff --git a/host/utils/latency/graph.py b/host/utils/latency/graph.py
index 370e4d21f..a675bc7cd 100755
--- a/host/utils/latency/graph.py
+++ b/host/utils/latency/graph.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python
#
# Copyright 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
#
import sys, re
diff --git a/host/utils/latency/include/Responder.hpp b/host/utils/latency/include/Responder.hpp
index dd967bc99..0d690bcd6 100644
--- a/host/utils/latency/include/Responder.hpp
+++ b/host/utils/latency/include/Responder.hpp
@@ -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
//
#ifndef RESPONDER_H
diff --git a/host/utils/latency/lib/Responder.cpp b/host/utils/latency/lib/Responder.cpp
index 72f1a9147..1b0450a23 100644
--- a/host/utils/latency/lib/Responder.cpp
+++ b/host/utils/latency/lib/Responder.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 "Responder.hpp"
diff --git a/host/utils/latency/pci_hwdata.py b/host/utils/latency/pci_hwdata.py
index 3366e599f..a0f969caa 100755
--- a/host/utils/latency/pci_hwdata.py
+++ b/host/utils/latency/pci_hwdata.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python
#
# Copyright 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
#
# This script exists for convenience. Run it once to get your hardware info.
diff --git a/host/utils/latency/responder.cpp b/host/utils/latency/responder.cpp
index d655469ca..3a94b135f 100644
--- a/host/utils/latency/responder.cpp
+++ b/host/utils/latency/responder.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/program_options.hpp>
diff --git a/host/utils/latency/run_tests.py b/host/utils/latency/run_tests.py
index 7cfb9c2d1..e3056964d 100755
--- a/host/utils/latency/run_tests.py
+++ b/host/utils/latency/run_tests.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python
#
# Copyright 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
#
import subprocess, time