diff options
Diffstat (limited to 'gr-wxgui')
-rw-r--r-- | gr-wxgui/ChangeLog | 4 | ||||
-rw-r--r-- | gr-wxgui/Makefile.am | 4 | ||||
-rw-r--r-- | gr-wxgui/src/Makefile.am | 4 | ||||
-rw-r--r-- | gr-wxgui/src/python/Makefile.am | 4 | ||||
-rwxr-xr-x | gr-wxgui/src/python/fftsink.py | 4 | ||||
-rwxr-xr-x | gr-wxgui/src/python/form.py | 4 | ||||
-rwxr-xr-x | gr-wxgui/src/python/powermate.py | 4 | ||||
-rwxr-xr-x | gr-wxgui/src/python/scopesink.py | 4 | ||||
-rw-r--r-- | gr-wxgui/src/python/stdgui.py | 4 | ||||
-rwxr-xr-x | gr-wxgui/src/python/waterfallsink.py | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/gr-wxgui/ChangeLog b/gr-wxgui/ChangeLog index ed4e5ad51..7a4e7cee8 100644 --- a/gr-wxgui/ChangeLog +++ b/gr-wxgui/ChangeLog @@ -166,6 +166,6 @@ # # 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-wxgui/Makefile.am b/gr-wxgui/Makefile.am index 2a0b4b4ac..f705f0bd5 100644 --- a/gr-wxgui/Makefile.am +++ b/gr-wxgui/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-wxgui/src/Makefile.am b/gr-wxgui/src/Makefile.am index 5da68b9dd..ad8ca5b1a 100644 --- a/gr-wxgui/src/Makefile.am +++ b/gr-wxgui/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-wxgui/src/python/Makefile.am b/gr-wxgui/src/python/Makefile.am index 2d25de05b..0e72f3281 100644 --- a/gr-wxgui/src/python/Makefile.am +++ b/gr-wxgui/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-wxgui/src/python/fftsink.py b/gr-wxgui/src/python/fftsink.py index 8796a1b92..f85ec9d1a 100755 --- a/gr-wxgui/src/python/fftsink.py +++ b/gr-wxgui/src/python/fftsink.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, window diff --git a/gr-wxgui/src/python/form.py b/gr-wxgui/src/python/form.py index bb41817ca..ea9a8dc9a 100755 --- a/gr-wxgui/src/python/form.py +++ b/gr-wxgui/src/python/form.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. # import wx diff --git a/gr-wxgui/src/python/powermate.py b/gr-wxgui/src/python/powermate.py index 36be408c4..f79e22b12 100755 --- a/gr-wxgui/src/python/powermate.py +++ b/gr-wxgui/src/python/powermate.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-wxgui/src/python/scopesink.py b/gr-wxgui/src/python/scopesink.py index f231b3b79..e1c9382ab 100755 --- a/gr-wxgui/src/python/scopesink.py +++ b/gr-wxgui/src/python/scopesink.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, eng_notation diff --git a/gr-wxgui/src/python/stdgui.py b/gr-wxgui/src/python/stdgui.py index 76cc1773b..8636ea2bf 100644 --- a/gr-wxgui/src/python/stdgui.py +++ b/gr-wxgui/src/python/stdgui.py @@ -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. # '''A simple wx gui for GNU Radio applications''' diff --git a/gr-wxgui/src/python/waterfallsink.py b/gr-wxgui/src/python/waterfallsink.py index 5d75122bf..dee8d544a 100755 --- a/gr-wxgui/src/python/waterfallsink.py +++ b/gr-wxgui/src/python/waterfallsink.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, window |