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/socket_test.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/socket_test.py')
-rwxr-xr-x | mpm/python/socket_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpm/python/socket_test.py b/mpm/python/socket_test.py index dcca72637..1f87664bf 100755 --- a/mpm/python/socket_test.py +++ b/mpm/python/socket_test.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # -# 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 # import socket |