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/tools/eeprom-blank.c | |
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/tools/eeprom-blank.c')
-rw-r--r-- | mpm/tools/eeprom-blank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/tools/eeprom-blank.c b/mpm/tools/eeprom-blank.c index d8314a382..13e671a22 100644 --- a/mpm/tools/eeprom-blank.c +++ b/mpm/tools/eeprom-blank.c @@ -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 // #include "eeprom.h" |