diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 21:30:04 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 21:30:04 +0000 |
commit | 6f725de982a80f1a024072ef1e4f31cf2ff5b01d (patch) | |
tree | d2c8da9c6d8cc13434f5d7900ac5072cb558e463 /toplevel/mrfm | |
parent | 4f523681b7e786694969bcb7bfddb68b976c8ab7 (diff) | |
download | uhd-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
Diffstat (limited to 'toplevel/mrfm')
-rw-r--r-- | toplevel/mrfm/mrfm.py | 4 | ||||
-rw-r--r-- | toplevel/mrfm/mrfm.v | 2 | ||||
-rwxr-xr-x | toplevel/mrfm/mrfm_fft.py | 4 | ||||
-rw-r--r-- | toplevel/mrfm/shifter.v | 2 |
4 files changed, 6 insertions, 6 deletions
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); |