aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-02-19 16:53:15 -0800
committerMartin Braun <martin.braun@ettus.com>2018-02-19 16:55:08 -0800
commite9288a439cb4c8d1a7a413d6e4c654fc5edfdad5 (patch)
treec68046dc96a0237f42d83b72050730d4aa552712 /mpm/tools
parentae5211d71dcd0715ed83e1d4949d8425d64cb3d1 (diff)
downloaduhd-e9288a439cb4c8d1a7a413d6e4c654fc5edfdad5.tar.gz
uhd-e9288a439cb4c8d1a7a413d6e4c654fc5edfdad5.tar.bz2
uhd-e9288a439cb4c8d1a7a413d6e4c654fc5edfdad5.zip
mpm: Update all license headers
- Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
Diffstat (limited to 'mpm/tools')
-rw-r--r--mpm/tools/db-dump.c2
-rw-r--r--mpm/tools/db-id.c2
-rw-r--r--mpm/tools/db-init.c2
-rw-r--r--mpm/tools/eeprom-blank.c2
-rw-r--r--mpm/tools/eeprom-dump.c2
-rw-r--r--mpm/tools/eeprom-id.c2
-rw-r--r--mpm/tools/eeprom-init.c2
-rw-r--r--mpm/tools/eeprom-set-flags.c2
-rw-r--r--mpm/tools/eeprom.c2
-rw-r--r--mpm/tools/eeprom.h2
-rw-r--r--mpm/tools/fan-limits.c2
-rwxr-xr-xmpm/tools/mpm_debug.py4
-rwxr-xr-xmpm/tools/mpm_shell.py4
13 files changed, 15 insertions, 15 deletions
diff --git a/mpm/tools/db-dump.c b/mpm/tools/db-dump.c
index f4190a2aa..f86eec845 100644
--- a/mpm/tools/db-dump.c
+++ b/mpm/tools/db-dump.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/db-id.c b/mpm/tools/db-id.c
index 140f50914..dc08ac736 100644
--- a/mpm/tools/db-id.c
+++ b/mpm/tools/db-id.c
@@ -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 <stdio.h>
diff --git a/mpm/tools/db-init.c b/mpm/tools/db-init.c
index c0e7ba464..fdf8dcd87 100644
--- a/mpm/tools/db-init.c
+++ b/mpm/tools/db-init.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/eeprom-blank.c b/mpm/tools/eeprom-blank.c
index d8314a382..13e671a22 100644
--- a/mpm/tools/eeprom-blank.c
+++ b/mpm/tools/eeprom-blank.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/eeprom-dump.c b/mpm/tools/eeprom-dump.c
index 08c2c4208..875523c20 100644
--- a/mpm/tools/eeprom-dump.c
+++ b/mpm/tools/eeprom-dump.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/eeprom-id.c b/mpm/tools/eeprom-id.c
index f19a17ca1..0b2c78f26 100644
--- a/mpm/tools/eeprom-id.c
+++ b/mpm/tools/eeprom-id.c
@@ -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 <stdio.h>
diff --git a/mpm/tools/eeprom-init.c b/mpm/tools/eeprom-init.c
index a7eeeab70..a19d8a771 100644
--- a/mpm/tools/eeprom-init.c
+++ b/mpm/tools/eeprom-init.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/eeprom-set-flags.c b/mpm/tools/eeprom-set-flags.c
index 00a96677e..3380b3c3e 100644
--- a/mpm/tools/eeprom-set-flags.c
+++ b/mpm/tools/eeprom-set-flags.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/eeprom.c b/mpm/tools/eeprom.c
index e111226cc..ce4c76277 100644
--- a/mpm/tools/eeprom.c
+++ b/mpm/tools/eeprom.c
@@ -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 <stdio.h>
diff --git a/mpm/tools/eeprom.h b/mpm/tools/eeprom.h
index 9b8ef15fb..fc5b47426 100644
--- a/mpm/tools/eeprom.h
+++ b/mpm/tools/eeprom.h
@@ -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
//
#ifndef EEPROM_H
diff --git a/mpm/tools/fan-limits.c b/mpm/tools/fan-limits.c
index 4000d5832..3328c2175 100644
--- a/mpm/tools/fan-limits.c
+++ b/mpm/tools/fan-limits.c
@@ -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 "eeprom.h"
diff --git a/mpm/tools/mpm_debug.py b/mpm/tools/mpm_debug.py
index 0d9139fbd..3b4e8d562 100755
--- a/mpm/tools/mpm_debug.py
+++ b/mpm/tools/mpm_debug.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
#
-# Copyright 2017 Ettus Research, National Instruments Company
+# Copyright 2017 Ettus Research, a National Instruments Company
#
-# SPDX-License-Identifier: GPL-3.0
+# SPDX-License-Identifier: GPL-3.0-or-later
#
import socket
from mprpc import RPCClient
diff --git a/mpm/tools/mpm_shell.py b/mpm/tools/mpm_shell.py
index d17fb5c61..e480a4857 100755
--- a/mpm/tools/mpm_shell.py
+++ b/mpm/tools/mpm_shell.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
#
-# Copyright 2017 Ettus Research, National Instruments Company
+# Copyright 2017 Ettus Research, a National Instruments Company
#
-# SPDX-License-Identifier: GPL-3.0
+# SPDX-License-Identifier: GPL-3.0-or-later
#
"""
RPC shell to debug USRP MPM capable devices