Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 1 | -1/+1 |
| | | | | | | | This changes two things in all applicable files: - Remove imports from __future__ - Change default shebangs from /usr/bin/env python to /usr/bin/env python3 | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | usrp2: restore executable permission on python scripts | Josh Blum | 2011-04-06 | 1 | -0/+0 |
| | |||||
* | usrp2: ran 2to3 on python apps and make corrections for old imports to work | Josh Blum | 2011-04-05 | 1 | -40/+47 |
| | |||||
* | usrp2: work on card burner to pad the image file before a write | Josh Blum | 2010-08-10 | 1 | -2/+2 |
| | |||||
* | split the card burner into two python apps, one command line app with ↵ | Josh Blum | 2010-05-20 | 1 | -0/+169 |
implementation, and the other a gui only app, updated docs as well |