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-core/src/utils | |
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-core/src/utils')
26 files changed, 50 insertions, 50 deletions
diff --git a/gnuradio-core/src/utils/Makefile.am b/gnuradio-core/src/utils/Makefile.am index ee0bd437b..2c63c7d8d 100644 --- a/gnuradio-core/src/utils/Makefile.am +++ b/gnuradio-core/src/utils/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/gnuradio-core/src/utils/cool.m b/gnuradio-core/src/utils/cool.m index eff194d87..2ab69638e 100644 --- a/gnuradio-core/src/utils/cool.m +++ b/gnuradio-core/src/utils/cool.m @@ -12,7 +12,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 %% -*- texinfo -*- %% @deftypefn {Function File} {} cool (@var{n}) diff --git a/gnuradio-core/src/utils/db_width.m b/gnuradio-core/src/utils/db_width.m index c12dfd1cc..fe18b1986 100644 --- a/gnuradio-core/src/utils/db_width.m +++ b/gnuradio-core/src/utils/db_width.m @@ -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. %% find the N-dB width of the given filter %% E.g., to find the 3-dB width, use width = db_width (taps, -3.0) diff --git a/gnuradio-core/src/utils/filter_tools.m b/gnuradio-core/src/utils/filter_tools.m index 78a50b7d8..0a86204cd 100644 --- a/gnuradio-core/src/utils/filter_tools.m +++ b/gnuradio-core/src/utils/filter_tools.m @@ -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. % %% equivalent to the C++ code in VrComplexFIRfilter::buildFilterComplex diff --git a/gnuradio-core/src/utils/is_complex.m b/gnuradio-core/src/utils/is_complex.m index a17b8ad41..57fc8e9c1 100644 --- a/gnuradio-core/src/utils/is_complex.m +++ b/gnuradio-core/src/utils/is_complex.m @@ -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. # function p = is_complex (x) diff --git a/gnuradio-core/src/utils/lp_to_bp.m b/gnuradio-core/src/utils/lp_to_bp.m index 8718baed2..4be01b24f 100644 --- a/gnuradio-core/src/utils/lp_to_bp.m +++ b/gnuradio-core/src/utils/lp_to_bp.m @@ -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. # ## transform low pass coefficients into bandpass coefficients diff --git a/gnuradio-core/src/utils/plot_cic_decimator_response.m b/gnuradio-core/src/utils/plot_cic_decimator_response.m index e26883c5c..e0ce7d922 100644 --- a/gnuradio-core/src/utils/plot_cic_decimator_response.m +++ b/gnuradio-core/src/utils/plot_cic_decimator_response.m @@ -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. # function plot_cic_decimator_response (R, N, M) diff --git a/gnuradio-core/src/utils/plot_freq_response.m b/gnuradio-core/src/utils/plot_freq_response.m index bf186fae3..0b844abb1 100644 --- a/gnuradio-core/src/utils/plot_freq_response.m +++ b/gnuradio-core/src/utils/plot_freq_response.m @@ -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. # function plot_freq_response (b,...) diff --git a/gnuradio-core/src/utils/plot_freq_response_db.m b/gnuradio-core/src/utils/plot_freq_response_db.m index d6ebce39a..0ff731bc8 100644 --- a/gnuradio-core/src/utils/plot_freq_response_db.m +++ b/gnuradio-core/src/utils/plot_freq_response_db.m @@ -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. # function plot_freq_response_db (b,...) diff --git a/gnuradio-core/src/utils/plot_freq_response_phase.m b/gnuradio-core/src/utils/plot_freq_response_phase.m index f30ff7d3d..584b19543 100644 --- a/gnuradio-core/src/utils/plot_freq_response_phase.m +++ b/gnuradio-core/src/utils/plot_freq_response_phase.m @@ -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. # function plot_freq_response_db (b,...) diff --git a/gnuradio-core/src/utils/plotfft.m b/gnuradio-core/src/utils/plotfft.m index 5af149a14..816d2761a 100644 --- a/gnuradio-core/src/utils/plotfft.m +++ b/gnuradio-core/src/utils/plotfft.m @@ -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. # function plotfft (data, sample_rate) diff --git a/gnuradio-core/src/utils/plotfftavgk.m b/gnuradio-core/src/utils/plotfftavgk.m index 3e19f40ce..b48962d59 100644 --- a/gnuradio-core/src/utils/plotfftavgk.m +++ b/gnuradio-core/src/utils/plotfftavgk.m @@ -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. # function plotfftavgk_db (all_data, k, sample_rate) diff --git a/gnuradio-core/src/utils/plotfftavgk_db.m b/gnuradio-core/src/utils/plotfftavgk_db.m index 6dbb0f502..983fc1d71 100644 --- a/gnuradio-core/src/utils/plotfftavgk_db.m +++ b/gnuradio-core/src/utils/plotfftavgk_db.m @@ -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. # function plotfftavgk_db (all_data, k, sample_rate) diff --git a/gnuradio-core/src/utils/plotfftk.m b/gnuradio-core/src/utils/plotfftk.m index bf93ea5d5..5d59ca024 100644 --- a/gnuradio-core/src/utils/plotfftk.m +++ b/gnuradio-core/src/utils/plotfftk.m @@ -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. # function plotfftk (all_data, k, sample_rate) diff --git a/gnuradio-core/src/utils/plotfftk_db.m b/gnuradio-core/src/utils/plotfftk_db.m index 498c22fcc..0f233092b 100644 --- a/gnuradio-core/src/utils/plotfftk_db.m +++ b/gnuradio-core/src/utils/plotfftk_db.m @@ -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. # function plotfftk_db (all_data, k, sample_rate) diff --git a/gnuradio-core/src/utils/put_markers.m b/gnuradio-core/src/utils/put_markers.m index e35aee9d6..f51eedfab 100644 --- a/gnuradio-core/src/utils/put_markers.m +++ b/gnuradio-core/src/utils/put_markers.m @@ -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. # function put_markers (y) diff --git a/gnuradio-core/src/utils/rainbow.m b/gnuradio-core/src/utils/rainbow.m index e19bd6797..358bf3538 100644 --- a/gnuradio-core/src/utils/rainbow.m +++ b/gnuradio-core/src/utils/rainbow.m @@ -12,7 +12,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 ## -*- texinfo -*- ## @deftypefn {Function File} {} rainbow (@var{n}) diff --git a/gnuradio-core/src/utils/read_char_binary.m b/gnuradio-core/src/utils/read_char_binary.m index d33bd91a6..8fbc7721a 100644 --- a/gnuradio-core/src/utils/read_char_binary.m +++ b/gnuradio-core/src/utils/read_char_binary.m @@ -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. % function v = read_char_binary (filename, count) diff --git a/gnuradio-core/src/utils/read_complex_binary.m b/gnuradio-core/src/utils/read_complex_binary.m index 6f538f374..67aa9106d 100644 --- a/gnuradio-core/src/utils/read_complex_binary.m +++ b/gnuradio-core/src/utils/read_complex_binary.m @@ -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. % function v = read_complex_binary (filename, count) diff --git a/gnuradio-core/src/utils/read_float_binary.m b/gnuradio-core/src/utils/read_float_binary.m index ac8461ff3..31f219b18 100644 --- a/gnuradio-core/src/utils/read_float_binary.m +++ b/gnuradio-core/src/utils/read_float_binary.m @@ -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. % function v = read_float_binary (filename, count) diff --git a/gnuradio-core/src/utils/read_int_binary.m b/gnuradio-core/src/utils/read_int_binary.m index ca4f73395..be709ec7b 100644 --- a/gnuradio-core/src/utils/read_int_binary.m +++ b/gnuradio-core/src/utils/read_int_binary.m @@ -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. % function v = read_int_binary (filename, count) diff --git a/gnuradio-core/src/utils/read_short_binary.m b/gnuradio-core/src/utils/read_short_binary.m index 361392bf4..352b3206e 100644 --- a/gnuradio-core/src/utils/read_short_binary.m +++ b/gnuradio-core/src/utils/read_short_binary.m @@ -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. % function v = read_short_binary (filename, count) diff --git a/gnuradio-core/src/utils/read_xambi.m b/gnuradio-core/src/utils/read_xambi.m index 7533ddac1..d321a2ec2 100644 --- a/gnuradio-core/src/utils/read_xambi.m +++ b/gnuradio-core/src/utils/read_xambi.m @@ -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. # function v = read_xambi (filename) diff --git a/gnuradio-core/src/utils/single_pole_iir.m b/gnuradio-core/src/utils/single_pole_iir.m index 13d6b4d58..481e0fe91 100644 --- a/gnuradio-core/src/utils/single_pole_iir.m +++ b/gnuradio-core/src/utils/single_pole_iir.m @@ -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. # function [b, a] = single_pole_iir (alpha) diff --git a/gnuradio-core/src/utils/write_float_binary.m b/gnuradio-core/src/utils/write_float_binary.m index c0d274363..361f5ed85 100644 --- a/gnuradio-core/src/utils/write_float_binary.m +++ b/gnuradio-core/src/utils/write_float_binary.m @@ -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. # function v = write_float_binary (data, filename) diff --git a/gnuradio-core/src/utils/write_short_binary.m b/gnuradio-core/src/utils/write_short_binary.m index ffe502e68..4be1b3b05 100644 --- a/gnuradio-core/src/utils/write_short_binary.m +++ b/gnuradio-core/src/utils/write_short_binary.m @@ -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. # function v = write_short_binary (data, filename) |