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/lib/deps | |
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/lib/deps')
-rw-r--r-- | host/lib/deps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/deps/CMakeLists.txt b/host/lib/deps/CMakeLists.txt index e533152df..e3dc76ee4 100644 --- a/host/lib/deps/CMakeLists.txt +++ b/host/lib/deps/CMakeLists.txt @@ -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 # if(ENABLE_MPMD) |