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/python/test_lmk.py | |
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/python/test_lmk.py')
-rwxr-xr-x | mpm/python/test_lmk.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mpm/python/test_lmk.py b/mpm/python/test_lmk.py index 5534bf381..697b55935 100755 --- a/mpm/python/test_lmk.py +++ b/mpm/python/test_lmk.py @@ -1,4 +1,9 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 +# +# Copyright 2017 Ettus Research, National Instruments Company +# +# SPDX-License-Identifier: GPL-3.0 +# import libpyusrp_periphs as p |