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 /gr-radar/src | |
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 'gr-radar/src')
-rw-r--r-- | gr-radar/src/Makefile.am | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/Makefile.am | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/eb-xambi.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/sim-airplane.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/sim-airplane2.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/simulation.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/simulation.h | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/time_series.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/time_series.h | 4 | ||||
-rw-r--r-- | gr-radar/src/lib/xambi.cc | 4 | ||||
-rw-r--r-- | gr-radar/src/python/Makefile.am | 4 | ||||
-rwxr-xr-x | gr-radar/src/python/fm_demod_file.py | 4 | ||||
-rwxr-xr-x | gr-radar/src/python/gen_fm_signal.py | 4 | ||||
-rwxr-xr-x | gr-radar/src/python/gen_random_signal.py | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/gr-radar/src/Makefile.am b/gr-radar/src/Makefile.am index 122fc72c1..79b217291 100644 --- a/gr-radar/src/Makefile.am +++ b/gr-radar/src/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 = lib python diff --git a/gr-radar/src/lib/Makefile.am b/gr-radar/src/lib/Makefile.am index 4c240b182..ef178e337 100644 --- a/gr-radar/src/lib/Makefile.am +++ b/gr-radar/src/lib/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/gr-radar/src/lib/eb-xambi.cc b/gr-radar/src/lib/eb-xambi.cc index 819baa333..32d30f003 100644 --- a/gr-radar/src/lib/eb-xambi.cc +++ b/gr-radar/src/lib/eb-xambi.cc @@ -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. */ #ifndef _GNU_SOURCE diff --git a/gr-radar/src/lib/sim-airplane.cc b/gr-radar/src/lib/sim-airplane.cc index 2d4bec86d..24f3f9d8d 100644 --- a/gr-radar/src/lib/sim-airplane.cc +++ b/gr-radar/src/lib/sim-airplane.cc @@ -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. */ #ifndef _GNU_SOURCE diff --git a/gr-radar/src/lib/sim-airplane2.cc b/gr-radar/src/lib/sim-airplane2.cc index 753b5952f..fd140fb40 100644 --- a/gr-radar/src/lib/sim-airplane2.cc +++ b/gr-radar/src/lib/sim-airplane2.cc @@ -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. */ #ifndef _GNU_SOURCE diff --git a/gr-radar/src/lib/simulation.cc b/gr-radar/src/lib/simulation.cc index 4ebc7f1f8..f880d79d8 100644 --- a/gr-radar/src/lib/simulation.cc +++ b/gr-radar/src/lib/simulation.cc @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/gr-radar/src/lib/simulation.h b/gr-radar/src/lib/simulation.h index ff32484ed..ae06e33be 100644 --- a/gr-radar/src/lib/simulation.h +++ b/gr-radar/src/lib/simulation.h @@ -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. */ #ifndef INCLUDED_SIMULATION_H diff --git a/gr-radar/src/lib/time_series.cc b/gr-radar/src/lib/time_series.cc index 9a5505874..62740b0ac 100644 --- a/gr-radar/src/lib/time_series.cc +++ b/gr-radar/src/lib/time_series.cc @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/gr-radar/src/lib/time_series.h b/gr-radar/src/lib/time_series.h index 3764ba50d..b1b45f281 100644 --- a/gr-radar/src/lib/time_series.h +++ b/gr-radar/src/lib/time_series.h @@ -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. */ #ifndef INCLUDED_TIME_SERIES_H #define INCLUDED_TIME_SERIES_H diff --git a/gr-radar/src/lib/xambi.cc b/gr-radar/src/lib/xambi.cc index e5d4a9a95..c7b02a8c1 100644 --- a/gr-radar/src/lib/xambi.cc +++ b/gr-radar/src/lib/xambi.cc @@ -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. */ #include <iostream> diff --git a/gr-radar/src/python/Makefile.am b/gr-radar/src/python/Makefile.am index da81410f4..1830010f1 100644 --- a/gr-radar/src/python/Makefile.am +++ b/gr-radar/src/python/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/gr-radar/src/python/fm_demod_file.py b/gr-radar/src/python/fm_demod_file.py index 9d430a892..64ec3b2a2 100755 --- a/gr-radar/src/python/fm_demod_file.py +++ b/gr-radar/src/python/fm_demod_file.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/gr-radar/src/python/gen_fm_signal.py b/gr-radar/src/python/gen_fm_signal.py index cd0834aa1..dc4844bba 100755 --- a/gr-radar/src/python/gen_fm_signal.py +++ b/gr-radar/src/python/gen_fm_signal.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, eng_notation diff --git a/gr-radar/src/python/gen_random_signal.py b/gr-radar/src/python/gen_random_signal.py index 87a531c63..7f9fcad40 100755 --- a/gr-radar/src/python/gen_random_signal.py +++ b/gr-radar/src/python/gen_random_signal.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, eng_notation |