diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-03-07 13:45:22 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-03-08 00:43:07 +0100 |
commit | 431deb855b2eb5ce1c66370c73c8dabe38629f25 (patch) | |
tree | f4997250ecd2a202b32b081863f1bacb8895a9d4 /host/examples | |
parent | f258d72e2558e471c6345b286cf12dfd0d7a206a (diff) | |
download | uhd-431deb855b2eb5ce1c66370c73c8dabe38629f25.tar.gz uhd-431deb855b2eb5ce1c66370c73c8dabe38629f25.tar.bz2 uhd-431deb855b2eb5ce1c66370c73c8dabe38629f25.zip |
uhd: mpm: update all license header w/ "-or-later"
Updating all SPDX license identifiers to include "-or-later"
Diffstat (limited to 'host/examples')
-rw-r--r-- | host/examples/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/examples/getopt/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/examples/init_usrp/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 3d4e064bd..5894bb0a2 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright 2010-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 # ######################################################################## diff --git a/host/examples/getopt/CMakeLists.txt b/host/examples/getopt/CMakeLists.txt index 4fe8ab43d..386075ae6 100644 --- a/host/examples/getopt/CMakeLists.txt +++ b/host/examples/getopt/CMakeLists.txt @@ -2,7 +2,7 @@ # 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 # ######################################################################## diff --git a/host/examples/init_usrp/CMakeLists.txt b/host/examples/init_usrp/CMakeLists.txt index 9cc835442..3260ce542 100644 --- a/host/examples/init_usrp/CMakeLists.txt +++ b/host/examples/init_usrp/CMakeLists.txt @@ -2,7 +2,7 @@ # 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 # cmake_minimum_required(VERSION 2.8) |