diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-02-19 16:53:15 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-19 16:55:08 -0800 |
commit | e9288a439cb4c8d1a7a413d6e4c654fc5edfdad5 (patch) | |
tree | c68046dc96a0237f42d83b72050730d4aa552712 /mpm/python/usrp_mpm/bfrfs.py | |
parent | ae5211d71dcd0715ed83e1d4949d8425d64cb3d1 (diff) | |
download | uhd-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/python/usrp_mpm/bfrfs.py')
-rw-r--r-- | mpm/python/usrp_mpm/bfrfs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/bfrfs.py b/mpm/python/usrp_mpm/bfrfs.py index 52126f4ed..84cbad26c 100644 --- a/mpm/python/usrp_mpm/bfrfs.py +++ b/mpm/python/usrp_mpm/bfrfs.py @@ -1,7 +1,7 @@ # -# 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 # """ BufferFS. Serialization mini-library meant for use with EEPROMs. |