aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-13 21:30:04 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-13 21:30:04 +0000
commit6f725de982a80f1a024072ef1e4f31cf2ff5b01d (patch)
treed2c8da9c6d8cc13434f5d7900ac5072cb558e463
parent4f523681b7e786694969bcb7bfddb68b976c8ab7 (diff)
downloaduhd-6f725de982a80f1a024072ef1e4f31cf2ff5b01d.tar.gz
uhd-6f725de982a80f1a024072ef1e4f31cf2ff5b01d.tar.bz2
uhd-6f725de982a80f1a024072ef1e4f31cf2ff5b01d.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
-rw-r--r--Makefile.am4
-rwxr-xr-xgen_makefile_extra.py4
-rw-r--r--models/pll.v2
-rw-r--r--rbf/Makefile.am4
-rwxr-xr-xsdr_lib/bus_interface.v2
-rwxr-xr-xsdr_lib/cic_decim.v2
-rw-r--r--sdr_lib/cic_int_shifter.v2
-rwxr-xr-xsdr_lib/cic_interp.v2
-rwxr-xr-xsdr_lib/clk_divider.v2
-rwxr-xr-xsdr_lib/cordic.v2
-rwxr-xr-xsdr_lib/cordic_stage.v2
-rwxr-xr-xsdr_lib/ddc.v2
-rw-r--r--sdr_lib/dpram.v2
-rwxr-xr-xsdr_lib/duc.v2
-rw-r--r--sdr_lib/ext_fifo.v2
-rw-r--r--sdr_lib/gen_sync.v2
-rw-r--r--sdr_lib/hb/halfband_decim.v2
-rw-r--r--sdr_lib/io_pins.v2
-rw-r--r--sdr_lib/master_control.v2
-rw-r--r--sdr_lib/master_control_multi.v2
-rwxr-xr-xsdr_lib/phase_acc.v2
-rw-r--r--sdr_lib/rx_buffer.v2
-rw-r--r--sdr_lib/rx_chain.v2
-rw-r--r--sdr_lib/rx_chain_dual.v2
-rw-r--r--sdr_lib/serial_io.v2
-rw-r--r--sdr_lib/sign_extend.v2
-rw-r--r--sdr_lib/strobe_gen.v2
-rw-r--r--sdr_lib/tx_buffer.v2
-rw-r--r--sdr_lib/tx_chain.v2
-rw-r--r--sdr_lib/tx_chain_hb.v2
-rw-r--r--tb/cordic_tb.v2
-rw-r--r--tb/decim_tb.v2
-rwxr-xr-xtb/fullchip_tb.v2
-rwxr-xr-xtb/interp_tb.v2
-rw-r--r--tb/justinterp_tb.v2
-rwxr-xr-xtb/usrp_tasks.v2
-rw-r--r--toplevel/mrfm/mrfm.py4
-rw-r--r--toplevel/mrfm/mrfm.v2
-rwxr-xr-xtoplevel/mrfm/mrfm_fft.py4
-rw-r--r--toplevel/mrfm/shifter.v2
-rw-r--r--toplevel/sizetest/sizetest.v2
-rw-r--r--toplevel/usrp_multi/usrp_multi.v2
-rw-r--r--toplevel/usrp_multi/usrp_multi.vh2
-rw-r--r--toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh2
-rw-r--r--toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh2
-rw-r--r--toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh2
-rw-r--r--toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh2
-rw-r--r--toplevel/usrp_multi/usrp_std.vh2
-rw-r--r--toplevel/usrp_std/usrp_std.v2
-rw-r--r--toplevel/usrp_std/usrp_std.vh2
-rw-r--r--toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh2
-rw-r--r--toplevel/usrp_std/usrp_std_config_4rx_0tx.vh2
52 files changed, 57 insertions, 57 deletions
diff --git a/Makefile.am b/Makefile.am
index 61227f056..02f971da3 100644
--- a/Makefile.am
+++ b/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.
#
SUBDIRS = rbf
diff --git a/gen_makefile_extra.py b/gen_makefile_extra.py
index 165a84940..e20a852af 100755
--- a/gen_makefile_extra.py
+++ b/gen_makefile_extra.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/models/pll.v b/models/pll.v
index d87964844..1d0cc7966 100644
--- a/models/pll.v
+++ b/models/pll.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Very simple model for the PLL in the RX buffer
diff --git a/rbf/Makefile.am b/rbf/Makefile.am
index dbc2875fc..ae2cbab81 100644
--- a/rbf/Makefile.am
+++ b/rbf/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.
#
include $(top_srcdir)/Makefile.common
diff --git a/sdr_lib/bus_interface.v b/sdr_lib/bus_interface.v
index 3f5f748d5..b326889c0 100755
--- a/sdr_lib/bus_interface.v
+++ b/sdr_lib/bus_interface.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Interface to Cypress FX2 bus
diff --git a/sdr_lib/cic_decim.v b/sdr_lib/cic_decim.v
index 45b863f16..d7e5310b8 100755
--- a/sdr_lib/cic_decim.v
+++ b/sdr_lib/cic_decim.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/cic_int_shifter.v b/sdr_lib/cic_int_shifter.v
index 112d8712b..fd928373b 100644
--- a/sdr_lib/cic_int_shifter.v
+++ b/sdr_lib/cic_int_shifter.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/cic_interp.v b/sdr_lib/cic_interp.v
index 43ab17d3b..0dd621623 100755
--- a/sdr_lib/cic_interp.v
+++ b/sdr_lib/cic_interp.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/clk_divider.v b/sdr_lib/clk_divider.v
index a687297b4..fdef234d2 100755
--- a/sdr_lib/clk_divider.v
+++ b/sdr_lib/clk_divider.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/cordic.v b/sdr_lib/cordic.v
index 8c8c0ab0d..fee241f62 100755
--- a/sdr_lib/cordic.v
+++ b/sdr_lib/cordic.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module cordic(clock, reset, enable, xi, yi, zi, xo, yo, zo );
diff --git a/sdr_lib/cordic_stage.v b/sdr_lib/cordic_stage.v
index c9c0ef9a3..0106da5cb 100755
--- a/sdr_lib/cordic_stage.v
+++ b/sdr_lib/cordic_stage.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module cordic_stage( clock, reset, enable, xi,yi,zi,constant,xo,yo,zo);
diff --git a/sdr_lib/ddc.v b/sdr_lib/ddc.v
index 48bca9a79..0d4da9bbc 100755
--- a/sdr_lib/ddc.v
+++ b/sdr_lib/ddc.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/dpram.v b/sdr_lib/dpram.v
index 5c38decce..28af90163 100644
--- a/sdr_lib/dpram.v
+++ b/sdr_lib/dpram.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/duc.v b/sdr_lib/duc.v
index 780fc9f23..6dac95b49 100755
--- a/sdr_lib/duc.v
+++ b/sdr_lib/duc.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// DUC block
diff --git a/sdr_lib/ext_fifo.v b/sdr_lib/ext_fifo.v
index dfe1f2fe7..41e30de71 100644
--- a/sdr_lib/ext_fifo.v
+++ b/sdr_lib/ext_fifo.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/gen_sync.v b/sdr_lib/gen_sync.v
index d72b39d56..d6efdba98 100644
--- a/sdr_lib/gen_sync.v
+++ b/sdr_lib/gen_sync.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module gen_sync
diff --git a/sdr_lib/hb/halfband_decim.v b/sdr_lib/hb/halfband_decim.v
index 2a05ce52c..dff4d902c 100644
--- a/sdr_lib/hb/halfband_decim.v
+++ b/sdr_lib/hb/halfband_decim.v
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*
diff --git a/sdr_lib/io_pins.v b/sdr_lib/io_pins.v
index da20b3b03..ad1b7b4a8 100644
--- a/sdr_lib/io_pins.v
+++ b/sdr_lib/io_pins.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`include "../../firmware/include/fpga_regs_common.v"
diff --git a/sdr_lib/master_control.v b/sdr_lib/master_control.v
index d42817c72..863d44a82 100644
--- a/sdr_lib/master_control.v
+++ b/sdr_lib/master_control.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Clock, enable, and reset controls for whole system
diff --git a/sdr_lib/master_control_multi.v b/sdr_lib/master_control_multi.v
index af1e0b1f1..95c4ec17e 100644
--- a/sdr_lib/master_control_multi.v
+++ b/sdr_lib/master_control_multi.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`include "usrp_multi.vh"
`include "../../../firmware/include/fpga_regs_common.v"
diff --git a/sdr_lib/phase_acc.v b/sdr_lib/phase_acc.v
index d00716fd0..f44853d36 100755
--- a/sdr_lib/phase_acc.v
+++ b/sdr_lib/phase_acc.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/rx_buffer.v b/sdr_lib/rx_buffer.v
index 70c800e3d..ec5b8eefe 100644
--- a/sdr_lib/rx_buffer.v
+++ b/sdr_lib/rx_buffer.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Interface to Cypress FX2 bus
diff --git a/sdr_lib/rx_chain.v b/sdr_lib/rx_chain.v
index 4031e6bfb..73c0c26ea 100644
--- a/sdr_lib/rx_chain.v
+++ b/sdr_lib/rx_chain.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Following defines conditionally include RX path circuitry
diff --git a/sdr_lib/rx_chain_dual.v b/sdr_lib/rx_chain_dual.v
index 698859468..d9d98f3fc 100644
--- a/sdr_lib/rx_chain_dual.v
+++ b/sdr_lib/rx_chain_dual.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module rx_chain_dual
diff --git a/sdr_lib/serial_io.v b/sdr_lib/serial_io.v
index 1fe43c959..62f92bed2 100644
--- a/sdr_lib/serial_io.v
+++ b/sdr_lib/serial_io.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/sign_extend.v b/sdr_lib/sign_extend.v
index 2417909bd..eae67faf2 100644
--- a/sdr_lib/sign_extend.v
+++ b/sdr_lib/sign_extend.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/sdr_lib/strobe_gen.v b/sdr_lib/strobe_gen.v
index 0511b6a1d..a27dda8d3 100644
--- a/sdr_lib/strobe_gen.v
+++ b/sdr_lib/strobe_gen.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module strobe_gen
diff --git a/sdr_lib/tx_buffer.v b/sdr_lib/tx_buffer.v
index cae6607b3..ff8fd839d 100644
--- a/sdr_lib/tx_buffer.v
+++ b/sdr_lib/tx_buffer.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Interface to Cypress FX2 bus
diff --git a/sdr_lib/tx_chain.v b/sdr_lib/tx_chain.v
index 8f0a17a52..60f868475 100644
--- a/sdr_lib/tx_chain.v
+++ b/sdr_lib/tx_chain.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module tx_chain
diff --git a/sdr_lib/tx_chain_hb.v b/sdr_lib/tx_chain_hb.v
index 6cbe29c00..5594348b4 100644
--- a/sdr_lib/tx_chain_hb.v
+++ b/sdr_lib/tx_chain_hb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module tx_chain_hb
diff --git a/tb/cordic_tb.v b/tb/cordic_tb.v
index ed85b37b1..946fc776c 100644
--- a/tb/cordic_tb.v
+++ b/tb/cordic_tb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/tb/decim_tb.v b/tb/decim_tb.v
index ecf20cf4a..d9a926125 100644
--- a/tb/decim_tb.v
+++ b/tb/decim_tb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/tb/fullchip_tb.v b/tb/fullchip_tb.v
index c446ff0e1..2406fa777 100755
--- a/tb/fullchip_tb.v
+++ b/tb/fullchip_tb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/tb/interp_tb.v b/tb/interp_tb.v
index 8a8e89ff9..830fceb31 100755
--- a/tb/interp_tb.v
+++ b/tb/interp_tb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/tb/justinterp_tb.v b/tb/justinterp_tb.v
index ffbd0f178..f97696488 100644
--- a/tb/justinterp_tb.v
+++ b/tb/justinterp_tb.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/tb/usrp_tasks.v b/tb/usrp_tasks.v
index 00f82b9e1..93395f96a 100755
--- a/tb/usrp_tasks.v
+++ b/tb/usrp_tasks.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Tasks
diff --git a/toplevel/mrfm/mrfm.py b/toplevel/mrfm/mrfm.py
index 0ce46012d..414f5817e 100644
--- a/toplevel/mrfm/mrfm.py
+++ b/toplevel/mrfm/mrfm.py
@@ -19,8 +19,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/toplevel/mrfm/mrfm.v b/toplevel/mrfm/mrfm.v
index cf9d1119a..7a0e38059 100644
--- a/toplevel/mrfm/mrfm.v
+++ b/toplevel/mrfm/mrfm.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Top level module for a full setup with DUCs and DDCs
diff --git a/toplevel/mrfm/mrfm_fft.py b/toplevel/mrfm/mrfm_fft.py
index 343ab0197..9ca867082 100755
--- a/toplevel/mrfm/mrfm_fft.py
+++ b/toplevel/mrfm/mrfm_fft.py
@@ -19,8 +19,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/toplevel/mrfm/shifter.v b/toplevel/mrfm/shifter.v
index 08d49db6e..dd4d4b527 100644
--- a/toplevel/mrfm/shifter.v
+++ b/toplevel/mrfm/shifter.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module shifter(input wire [33:0] in, output wire [15:0] out, input wire [7:0] shift);
diff --git a/toplevel/sizetest/sizetest.v b/toplevel/sizetest/sizetest.v
index cdbd0861a..5a847b961 100644
--- a/toplevel/sizetest/sizetest.v
+++ b/toplevel/sizetest/sizetest.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
diff --git a/toplevel/usrp_multi/usrp_multi.v b/toplevel/usrp_multi/usrp_multi.v
index b27d3d3a6..e3706d71b 100644
--- a/toplevel/usrp_multi/usrp_multi.v
+++ b/toplevel/usrp_multi/usrp_multi.v
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Top level module for a full setup with DUCs and DDCs
diff --git a/toplevel/usrp_multi/usrp_multi.vh b/toplevel/usrp_multi/usrp_multi.vh
index 2904a9352..fb5dc8d1f 100644
--- a/toplevel/usrp_multi/usrp_multi.vh
+++ b/toplevel/usrp_multi/usrp_multi.vh
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// ====================================================================
diff --git a/toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh b/toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh
index 26a41e4d0..3c471463f 100644
--- a/toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh
+++ b/toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`define MULTI_ON
// ------------------------------------------------------------
diff --git a/toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh b/toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh
index 0673d9600..43ed8e638 100644
--- a/toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh
+++ b/toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`define MULTI_ON
// ------------------------------------------------------------
diff --git a/toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh b/toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh
index 80c7fbdcb..9ec92a4ec 100644
--- a/toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh
+++ b/toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`define MULTI_ON
// ------------------------------------------------------------
diff --git a/toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh b/toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh
index 36176be4a..42549befd 100644
--- a/toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh
+++ b/toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh
@@ -17,7 +17,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`define MULTI_ON
// ------------------------------------------------------------
diff --git a/toplevel/usrp_multi/usrp_std.vh b/toplevel/usrp_multi/usrp_std.vh
index 189cf14b8..2732a1992 100644
--- a/toplevel/usrp_multi/usrp_std.vh
+++ b/toplevel/usrp_multi/usrp_std.vh
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// ====================================================================
diff --git a/toplevel/usrp_std/usrp_std.v b/toplevel/usrp_std/usrp_std.v
index 9ba8c7c65..ea556d70f 100644
--- a/toplevel/usrp_std/usrp_std.v
+++ b/toplevel/usrp_std/usrp_std.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// Top level module for a full setup with DUCs and DDCs
diff --git a/toplevel/usrp_std/usrp_std.vh b/toplevel/usrp_std/usrp_std.vh
index 65aed9b43..5c239f75e 100644
--- a/toplevel/usrp_std/usrp_std.vh
+++ b/toplevel/usrp_std/usrp_std.vh
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// ====================================================================
diff --git a/toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh b/toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh
index 74f1bfd1c..fc30a5417 100644
--- a/toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh
+++ b/toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// ------------------------------------------------------------
diff --git a/toplevel/usrp_std/usrp_std_config_4rx_0tx.vh b/toplevel/usrp_std/usrp_std_config_4rx_0tx.vh
index 0bd188778..e6a662a43 100644
--- a/toplevel/usrp_std/usrp_std_config_4rx_0tx.vh
+++ b/toplevel/usrp_std/usrp_std_config_4rx_0tx.vh
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
// ------------------------------------------------------------