summaryrefslogtreecommitdiff
path: root/gr-audio-jack/src
diff options
context:
space:
mode:
authoreb2006-09-13 21:30:04 +0000
committereb2006-09-13 21:30:04 +0000
commit86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch)
tree40c88e125aee9d66b2f8a7451a43e3eaf07da578 /gr-audio-jack/src
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 'gr-audio-jack/src')
-rw-r--r--gr-audio-jack/src/Makefile.am4
-rw-r--r--gr-audio-jack/src/audio_jack.i4
-rw-r--r--gr-audio-jack/src/audio_jack_sink.cc4
-rw-r--r--gr-audio-jack/src/audio_jack_sink.h4
-rw-r--r--gr-audio-jack/src/audio_jack_source.cc4
-rw-r--r--gr-audio-jack/src/audio_jack_source.h4
-rw-r--r--gr-audio-jack/src/gri_jack.cc4
-rw-r--r--gr-audio-jack/src/gri_jack.h4
-rwxr-xr-xgr-audio-jack/src/qa_jack.py4
9 files changed, 18 insertions, 18 deletions
diff --git a/gr-audio-jack/src/Makefile.am b/gr-audio-jack/src/Makefile.am
index f83950954..690788707 100644
--- a/gr-audio-jack/src/Makefile.am
+++ b/gr-audio-jack/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.
#
include $(top_srcdir)/Makefile.common
diff --git a/gr-audio-jack/src/audio_jack.i b/gr-audio-jack/src/audio_jack.i
index 1a2106616..e78e7af33 100644
--- a/gr-audio-jack/src/audio_jack.i
+++ b/gr-audio-jack/src/audio_jack.i
@@ -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.
*/
%feature("autodoc","1");
diff --git a/gr-audio-jack/src/audio_jack_sink.cc b/gr-audio-jack/src/audio_jack_sink.cc
index b5a8373ec..9319b6bc0 100644
--- a/gr-audio-jack/src/audio_jack_sink.cc
+++ b/gr-audio-jack/src/audio_jack_sink.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-audio-jack/src/audio_jack_sink.h b/gr-audio-jack/src/audio_jack_sink.h
index 00b94990d..56db0271b 100644
--- a/gr-audio-jack/src/audio_jack_sink.h
+++ b/gr-audio-jack/src/audio_jack_sink.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_AUDIO_JACK_SINK_H
#define INCLUDED_AUDIO_JACK_SINK_H
diff --git a/gr-audio-jack/src/audio_jack_source.cc b/gr-audio-jack/src/audio_jack_source.cc
index baa7db195..d8fe14171 100644
--- a/gr-audio-jack/src/audio_jack_source.cc
+++ b/gr-audio-jack/src/audio_jack_source.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-audio-jack/src/audio_jack_source.h b/gr-audio-jack/src/audio_jack_source.h
index 4d647144d..d6aa94bf9 100644
--- a/gr-audio-jack/src/audio_jack_source.h
+++ b/gr-audio-jack/src/audio_jack_source.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_AUDIO_JACK_SOURCE_H
#define INCLUDED_AUDIO_JACK_SOURCE_H
diff --git a/gr-audio-jack/src/gri_jack.cc b/gr-audio-jack/src/gri_jack.cc
index 9ae80d00d..2216be6a0 100644
--- a/gr-audio-jack/src/gri_jack.cc
+++ b/gr-audio-jack/src/gri_jack.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-audio-jack/src/gri_jack.h b/gr-audio-jack/src/gri_jack.h
index 564672b56..bf30fe6b3 100644
--- a/gr-audio-jack/src/gri_jack.h
+++ b/gr-audio-jack/src/gri_jack.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_GRI_JACK_H
diff --git a/gr-audio-jack/src/qa_jack.py b/gr-audio-jack/src/qa_jack.py
index 58f860c68..8354536a9 100755
--- a/gr-audio-jack/src/qa_jack.py
+++ b/gr-audio-jack/src/qa_jack.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, gr_unittest