summaryrefslogtreecommitdiff
path: root/ezdop/src/host/hunter
diff options
context:
space:
mode:
authoreb2006-09-13 21:30:04 +0000
committereb2006-09-13 21:30:04 +0000
commit86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch)
tree40c88e125aee9d66b2f8a7451a43e3eaf07da578 /ezdop/src/host/hunter
parent31750b16dc2676a323fb8bd4a933e166d81b547e (diff)
downloadgnuradio-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 'ezdop/src/host/hunter')
-rwxr-xr-xezdop/src/host/hunter/bootstrap4
-rw-r--r--ezdop/src/host/hunter/src/Makefile.am4
-rw-r--r--ezdop/src/host/hunter/src/calibrate.cc4
-rw-r--r--ezdop/src/host/hunter/src/calibrate.h4
-rw-r--r--ezdop/src/host/hunter/src/doppler.cc4
-rw-r--r--ezdop/src/host/hunter/src/doppler.h4
-rw-r--r--ezdop/src/host/hunter/src/gps.cc4
-rw-r--r--ezdop/src/host/hunter/src/gps.h4
-rw-r--r--ezdop/src/host/hunter/src/histogram.cc4
-rw-r--r--ezdop/src/host/hunter/src/histogram.h4
-rw-r--r--ezdop/src/host/hunter/src/hunter.cc4
-rw-r--r--ezdop/src/host/hunter/src/hunter.h4
-rw-r--r--ezdop/src/host/hunter/src/hunterapp.cc4
-rw-r--r--ezdop/src/host/hunter/src/hunterapp.h4
-rw-r--r--ezdop/src/host/hunter/src/known.cc4
-rw-r--r--ezdop/src/host/hunter/src/known.h4
-rw-r--r--ezdop/src/host/hunter/src/sample.cc4
-rw-r--r--ezdop/src/host/hunter/src/sample.h4
-rw-r--r--ezdop/src/host/hunter/src/samplelog.cc4
-rw-r--r--ezdop/src/host/hunter/src/samplelog.h4
-rw-r--r--ezdop/src/host/hunter/src/search.cc4
-rw-r--r--ezdop/src/host/hunter/src/search.h4
-rw-r--r--ezdop/src/host/hunter/src/serial.cc4
-rw-r--r--ezdop/src/host/hunter/src/serial.h4
-rw-r--r--ezdop/src/host/hunter/src/settings.cpp4
-rw-r--r--ezdop/src/host/hunter/src/settings.h4
-rw-r--r--ezdop/src/host/hunter/src/spherical.cc4
-rw-r--r--ezdop/src/host/hunter/src/spherical.h4
-rw-r--r--ezdop/src/host/hunter/src/tactical.cc4
-rw-r--r--ezdop/src/host/hunter/src/tactical.h4
-rw-r--r--ezdop/src/host/hunter/src/util.h4
31 files changed, 62 insertions, 62 deletions
diff --git a/ezdop/src/host/hunter/bootstrap b/ezdop/src/host/hunter/bootstrap
index d8d180a61..d584cb59b 100755
--- a/ezdop/src/host/hunter/bootstrap
+++ b/ezdop/src/host/hunter/bootstrap
@@ -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.
rm -fr config.cache autom4te*.cache
diff --git a/ezdop/src/host/hunter/src/Makefile.am b/ezdop/src/host/hunter/src/Makefile.am
index 392b79eff..de6fc55da 100644
--- a/ezdop/src/host/hunter/src/Makefile.am
+++ b/ezdop/src/host/hunter/src/Makefile.am
@@ -11,8 +11,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.
bin_PROGRAMS = hunter
hunter_SOURCES = \
diff --git a/ezdop/src/host/hunter/src/calibrate.cc b/ezdop/src/host/hunter/src/calibrate.cc
index 2d4117f5e..69bf41793 100644
--- a/ezdop/src/host/hunter/src/calibrate.cc
+++ b/ezdop/src/host/hunter/src/calibrate.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/calibrate.h b/ezdop/src/host/hunter/src/calibrate.h
index 7f3f399e2..8131806ce 100644
--- a/ezdop/src/host/hunter/src/calibrate.h
+++ b/ezdop/src/host/hunter/src/calibrate.h
@@ -12,8 +12,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 __CALIBRATE_H__
diff --git a/ezdop/src/host/hunter/src/doppler.cc b/ezdop/src/host/hunter/src/doppler.cc
index 99b5aa616..cd8935662 100644
--- a/ezdop/src/host/hunter/src/doppler.cc
+++ b/ezdop/src/host/hunter/src/doppler.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/doppler.h b/ezdop/src/host/hunter/src/doppler.h
index cf3d96da3..204516ec6 100644
--- a/ezdop/src/host/hunter/src/doppler.h
+++ b/ezdop/src/host/hunter/src/doppler.h
@@ -12,8 +12,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 __DOPPLER_H__
diff --git a/ezdop/src/host/hunter/src/gps.cc b/ezdop/src/host/hunter/src/gps.cc
index c891251e8..347d74518 100644
--- a/ezdop/src/host/hunter/src/gps.cc
+++ b/ezdop/src/host/hunter/src/gps.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/gps.h b/ezdop/src/host/hunter/src/gps.h
index da0d8e4c8..a7d2ccec6 100644
--- a/ezdop/src/host/hunter/src/gps.h
+++ b/ezdop/src/host/hunter/src/gps.h
@@ -12,8 +12,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 __GPS_H__
diff --git a/ezdop/src/host/hunter/src/histogram.cc b/ezdop/src/host/hunter/src/histogram.cc
index abadad5e6..da8ae3f5e 100644
--- a/ezdop/src/host/hunter/src/histogram.cc
+++ b/ezdop/src/host/hunter/src/histogram.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/histogram.h b/ezdop/src/host/hunter/src/histogram.h
index 99486ff31..7075cb56d 100644
--- a/ezdop/src/host/hunter/src/histogram.h
+++ b/ezdop/src/host/hunter/src/histogram.h
@@ -12,8 +12,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 __HISTOGRAM_H__
diff --git a/ezdop/src/host/hunter/src/hunter.cc b/ezdop/src/host/hunter/src/hunter.cc
index 0aabfe29e..0f491734a 100644
--- a/ezdop/src/host/hunter/src/hunter.cc
+++ b/ezdop/src/host/hunter/src/hunter.cc
@@ -12,8 +12,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.
*/
// Application includes
diff --git a/ezdop/src/host/hunter/src/hunter.h b/ezdop/src/host/hunter/src/hunter.h
index 7710c5824..dc3af64a0 100644
--- a/ezdop/src/host/hunter/src/hunter.h
+++ b/ezdop/src/host/hunter/src/hunter.h
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/hunterapp.cc b/ezdop/src/host/hunter/src/hunterapp.cc
index 57113bf99..d612cafc9 100644
--- a/ezdop/src/host/hunter/src/hunterapp.cc
+++ b/ezdop/src/host/hunter/src/hunterapp.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/hunterapp.h b/ezdop/src/host/hunter/src/hunterapp.h
index a71fc5704..366bf8d1f 100644
--- a/ezdop/src/host/hunter/src/hunterapp.h
+++ b/ezdop/src/host/hunter/src/hunterapp.h
@@ -12,8 +12,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 __HUNTER_APP__
diff --git a/ezdop/src/host/hunter/src/known.cc b/ezdop/src/host/hunter/src/known.cc
index ed257e014..1222572cd 100644
--- a/ezdop/src/host/hunter/src/known.cc
+++ b/ezdop/src/host/hunter/src/known.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/known.h b/ezdop/src/host/hunter/src/known.h
index 6f1e6bff8..52e105380 100644
--- a/ezdop/src/host/hunter/src/known.h
+++ b/ezdop/src/host/hunter/src/known.h
@@ -12,8 +12,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 __KNOWN_H__
diff --git a/ezdop/src/host/hunter/src/sample.cc b/ezdop/src/host/hunter/src/sample.cc
index eedf5c74c..44a89f8e8 100644
--- a/ezdop/src/host/hunter/src/sample.cc
+++ b/ezdop/src/host/hunter/src/sample.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/sample.h b/ezdop/src/host/hunter/src/sample.h
index 9ecce4857..1a6c059c2 100644
--- a/ezdop/src/host/hunter/src/sample.h
+++ b/ezdop/src/host/hunter/src/sample.h
@@ -12,8 +12,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 __SAMPLE_H__
diff --git a/ezdop/src/host/hunter/src/samplelog.cc b/ezdop/src/host/hunter/src/samplelog.cc
index 449d1bd89..6752735d3 100644
--- a/ezdop/src/host/hunter/src/samplelog.cc
+++ b/ezdop/src/host/hunter/src/samplelog.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/samplelog.h b/ezdop/src/host/hunter/src/samplelog.h
index 71e049fc2..3bb35b8c1 100644
--- a/ezdop/src/host/hunter/src/samplelog.h
+++ b/ezdop/src/host/hunter/src/samplelog.h
@@ -12,8 +12,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 __SAMPLELOG_H__
diff --git a/ezdop/src/host/hunter/src/search.cc b/ezdop/src/host/hunter/src/search.cc
index d15a406b6..f87b50303 100644
--- a/ezdop/src/host/hunter/src/search.cc
+++ b/ezdop/src/host/hunter/src/search.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/search.h b/ezdop/src/host/hunter/src/search.h
index b0e35d004..743eda3dc 100644
--- a/ezdop/src/host/hunter/src/search.h
+++ b/ezdop/src/host/hunter/src/search.h
@@ -12,8 +12,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 __SEARCH_H__
diff --git a/ezdop/src/host/hunter/src/serial.cc b/ezdop/src/host/hunter/src/serial.cc
index 67325d3b4..873fdb941 100644
--- a/ezdop/src/host/hunter/src/serial.cc
+++ b/ezdop/src/host/hunter/src/serial.cc
@@ -12,8 +12,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 "serial.h"
diff --git a/ezdop/src/host/hunter/src/serial.h b/ezdop/src/host/hunter/src/serial.h
index 63bfe4327..bb1a31e0f 100644
--- a/ezdop/src/host/hunter/src/serial.h
+++ b/ezdop/src/host/hunter/src/serial.h
@@ -12,8 +12,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 __SERIAL_H__
diff --git a/ezdop/src/host/hunter/src/settings.cpp b/ezdop/src/host/hunter/src/settings.cpp
index 646769fc9..f471397c1 100644
--- a/ezdop/src/host/hunter/src/settings.cpp
+++ b/ezdop/src/host/hunter/src/settings.cpp
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/settings.h b/ezdop/src/host/hunter/src/settings.h
index 66e03775b..5e4db4ad7 100644
--- a/ezdop/src/host/hunter/src/settings.h
+++ b/ezdop/src/host/hunter/src/settings.h
@@ -12,8 +12,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 __SETTINGS_H__
diff --git a/ezdop/src/host/hunter/src/spherical.cc b/ezdop/src/host/hunter/src/spherical.cc
index 2af34aa8e..620ce587d 100644
--- a/ezdop/src/host/hunter/src/spherical.cc
+++ b/ezdop/src/host/hunter/src/spherical.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/spherical.h b/ezdop/src/host/hunter/src/spherical.h
index f450db769..2d80397d6 100644
--- a/ezdop/src/host/hunter/src/spherical.h
+++ b/ezdop/src/host/hunter/src/spherical.h
@@ -12,8 +12,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 __SPHERICAL_H__
diff --git a/ezdop/src/host/hunter/src/tactical.cc b/ezdop/src/host/hunter/src/tactical.cc
index 4489357a9..96385708f 100644
--- a/ezdop/src/host/hunter/src/tactical.cc
+++ b/ezdop/src/host/hunter/src/tactical.cc
@@ -12,8 +12,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.
*/
// Application level includes
diff --git a/ezdop/src/host/hunter/src/tactical.h b/ezdop/src/host/hunter/src/tactical.h
index 4c26495b5..1a7669ad1 100644
--- a/ezdop/src/host/hunter/src/tactical.h
+++ b/ezdop/src/host/hunter/src/tactical.h
@@ -12,8 +12,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 __TACTICAL_H__
diff --git a/ezdop/src/host/hunter/src/util.h b/ezdop/src/host/hunter/src/util.h
index 53e0f39d6..7bf1deaa3 100644
--- a/ezdop/src/host/hunter/src/util.h
+++ b/ezdop/src/host/hunter/src/util.h
@@ -12,8 +12,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 __UTIL_H__