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 | |
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')
-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 | ||||
-rw-r--r-- | toplevel/sizetest/sizetest.v | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi.v | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi_config_2rx_0tx.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi_config_2rxhb_0tx.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi_config_2rxhb_2tx.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_multi_config_4rx_0tx.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_multi/usrp_std.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_std/usrp_std.v | 2 | ||||
-rw-r--r-- | toplevel/usrp_std/usrp_std.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_std/usrp_std_config_2rxhb_2tx.vh | 2 | ||||
-rw-r--r-- | toplevel/usrp_std/usrp_std_config_4rx_0tx.vh | 2 |
16 files changed, 18 insertions, 18 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); 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 // // ------------------------------------------------------------ |