diff options
author | eb | 2006-09-13 21:30:04 +0000 |
---|---|---|
committer | eb | 2006-09-13 21:30:04 +0000 |
commit | 86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch) | |
tree | 40c88e125aee9d66b2f8a7451a43e3eaf07da578 /gnuradio-examples/python/gmsk2 | |
parent | 31750b16dc2676a323fb8bd4a933e166d81b547e (diff) | |
download | gnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.tar.gz gnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.tar.bz2 gnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.zip |
Updated FSF address in all files. Fixes ticket:51
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
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 6f1f0457b..9c5c88dc7 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 d1f70c546..f511e334c 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 2994003a0..36bced29b 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 ad6218b69..9bb70106f 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 7b37da7fe..2808f1d5c 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 14cea7b10..dcf8a10b6 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 213e90c61..7d2765df4 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 490dc6f73..a18f28b75 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 0d04e30c7..cdb15d72b 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 b35991caf..35074f1dc 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 6ca7f0e61..26d95ed71 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 505ff7c4d..c2eba7b76 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 3f5cc3b47..605b46360 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 a1df1579f..d360d1a5e 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 2f5746c44..faf16a634 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 9e274e5e0..b1f6b0ab8 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 |