diff options
Diffstat (limited to 'gnuradio-examples/python/usrp')
-rw-r--r-- | gnuradio-examples/python/usrp/Makefile.am | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/ayfabtu.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/benchmark_usb.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/flexrf_debug.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/max_power.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/test_counting.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/test_digital_loopback_counting.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/test_digital_loopback_lfsr.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/tvrx_am_rcv_gui.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/usrp_fft.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/usrp_fft_old.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/usrp_nbfm_ptt.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/usrp/usrp_oscope.py | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/gnuradio-examples/python/usrp/Makefile.am b/gnuradio-examples/python/usrp/Makefile.am index f2f28bb248..5a8a346a18 100644 --- a/gnuradio-examples/python/usrp/Makefile.am +++ b/gnuradio-examples/python/usrp/Makefile.am @@ -15,8 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # EXTRA_DIST = \ diff --git a/gnuradio-examples/python/usrp/ayfabtu.py b/gnuradio-examples/python/usrp/ayfabtu.py index 7647e93b8a..476ff5f61a 100755 --- a/gnuradio-examples/python/usrp/ayfabtu.py +++ b/gnuradio-examples/python/usrp/ayfabtu.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # # diff --git a/gnuradio-examples/python/usrp/benchmark_usb.py b/gnuradio-examples/python/usrp/benchmark_usb.py index 8418f50625..4b768020b8 100755 --- a/gnuradio-examples/python/usrp/benchmark_usb.py +++ b/gnuradio-examples/python/usrp/benchmark_usb.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # """ diff --git a/gnuradio-examples/python/usrp/flexrf_debug.py b/gnuradio-examples/python/usrp/flexrf_debug.py index 70c6309602..1c7e857ab3 100755 --- a/gnuradio-examples/python/usrp/flexrf_debug.py +++ b/gnuradio-examples/python/usrp/flexrf_debug.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # from gnuradio import gr, gru diff --git a/gnuradio-examples/python/usrp/max_power.py b/gnuradio-examples/python/usrp/max_power.py index b4ad86b092..b67182a15a 100755 --- a/gnuradio-examples/python/usrp/max_power.py +++ b/gnuradio-examples/python/usrp/max_power.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # """ diff --git a/gnuradio-examples/python/usrp/test_counting.py b/gnuradio-examples/python/usrp/test_counting.py index ed9328a33a..23a2c4d8a0 100755 --- a/gnuradio-examples/python/usrp/test_counting.py +++ b/gnuradio-examples/python/usrp/test_counting.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # """ diff --git a/gnuradio-examples/python/usrp/test_digital_loopback_counting.py b/gnuradio-examples/python/usrp/test_digital_loopback_counting.py index e985e4b4e2..2b96bcf14c 100755 --- a/gnuradio-examples/python/usrp/test_digital_loopback_counting.py +++ b/gnuradio-examples/python/usrp/test_digital_loopback_counting.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # """ diff --git a/gnuradio-examples/python/usrp/test_digital_loopback_lfsr.py b/gnuradio-examples/python/usrp/test_digital_loopback_lfsr.py index ae78c71439..fa086d1223 100755 --- a/gnuradio-examples/python/usrp/test_digital_loopback_lfsr.py +++ b/gnuradio-examples/python/usrp/test_digital_loopback_lfsr.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # """ diff --git a/gnuradio-examples/python/usrp/tvrx_am_rcv_gui.py b/gnuradio-examples/python/usrp/tvrx_am_rcv_gui.py index e4ad36931e..27f1cbd661 100755 --- a/gnuradio-examples/python/usrp/tvrx_am_rcv_gui.py +++ b/gnuradio-examples/python/usrp/tvrx_am_rcv_gui.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # # # Demodulate an AM signal from the TVRX or a recorded file. diff --git a/gnuradio-examples/python/usrp/usrp_fft.py b/gnuradio-examples/python/usrp/usrp_fft.py index f760e39aaf..6e185f46f4 100755 --- a/gnuradio-examples/python/usrp/usrp_fft.py +++ b/gnuradio-examples/python/usrp/usrp_fft.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # from gnuradio import gr, gru diff --git a/gnuradio-examples/python/usrp/usrp_fft_old.py b/gnuradio-examples/python/usrp/usrp_fft_old.py index c0776ea5cc..bb1981778e 100755 --- a/gnuradio-examples/python/usrp/usrp_fft_old.py +++ b/gnuradio-examples/python/usrp/usrp_fft_old.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # from gnuradio import gr, gru diff --git a/gnuradio-examples/python/usrp/usrp_nbfm_ptt.py b/gnuradio-examples/python/usrp/usrp_nbfm_ptt.py index 3e930bbb51..9415cfab93 100755 --- a/gnuradio-examples/python/usrp/usrp_nbfm_ptt.py +++ b/gnuradio-examples/python/usrp/usrp_nbfm_ptt.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # import math diff --git a/gnuradio-examples/python/usrp/usrp_oscope.py b/gnuradio-examples/python/usrp/usrp_oscope.py index f4469f9963..6efe9c0e1c 100755 --- a/gnuradio-examples/python/usrp/usrp_oscope.py +++ b/gnuradio-examples/python/usrp/usrp_oscope.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # # print "Loading revised usrp_oscope with additional options for scopesink..." |