diff options
Diffstat (limited to 'gnuradio-examples/python/gmsk2')
-rw-r--r-- | gnuradio-examples/python/gmsk2/Makefile.am | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/benchmark_gmsk_rx.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/benchmark_gmsk_tx.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/benchmark_mpsk_rx.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/benchmark_mpsk_tx.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/bpsk.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/dbpsk.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/dqpsk.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/fusb_options.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/pick_bitrate.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/qpsk.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/receive_path.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/rx_voice.py | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/transmit_path.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/tunnel.py | 4 | ||||
-rwxr-xr-x | gnuradio-examples/python/gmsk2/tx_voice.py | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/gnuradio-examples/python/gmsk2/Makefile.am b/gnuradio-examples/python/gmsk2/Makefile.am index 6f1f0457b8..9c5c88dc70 100644 --- a/gnuradio-examples/python/gmsk2/Makefile.am +++ b/gnuradio-examples/python/gmsk2/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/gmsk2/benchmark_gmsk_rx.py b/gnuradio-examples/python/gmsk2/benchmark_gmsk_rx.py index d1f70c5462..f511e334ce 100755 --- a/gnuradio-examples/python/gmsk2/benchmark_gmsk_rx.py +++ b/gnuradio-examples/python/gmsk2/benchmark_gmsk_rx.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, blks diff --git a/gnuradio-examples/python/gmsk2/benchmark_gmsk_tx.py b/gnuradio-examples/python/gmsk2/benchmark_gmsk_tx.py index 2994003a02..36bced29b1 100755 --- a/gnuradio-examples/python/gmsk2/benchmark_gmsk_tx.py +++ b/gnuradio-examples/python/gmsk2/benchmark_gmsk_tx.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, blks diff --git a/gnuradio-examples/python/gmsk2/benchmark_mpsk_rx.py b/gnuradio-examples/python/gmsk2/benchmark_mpsk_rx.py index ad6218b698..9bb70106f6 100755 --- a/gnuradio-examples/python/gmsk2/benchmark_mpsk_rx.py +++ b/gnuradio-examples/python/gmsk2/benchmark_mpsk_rx.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, blks diff --git a/gnuradio-examples/python/gmsk2/benchmark_mpsk_tx.py b/gnuradio-examples/python/gmsk2/benchmark_mpsk_tx.py index 7b37da7fef..2808f1d5c3 100755 --- a/gnuradio-examples/python/gmsk2/benchmark_mpsk_tx.py +++ b/gnuradio-examples/python/gmsk2/benchmark_mpsk_tx.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, blks diff --git a/gnuradio-examples/python/gmsk2/bpsk.py b/gnuradio-examples/python/gmsk2/bpsk.py index 14cea7b102..dcf8a10b6d 100644 --- a/gnuradio-examples/python/gmsk2/bpsk.py +++ b/gnuradio-examples/python/gmsk2/bpsk.py @@ -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. # # See gnuradio-examples/python/gmsk2 for examples diff --git a/gnuradio-examples/python/gmsk2/dbpsk.py b/gnuradio-examples/python/gmsk2/dbpsk.py index 213e90c611..7d2765df48 100644 --- a/gnuradio-examples/python/gmsk2/dbpsk.py +++ b/gnuradio-examples/python/gmsk2/dbpsk.py @@ -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. # # See gnuradio-examples/python/gmsk2 for examples diff --git a/gnuradio-examples/python/gmsk2/dqpsk.py b/gnuradio-examples/python/gmsk2/dqpsk.py index 490dc6f739..a18f28b751 100644 --- a/gnuradio-examples/python/gmsk2/dqpsk.py +++ b/gnuradio-examples/python/gmsk2/dqpsk.py @@ -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. # # See gnuradio-examples/python/gmsk2 for examples diff --git a/gnuradio-examples/python/gmsk2/fusb_options.py b/gnuradio-examples/python/gmsk2/fusb_options.py index 0d04e30c77..cdb15d72b3 100644 --- a/gnuradio-examples/python/gmsk2/fusb_options.py +++ b/gnuradio-examples/python/gmsk2/fusb_options.py @@ -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. # def add_options(parser): diff --git a/gnuradio-examples/python/gmsk2/pick_bitrate.py b/gnuradio-examples/python/gmsk2/pick_bitrate.py index b35991caf3..35074f1dcb 100644 --- a/gnuradio-examples/python/gmsk2/pick_bitrate.py +++ b/gnuradio-examples/python/gmsk2/pick_bitrate.py @@ -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. # _default_bitrate = 500e3 diff --git a/gnuradio-examples/python/gmsk2/qpsk.py b/gnuradio-examples/python/gmsk2/qpsk.py index 6ca7f0e61a..26d95ed715 100644 --- a/gnuradio-examples/python/gmsk2/qpsk.py +++ b/gnuradio-examples/python/gmsk2/qpsk.py @@ -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. # # See gnuradio-examples/python/gmsk2 for examples diff --git a/gnuradio-examples/python/gmsk2/receive_path.py b/gnuradio-examples/python/gmsk2/receive_path.py index 505ff7c4d3..c2eba7b764 100644 --- a/gnuradio-examples/python/gmsk2/receive_path.py +++ b/gnuradio-examples/python/gmsk2/receive_path.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, blks diff --git a/gnuradio-examples/python/gmsk2/rx_voice.py b/gnuradio-examples/python/gmsk2/rx_voice.py index 3f5cc3b476..605b463602 100755 --- a/gnuradio-examples/python/gmsk2/rx_voice.py +++ b/gnuradio-examples/python/gmsk2/rx_voice.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, blks diff --git a/gnuradio-examples/python/gmsk2/transmit_path.py b/gnuradio-examples/python/gmsk2/transmit_path.py index a1df1579fa..d360d1a5ef 100644 --- a/gnuradio-examples/python/gmsk2/transmit_path.py +++ b/gnuradio-examples/python/gmsk2/transmit_path.py @@ -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. # from gnuradio import gr, gru, blks diff --git a/gnuradio-examples/python/gmsk2/tunnel.py b/gnuradio-examples/python/gmsk2/tunnel.py index 2f5746c448..faf16a6349 100755 --- a/gnuradio-examples/python/gmsk2/tunnel.py +++ b/gnuradio-examples/python/gmsk2/tunnel.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/gmsk2/tx_voice.py b/gnuradio-examples/python/gmsk2/tx_voice.py index 9e274e5e09..b1f6b0ab84 100755 --- a/gnuradio-examples/python/gmsk2/tx_voice.py +++ b/gnuradio-examples/python/gmsk2/tx_voice.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, blks |