diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-12-13 12:40:55 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:58 -0800 |
commit | 881509874737cabc0097d51566fc72a6ea1d521c (patch) | |
tree | 4edb286b09eb2f99309de7163504ad564b6ac106 /mpm/mpm_test_main.cpp | |
parent | d899f160d80feda4c8b59cfd809580fcfff0c080 (diff) | |
download | uhd-881509874737cabc0097d51566fc72a6ea1d521c.tar.gz uhd-881509874737cabc0097d51566fc72a6ea1d521c.tar.bz2 uhd-881509874737cabc0097d51566fc72a6ea1d521c.zip |
mpm: Harmonize all license header
Now uses SPDX headers everywhere.
Diffstat (limited to 'mpm/mpm_test_main.cpp')
-rw-r--r-- | mpm/mpm_test_main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpm/mpm_test_main.cpp b/mpm/mpm_test_main.cpp index 175f0f94c..be9eea601 100644 --- a/mpm/mpm_test_main.cpp +++ b/mpm/mpm_test_main.cpp @@ -1,3 +1,8 @@ +// +// Copyright 2017 Ettus Research, National Instruments Company +// +// SPDX-License-Identifier: GPL-3.0 +// #include "spi_lock.h" #include "ad937x_ctrl.hpp" #include <iostream> |